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

Side by Side 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 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/blue-100-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/blue-100-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/blue-100-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/blue-100-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 false 12 PASS document.getElementById("foo").clientWidth==100 is false
5 PASS document.getElementById("foo").clientWidth==200 is true 13 PASS document.getElementById("foo").clientWidth==200 is true
6 This test passes if the image below says 2x with a greenish background even when the deviceScaleFactor is 1. 14 This test passes if the image below says 2x with a greenish background even when the deviceScaleFactor is 1.
7 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698