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

Unified Diff: LayoutTests/fast/hidpi/image-srcset-ignore-double-descriptor-expected.txt

Issue 649183007: Add console errors and usecounter when srcset candidates are dropped (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: improved log messages Created 6 years, 2 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/hidpi/image-srcset-ignore-double-descriptor-expected.txt
diff --git a/LayoutTests/fast/hidpi/image-srcset-ignore-double-descriptor-expected.txt b/LayoutTests/fast/hidpi/image-srcset-ignore-double-descriptor-expected.txt
index 39a6308cdd3e85cae44c9a44c2d0a690face70a0..b116acaad1e6dfa7d5ac154b890139de546c70e8 100644
--- a/LayoutTests/fast/hidpi/image-srcset-ignore-double-descriptor-expected.txt
+++ b/LayoutTests/fast/hidpi/image-srcset-ignore-double-descriptor-expected.txt
@@ -1,3 +1,11 @@
+CONSOLE ERROR: Failed parsing 'srcset' attribute value since it has multiple 'x' descriptors or a mix of 'x' and 'w'/'h' descriptors.
+CONSOLE ERROR: Dropped srcset candidate resources/blue-100-px-square.png
+CONSOLE ERROR: Failed parsing 'srcset' attribute value since it has multiple 'x' descriptors or a mix of 'x' and 'w'/'h' descriptors.
+CONSOLE ERROR: Dropped srcset candidate resources/blue-100-px-square.png
+CONSOLE ERROR: Failed parsing 'srcset' attribute value since it has multiple 'x' descriptors or a mix of 'x' and 'w'/'h' descriptors.
+CONSOLE ERROR: Dropped srcset candidate resources/blue-100-px-square.png
+CONSOLE ERROR: Failed parsing 'srcset' attribute value since it has multiple 'x' descriptors or a mix of 'x' and 'w'/'h' descriptors.
+CONSOLE ERROR: Dropped srcset candidate resources/blue-100-px-square.png
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698