Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Side by Side Diff: LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_document_open-expected.txt

Issue 1151323002: testharnessreport: Hide unnecessary elements for JS tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Sync all of testharnessreport.js, and update test results Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Description
2
3 This test validates window.performance.timing remains constant when a document i s replaced using document.open.
4
5 This page should be loaded with a yellow frame below. It then replaces the docum ent in that frame with a green document.
6
7 The test passes if all of the checks to performance.timing are correct and the f rame below ends with a green background.
8
9
10
11
12 PASS window.performance is defined
13 PASS connectEnd is the same after document open.
14 PASS connectStart is the same after document open.
15 PASS domComplete is the same after document open.
16 PASS domContentLoadedEventEnd is the same after document open.
17 PASS domContentLoadedEventStart is the same after document open.
18 PASS domInteractive is the same after document open.
19 PASS domLoading is the same after document open.
20 PASS domainLookupEnd is the same after document open.
21 PASS domainLookupStart is the same after document open.
22 PASS fetchStart is the same after document open.
23 PASS loadEventEnd is the same after document open.
24 PASS loadEventStart is the same after document open.
25 PASS navigationStart is the same after document open.
26 PASS redirectEnd is the same after document open.
27 PASS redirectStart is the same after document open.
28 PASS requestStart is the same after document open.
29 PASS responseEnd is the same after document open.
30 PASS responseStart is the same after document open.
31 PASS unloadEventEnd is the same after document open.
32 PASS unloadEventStart is the same after document open.
33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698