mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
Update web-platform-tests to revision 912d5081b62d6e6a2f847935c82722e31cca7a1f
This commit is contained in:
parent
eeaca0b26d
commit
a44e48301c
75 changed files with 1894 additions and 292 deletions
|
@ -5,6 +5,7 @@
|
|||
<title>window.performance.timing attributes after a reloaded navigation</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/navigation-timing/#sec-navigation-timing-interface"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/navigation-timing/#sec-navigation-info-interface"/>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script src="/common/performance-timeline-utils.js"></script>
|
||||
|
@ -56,7 +57,7 @@
|
|||
// ensure the frame reloaded
|
||||
test_equals(reload_frame.contentWindow.performance.navigation.type,
|
||||
performanceNamespace.navigation.TYPE_RELOAD,
|
||||
"window.performance.navigation.type == TYPE_RELOAD", {help:"http://www.w3.org/TR/navigation-timing/#sec-navigation-info-interface"});
|
||||
"window.performance.navigation.type == TYPE_RELOAD");
|
||||
|
||||
// ensure reload timings changed
|
||||
var timing = reload_frame.contentWindow.performance.timing;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue