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

Unified Diff: LayoutTests/http/tests/misc/resource-timing-iframe-restored-from-history-expected.txt

Issue 1257953003: Do not report Resource Timing for iframe navigations when restored from history (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Test verifies correct entry Created 5 years, 5 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/resource-timing-iframe-restored-from-history-expected.txt
diff --git a/LayoutTests/http/tests/misc/resource-timing-iframe-restored-from-history-expected.txt b/LayoutTests/http/tests/misc/resource-timing-iframe-restored-from-history-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..2661d6b18736b0b0249cb8250201aabf02e61727
--- /dev/null
+++ b/LayoutTests/http/tests/misc/resource-timing-iframe-restored-from-history-expected.txt
@@ -0,0 +1,15 @@
+ALERT: Initial URL loaded.
+ALERT: Final URL loaded.
+ALERT: Going back.
+ALERT: Final URL loaded.
+Tests that iframe restored from history does not report resource timing.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS resources.length is 1
+PASS resources[0].name is "http://127.0.0.1:8000/js-test-resources/js-test.js"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698