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

Unified Diff: LayoutTests/http/tests/loading/preload-picture-sizes-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-expected.txt
diff --git a/LayoutTests/http/tests/loading/preload-picture-sizes-expected.txt b/LayoutTests/http/tests/loading/preload-picture-sizes-expected.txt
index f7378598de90fa6558003179266adfdd739d2f92..7b43d0efb7b4ec13a73e1855a0b43869ebc01c07 100644
--- a/LayoutTests/http/tests/loading/preload-picture-sizes-expected.txt
+++ b/LayoutTests/http/tests/loading/preload-picture-sizes-expected.txt
@@ -1,5 +1,6 @@
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
« no previous file with comments | « LayoutTests/http/tests/loading/preload-picture-sizes-2x-expected.txt ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698