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

Side by Side Diff: LayoutTests/fast/hidpi/image-srcset-density-and-width-descriptors-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 unified diff | Download patch
OLDNEW
1 CONSOLE ERROR: Failed parsing 'srcset' attribute value since it has multiple 'x' descriptors or a mix of 'x' and 'w'/'h' descriptors.
2 CONSOLE ERROR: Dropped srcset candidate resources/green-400-px-square.png
3 CONSOLE ERROR: Failed parsing 'srcset' attribute value since it has multiple 'x' descriptors or a mix of 'x' and 'w'/'h' descriptors.
4 CONSOLE ERROR: Dropped srcset candidate resources/green-400-px-square.png
5 CONSOLE ERROR: Failed parsing 'srcset' attribute value since it has multiple 'x' descriptors or a mix of 'x' and 'w'/'h' descriptors.
6 CONSOLE ERROR: Dropped srcset candidate resources/green-400-px-square.png
7 CONSOLE ERROR: Failed parsing 'srcset' attribute value since it has multiple 'x' descriptors or a mix of 'x' and 'w'/'h' descriptors.
8 CONSOLE ERROR: Dropped srcset candidate resources/green-400-px-square.png
1 PASS successfullyParsed is true 9 PASS successfullyParsed is true
2 10
3 TEST COMPLETE 11 TEST COMPLETE
4 PASS document.getElementById("foo").clientWidth==100 is true 12 PASS document.getElementById("foo").clientWidth==100 is true
5 This test passes if the image below is a blue square, since the srcset resource doesn't load, as it has both 'w' and 'x' descriptors. 13 This test passes if the image below is a blue square, since the srcset resource doesn't load, as it has both 'w' and 'x' descriptors.
6 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698