mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Update web-platform-tests to revision 6b6163867ad474d977778a3f19c378a05a4851dc
This commit is contained in:
parent
3ebd42caa3
commit
498854a0e4
49 changed files with 587 additions and 173 deletions
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Resource-Timing Level 1</title>
|
||||
<meta name="timeout" content="long">
|
||||
<!-- To aid debugability, explicitly link the testharness's CSS to avoid demand
|
||||
loading it while the test executes. -->
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
|
||||
<link rel="help" href="https://w3c.github.io/resource-timing/">
|
||||
</head>
|
||||
<body>
|
||||
<div id="log"></div>
|
||||
<pre id="output"></pre>
|
||||
<script src="resource-timing-level1.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue