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

Unified Diff: third_party/WebKit/LayoutTests/fast/preloader/is-preloaded-after-load-expected.txt

Issue 2332333003: Make internals.isPreloaded() to remain the same before/after clearPreloads() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: const auto& Created 4 years, 3 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: third_party/WebKit/LayoutTests/fast/preloader/is-preloaded-after-load-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/preloader/is-preloaded-after-load-expected.txt b/third_party/WebKit/LayoutTests/fast/preloader/is-preloaded-after-load-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a188dff32bb490d009734d1ee4bf988d128d4f69
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/preloader/is-preloaded-after-load-expected.txt
@@ -0,0 +1,8 @@
+CONSOLE MESSAGE: line 11: PASS: image1.png
+CONSOLE MESSAGE: line 12: PASS: non-existant.js
+CONSOLE MESSAGE: line 11: PASS: image1.png
+CONSOLE MESSAGE: line 12: PASS: non-existant.js
+internals.isPreloaded() should remain the same even after ResourceFetcher::clearPreloads() is called (around document's load event). crbug.com/643621
+
+<img src=resources/image1.png>
+

Powered by Google App Engine
This is Rietveld 408576698