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

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: 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..3ab3ac93f9f26b40b9a69f04010884a0b677dc7a
--- /dev/null
+++ b/LayoutTests/http/tests/misc/resource-timing-iframe-restored-from-history-expected.txt
@@ -0,0 +1,14 @@
+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 performance.getEntriesByName('http://127.0.0.1:8000/misc/resources/frame-final-url.html').length is 0
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698