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

Side by Side Diff: LayoutTests/fast/hidpi/image-srcset-change-dynamically-src-first-2x-expected.txt

Issue 136693020: Add image loading spec related tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed expectation for origin header test Created 6 years, 10 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 main frame - img requested 'blue-100-px-square.png'
2 main frame - img requested 'green-400-px-square.png'
1 PASS successfullyParsed is true 3 PASS successfullyParsed is true
2 4
3 TEST COMPLETE 5 TEST COMPLETE
4 PASS document.getElementById("foo").clientWidth==200 is true 6 PASS document.getElementById("foo").clientWidth==200 is true
5 PASS document.getElementById("foo").clientWidth==400 is false
6 This test passes if this img tag below is a green square when the scale factor i s 2. It ensures that attributes can be changed dynamically from javascript, and that only the correct resource is loaded. 7 This test passes if this img tag below is a green square when the scale factor i s 2. It ensures that attributes can be changed dynamically from javascript, and that only the correct resource is loaded.
7 8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698