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

Unified Diff: LayoutTests/fast/dom/HTMLImageElement/image-picture-source-src-and-srcset-expected.txt

Issue 466353002: Added a console warning when <picture><source src></picture> is used. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added usecounter the right way Created 6 years, 4 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/fast/dom/HTMLImageElement/image-picture-source-src-and-srcset-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLImageElement/image-picture-source-src-and-srcset-expected.txt b/LayoutTests/fast/dom/HTMLImageElement/image-picture-source-src-and-srcset-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..47718f1af6aa8a3df6cff16ff4ee049352e5f5ee
--- /dev/null
+++ b/LayoutTests/fast/dom/HTMLImageElement/image-picture-source-src-and-srcset-expected.txt
@@ -0,0 +1,2 @@
+CONSOLE WARNING: <source src> with a <picture> parent is invalid and therefore ignored. Please use <source srcset> instead.
+

Powered by Google App Engine
This is Rietveld 408576698