mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Update web-platform-tests to revision ee40b886c701ffa25a673240cabdedd59ee3ace4
This commit is contained in:
parent
a00f2d6310
commit
3a79c9b53f
44 changed files with 631 additions and 75 deletions
|
@ -2,7 +2,7 @@
|
|||
<meta charset="utf-8">
|
||||
<title>AnimationTiming Test: multiple calls to requestAnimationFrame with the same callback</title>
|
||||
<link rel="author" title="Intel" href="http://www.intel.com">
|
||||
<link rel="help" href="https://html.spec.whatwg.org/multipage/webappapis.html#dom-window-requestanimationframe">
|
||||
<link rel="help" href="https://html.spec.whatwg.org/multipage/#dom-window-requestanimationframe">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<div id="log"></div>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<title>Task and Microtask Ordering </title>
|
||||
<link rel=author title="Joshua Bell" href="mailto:jsbell@google.com">
|
||||
<link rel=help href="https://html.spec.whatwg.org/multipage/webappapis.html#event-loops">
|
||||
<link rel=help href="https://html.spec.whatwg.org/multipage/#event-loops">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script src="resources/common.js"></script>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<title>Task and Microtask Ordering </title>
|
||||
<link rel=author title="Joshua Bell" href="mailto:jsbell@google.com">
|
||||
<link rel=help href="https://html.spec.whatwg.org/multipage/webappapis.html#event-loops">
|
||||
<link rel=help href="https://html.spec.whatwg.org/multipage/#event-loops">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script src="resources/common.js"></script>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<meta charset="utf-8">
|
||||
<title>NavigatorLanguage: navigator.language returns the user's preferred language</title>
|
||||
<link rel="author" title="Intel" href="http://www.intel.com">
|
||||
<link rel="help" href="https://html.spec.whatwg.org/multipage/webappapis.html#navigatorlanguage">
|
||||
<link rel="help" href="https://html.spec.whatwg.org/multipage/#navigatorlanguage">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<h2>Precondition</h2>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<meta charset="utf-8">
|
||||
<title>NavigatorLanguage: the most preferred language is the one returned by navigator.language</title>
|
||||
<link rel="author" title="Intel" href="http://www.intel.com">
|
||||
<link rel="help" href="https://html.spec.whatwg.org/multipage/webappapis.html#navigatorlanguage">
|
||||
<link rel="help" href="https://html.spec.whatwg.org/multipage/#navigatorlanguage">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<div id="log"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue