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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/image-picture-1x-expected.txt

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 Created 3 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 PASS successfullyParsed is true 1 PASS successfullyParsed is true
2 2
3 TEST COMPLETE 3 TEST COMPLETE
4 PASS document.getElementById("canary").clientWidth is 75 4 PASS document.getElementById("canary").clientWidth is 75
5 PASS currentSrcFileName("canary") is "blue_rect.jpg?0" 5 PASS currentSrcFileName("canary") is "blue_rect.jpg?0"
6 PASS document.getElementById("simple").clientWidth is 800 6 PASS document.getElementById("simple").clientWidth is 800
7 PASS currentSrcFileName("simple") is "image-set-2x.png?2" 7 PASS currentSrcFileName("simple") is "image-set-2x.png?2"
8 PASS document.getElementById("multiple").clientWidth is 800 8 PASS document.getElementById("multiple").clientWidth is 800
9 PASS currentSrcFileName("multiple") is "image-set-2x.png?2" 9 PASS currentSrcFileName("multiple") is "image-set-2x.png?2"
10 PASS document.getElementById("other_children").clientWidth is 800 10 PASS document.getElementById("other_children").clientWidth is 800
11 PASS currentSrcFileName("other_children") is "image-set-2x.png?2" 11 PASS currentSrcFileName("other_children") is "image-set-2x.png?2"
12 PASS document.getElementById("img_before_source").clientWidth is 75 12 PASS document.getElementById("img_before_source").clientWidth is 75
13 PASS currentSrcFileName("img_before_source") is "blue_rect.jpg?1" 13 PASS currentSrcFileName("img_before_source") is "blue_rect.jpg?1"
14 PASS document.getElementById("unknown_type").clientWidth is 1600 14 PASS document.getElementById("unknown_type").clientWidth is 1600
15 PASS currentSrcFileName("unknown_type") is "image-set-4x.png?3" 15 PASS currentSrcFileName("unknown_type") is "image-set-4x.png?3"
16 PASS document.getElementById("svg_type").clientWidth is 800 16 PASS document.getElementById("svg_type").clientWidth is 800
17 PASS currentSrcFileName("svg_type") is "image-set-2x.png?2" 17 PASS currentSrcFileName("svg_type") is "image-set-2x.png?2"
18 PASS document.getElementById("empty_type").clientWidth is 800 18 PASS document.getElementById("empty_type").clientWidth is 800
19 PASS currentSrcFileName("empty_type") is "image-set-2x.png?2" 19 PASS currentSrcFileName("empty_type") is "image-set-2x.png?2"
20 PASS document.getElementById("whitespace_type").clientWidth is 800 20 PASS document.getElementById("whitespace_type").clientWidth is 800
21 PASS currentSrcFileName("whitespace_type") is "image-set-2x.png?2" 21 PASS currentSrcFileName("whitespace_type") is "image-set-2x.png?2"
22 PASS document.getElementById("parameter_type").clientWidth is 800 22 PASS document.getElementById("parameter_type").clientWidth is 800
23 PASS currentSrcFileName("parameter_type") is "image-set-2x.png?2" 23 PASS currentSrcFileName("parameter_type") is "image-set-2x.png?2"
24 PASS document.getElementById("empty_srcset").clientWidth is 1600 24 PASS document.getElementById("empty_srcset").clientWidth is 1600
25 PASS currentSrcFileName("empty_srcset") is "image-set-4x.png?3" 25 PASS currentSrcFileName("empty_srcset") is "image-set-4x.png?3"
26 PASS document.getElementById("no_srcset").clientWidth is 1600 26 PASS document.getElementById("no_srcset").clientWidth is 1600
27 PASS currentSrcFileName("no_srcset") is "image-set-4x.png?3" 27 PASS currentSrcFileName("no_srcset") is "image-set-4x.png?3"
28 28
29 some text 29 some text
30 30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698