Skip to content

Latest commit

 

History

History
106 lines (92 loc) · 2.84 KB

wpt.md

File metadata and controls

106 lines (92 loc) · 2.84 KB
layout title
default.html
WPT Pass Rates
<style> .odd { background-color: #f0efef; } #selected-area { padding: 10px; } #selected-period { padding: 10px; } #score-table-container { overflow-x: auto; } #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 { text-align: right; } #score-table th:nth-child(1) { text-align: left; } #score-table-body .score { text-align: right; font-family: "Fira Mono", monospace; } #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>

{{ title }}

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.


Test suite:
period:
Test SuiteScoreSubtests

The results are calculated as percentages of total enabled tests within the suite that pass.
Scores are computed as follows: 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.
Subtests are calculated by giving equal weight to both top-level tests and subtests.

<script type="text/javascript" src="http://github.com/%3Ca%20href="https://www.gstatic.com/charts/loader.js"></script>" rel="nofollow">https://www.gstatic.com/charts/loader.js"></script> <script type="text/javascript" src="http://github.com/%7B%7B'/js/load-table.js' | url }}"></script> <script type="module" src="http://github.com/%7B%7B'/js/load-chart.js' | url }}"></script>