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

Unified Diff: LayoutTests/http/tests/loading/preload-picture-sizes-2x-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/http/tests/loading/preload-picture-sizes-2x-expected.txt
diff --git a/LayoutTests/http/tests/loading/preload-picture-sizes-2x-expected.txt b/LayoutTests/http/tests/loading/preload-picture-sizes-2x-expected.txt
index b3724569c0b2f703cee7e5c55345ef5a8e524c00..61169ec0da724d42896a14a88b8f3a7400338b33 100644
--- a/LayoutTests/http/tests/loading/preload-picture-sizes-2x-expected.txt
+++ b/LayoutTests/http/tests/loading/preload-picture-sizes-2x-expected.txt
@@ -1,10 +1,12 @@
main frame - didStartProvisionalLoadForFrame
main frame - didCommitLoadForFrame
+CONSOLE WARNING: <source src> with a <picture> parent is invalid and therefore ignored. Please use <source srcset> instead.
main frame - didFinishDocumentLoadForFrame
main frame - didHandleOnloadEventsForFrame
main frame - didFinishLoadForFrame
main frame - didStartProvisionalLoadForFrame
main frame - didCommitLoadForFrame
+CONSOLE WARNING: <source src> with a <picture> parent is invalid and therefore ignored. Please use <source srcset> instead.
main frame - didFinishDocumentLoadForFrame
main frame - didHandleOnloadEventsForFrame
main frame - didFinishLoadForFrame

Powered by Google App Engine
This is Rietveld 408576698