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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/fast/hidpi/image-srcset-invalid-descriptor-expected.txt

Issue 1921263002: Manually rebaseline hidpi tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 an unknown d escriptor. 1 CONSOLE ERROR: Failed parsing 'srcset' attribute value since it has an unknown d escriptor.
2 CONSOLE ERROR: Dropped srcset candidate resources/blue-100-px-square.png 2 CONSOLE ERROR: Dropped srcset candidate resources/blue-100-px-square.png
3 CONSOLE ERROR: Failed parsing 'srcset' attribute value since it has an unknown d escriptor. 3 CONSOLE ERROR: Failed parsing 'srcset' attribute value since it has an unknown d escriptor.
4 CONSOLE ERROR: Dropped srcset candidate resources/blue-100-px-square.png 4 CONSOLE ERROR: Dropped srcset candidate resources/blue-100-px-square.png
5 CONSOLE ERROR: Failed parsing 'srcset' attribute value since it has an unknown d escriptor. 5 CONSOLE ERROR: Failed parsing 'srcset' attribute value since it has an unknown d escriptor.
6 CONSOLE ERROR: Dropped srcset candidate resources/blue-100-px-square.png 6 CONSOLE ERROR: Dropped srcset candidate resources/blue-100-px-square.png
7 CONSOLE ERROR: Failed parsing 'srcset' attribute value since it has an unknown d escriptor. 7 CONSOLE ERROR: Failed parsing 'srcset' attribute value since it has an unknown d escriptor.
8 CONSOLE ERROR: Dropped srcset candidate resources/blue-100-px-square.png 8 CONSOLE ERROR: Dropped srcset candidate resources/blue-100-px-square.png
9 CONSOLE ERROR: Failed parsing 'srcset' attribute value since it has multiple 'w' descriptors or a mix of 'x' and 'w' descriptors. 9 CONSOLE ERROR: Failed parsing 'srcset' attribute value since it has multiple 'w' descriptors or a mix of 'x' and 'w' descriptors.
10 CONSOLE ERROR: Dropped srcset candidate resources/blue-100-px-square.png 10 CONSOLE ERROR: Dropped srcset candidate resources/blue-100-px-square.png
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 PASS document.getElementById("foo5").clientWidth==200 is true 88 PASS document.getElementById("foo5").clientWidth==200 is true
89 PASS document.getElementById("foo6").clientWidth==200 is true 89 PASS document.getElementById("foo6").clientWidth==200 is true
90 PASS document.getElementById("foo7").clientWidth==200 is true 90 PASS document.getElementById("foo7").clientWidth==200 is true
91 PASS document.getElementById("foo8").clientWidth==200 is true 91 PASS document.getElementById("foo8").clientWidth==200 is true
92 PASS document.getElementById("foo9").clientWidth==200 is true 92 PASS document.getElementById("foo9").clientWidth==200 is true
93 PASS document.getElementById("foo10").clientWidth==200 is true 93 PASS document.getElementById("foo10").clientWidth==200 is true
94 This test passes if the image below is a 200px green square when the deviceScale Factor is 1. 94 This test passes if the image below is a 200px green square when the deviceScale Factor is 1.
95 It tests that the 1x resource is ignored since it contains invalid descriptors. 95 It tests that the 1x resource is ignored since it contains invalid descriptors.
96 The 2x resource has an intrinsic width of 200px, since it's a 400px wide image a t 2x DPR. 96 The 2x resource has an intrinsic width of 200px, since it's a 400px wide image a t 2x DPR.
97 97
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698