layout |
title |
default.html |
WPT Pass Rates |
<style>
.odd {
background-color: #f0efef;
}
#selected-area {
padding: 10px;
}
#selected-period {
padding: 10px;
}
#score-table {
width: 100%;
}
#score-table th {
border-bottom: 1px solid black;
text-transform: uppercase;
}
#score-table th, td {
padding: 5px 10px;
}
#score-table th:nth-child(1) {
text-align: left;
}
#score-table-body .score {
text-align: right;
}
#score-explanation {
padding: 10px;
margin-top: 20px;
margin-bottom: 40px;
}
#servo-chart, .chart-filter-bar, .chart-filter, #score-table {
max-width: 48rem;
}
.chart-filter-bar {
display: flex;
flex-wrap: wrap;
column-gap: 40px;
row-gap: 20px;
place-content: center;
}
.chart-filter {
display: flex;
align-items: center;
gap: 20px;
flex-wrap: wrap;
}
</style>
The chart below tracks our pass rates in several focus areas of the Web Platform Tests, as well as the whole CSS and WPT test suites. To drill down the pass rates under a focus area, see the Servo results on wpt.fyi.
Scores are calculated as percentages of total enabled
tests within the suite that pass. A passing test with no
subtests gets a score of 1 while a test with subtests gets a
score between 0 and 1 representing the fraction of passing
subtests within that test. This is different from the
percentages on wpt.fyi which is calculated by giving equal
weight to both top-level tests and subtests.
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script type="text/javascript" src="{{ '/js/load-chart.js' | url }}"></script>