mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Update web-platform-tests to revision e45156b5e558c062a609356905c83a0258c516e3
This commit is contained in:
parent
9f6005be16
commit
5fcf52d946
199 changed files with 4430 additions and 530 deletions
|
@ -23,8 +23,16 @@
|
|||
<div class="alert alert-warning">
|
||||
This runner does not fully support all test types and has a number of
|
||||
<a href="https://github.com/web-platform-tests/wpt/labels/runner">known issues</a>.
|
||||
<span id="runner-contact-info"></span>
|
||||
<code>./wpt run</code> is a more well-supported runner, see the documentation on
|
||||
<a href="https://web-platform-tests.org/running-tests/">running tests</a>.
|
||||
<script>
|
||||
if (location.host == "w3c-test.org") {
|
||||
document.getElementById("runner-contact-info")
|
||||
.innerHTML = ' If this runner isn’t working, contact'
|
||||
+ ' <a href="mailto:mike@w3.org">mike@w3.org</a>. '
|
||||
}
|
||||
</script>
|
||||
</div>
|
||||
|
||||
<div id="testControl" class="panel panel-default">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue