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

Unified Diff: LayoutTests/http/tests/misc/webtiming-origins-expected.txt

Issue 40513003: Delete/move the remaining stale tests in TestExpectations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: delete plugins/reentrant-update-widget-positions.html as well Created 7 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/misc/webtiming-origins-expected.txt
diff --git a/LayoutTests/http/tests/misc/webtiming-origins-expected.txt b/LayoutTests/http/tests/misc/webtiming-origins-expected.txt
deleted file mode 100644
index 5fd77c892581f6623845e700a946be78b5beda72..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/misc/webtiming-origins-expected.txt
+++ /dev/null
@@ -1,106 +0,0 @@
-
-
---------
-Frame: '<!--framePath //<!--frame0-->-->'
---------
-Web Timing should report zeros for redirects and unload since there was no preceding page.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS timing.connectEnd is non-zero.
-PASS timing.connectStart is non-zero.
-PASS timing.domComplete is non-zero.
-PASS timing.domContentLoadedEventEnd is non-zero.
-PASS timing.domContentLoadedEventStart is non-zero.
-PASS timing.domInteractive is non-zero.
-PASS timing.domLoading is non-zero.
-PASS timing.domainLookupEnd is non-zero.
-PASS timing.domainLookupStart is non-zero.
-PASS timing.fetchStart is non-zero.
-PASS timing.loadEventEnd is 0
-PASS timing.loadEventStart is non-zero.
-PASS timing.navigationStart is non-zero.
-PASS timing.redirectEnd is 0
-PASS timing.redirectStart is 0
-PASS timing.requestStart is non-zero.
-PASS timing.responseEnd is non-zero.
-PASS timing.responseStart is non-zero.
-PASS timing.secureConnectionStart is 0
-PASS timing.unloadEventEnd is 0
-PASS timing.unloadEventStart is 0
-PASS navigation.redirectCount is 0
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
-
---------
-Frame: '<!--framePath //<!--frame1-->-->'
---------
-Web Timing should zero out redirect stats after a cross-origin redirect.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS timing.connectEnd is non-zero.
-PASS timing.connectStart is non-zero.
-PASS timing.domComplete is non-zero.
-PASS timing.domContentLoadedEventEnd is non-zero.
-PASS timing.domContentLoadedEventStart is non-zero.
-PASS timing.domInteractive is non-zero.
-PASS timing.domLoading is non-zero.
-PASS timing.domainLookupEnd is non-zero.
-PASS timing.domainLookupStart is non-zero.
-PASS timing.fetchStart is non-zero.
-PASS timing.loadEventEnd is 0
-PASS timing.loadEventStart is non-zero.
-PASS timing.navigationStart is non-zero.
-PASS timing.redirectEnd is 0
-PASS timing.redirectStart is 0
-PASS timing.requestStart is non-zero.
-PASS timing.responseEnd is non-zero.
-PASS timing.responseStart is non-zero.
-PASS timing.secureConnectionStart is 0
-PASS timing.unloadEventEnd is 0
-PASS timing.unloadEventStart is 0
-PASS navigation.redirectCount is 0
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
-
---------
-Frame: '<!--framePath //<!--frame2-->-->'
---------
-If the destination and previous page have the same origin, then Web Timing should report unload timing.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS timing.connectEnd is non-zero.
-PASS timing.connectStart is non-zero.
-PASS timing.domComplete is non-zero.
-PASS timing.domContentLoadedEventEnd is non-zero.
-PASS timing.domContentLoadedEventStart is non-zero.
-PASS timing.domInteractive is non-zero.
-PASS timing.domLoading is non-zero.
-PASS timing.domainLookupEnd is non-zero.
-PASS timing.domainLookupStart is non-zero.
-PASS timing.fetchStart is non-zero.
-PASS timing.loadEventEnd is 0
-PASS timing.loadEventStart is non-zero.
-PASS timing.navigationStart is non-zero.
-PASS timing.redirectEnd is 0
-PASS timing.redirectStart is 0
-PASS timing.requestStart is non-zero.
-PASS timing.responseEnd is non-zero.
-PASS timing.responseStart is non-zero.
-PASS timing.secureConnectionStart is 0
-PASS timing.unloadEventEnd is 0
-PASS timing.unloadEventStart is 0
-PASS navigation.redirectCount is 0
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/http/tests/misc/webtiming-origins.html ('k') | LayoutTests/http/tests/navigation/back-twice-without-commit.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698