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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/fallback-image-moved-across-documents-expected.html

Issue 2535383003: Collapse images disallowed by the Safe Browsing Subresource Filter. (Closed)
Patch Set: Phrasing. Created 4 years 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/dom/HTMLImageElement/fallback-image-moved-across-documents-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/fallback-image-moved-across-documents-expected.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/fallback-image-moved-across-documents-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..da0053cc2acf5d91cf8dd83453ec02e3d673ebb7
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/fallback-image-moved-across-documents-expected.html
@@ -0,0 +1,3 @@
+<!DOCTYPE html>
+<iframe src="about:blank"></iframe>
+<img src="non-existent">
dominicc (has gone to gerrit) 2016/12/05 03:30:55 I'm curious why and how the '.png' goes missing.
engedy 2016/12/06 15:27:57 I have made the URL consistent across tests. Let m

Powered by Google App Engine
This is Rietveld 408576698