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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/image-picture-nested-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("picture_in_picture").clientWidth is 800 6 PASS document.getElementById("picture_in_picture").clientWidth is 800
7 PASS currentSrcFileName("picture_in_picture") is "image-set-2x.png?2" 7 PASS currentSrcFileName("picture_in_picture") is "image-set-2x.png?2"
8 PASS document.getElementById("picture_in_div_in_picture").clientWidth is 800 8 PASS document.getElementById("picture_in_div_in_picture").clientWidth is 800
9 PASS currentSrcFileName("picture_in_div_in_picture") is "image-set-2x.png?2" 9 PASS currentSrcFileName("picture_in_div_in_picture") is "image-set-2x.png?2"
10 PASS document.getElementById("picture_in_div_with_source_above").clientWidth is 800 10 PASS document.getElementById("picture_in_div_with_source_above").clientWidth is 800
11 PASS currentSrcFileName("picture_in_div_with_source_above") is "image-set-2x.png ?2" 11 PASS currentSrcFileName("picture_in_div_with_source_above") is "image-set-2x.png ?2"
12 PASS document.getElementById("picture_in_the_way").clientWidth is 800 12 PASS document.getElementById("picture_in_the_way").clientWidth is 800
13 PASS currentSrcFileName("picture_in_the_way") is "image-set-2x.png?2" 13 PASS currentSrcFileName("picture_in_the_way") is "image-set-2x.png?2"
14 PASS document.getElementById("picture_in_picture_1").clientWidth is 800 14 PASS document.getElementById("picture_in_picture_1").clientWidth is 800
15 PASS currentSrcFileName("picture_in_picture_1") is "image-set-2x.png?2" 15 PASS currentSrcFileName("picture_in_picture_1") is "image-set-2x.png?2"
16 PASS document.getElementById("picture_in_picture_2").clientWidth is 800 16 PASS document.getElementById("picture_in_picture_2").clientWidth is 800
17 PASS currentSrcFileName("picture_in_picture_2") is "image-set-2x.png?2" 17 PASS currentSrcFileName("picture_in_picture_2") is "image-set-2x.png?2"
18 PASS document.getElementById("picture_at_end").clientWidth is 75 18 PASS document.getElementById("picture_at_end").clientWidth is 75
19 PASS currentSrcFileName("picture_at_end") is "blue_rect.jpg?52" 19 PASS currentSrcFileName("picture_at_end") is "blue_rect.jpg?52"
20 PASS document.getElementById("picture_no_source").clientWidth is 75 20 PASS document.getElementById("picture_no_source").clientWidth is 75
21 PASS currentSrcFileName("picture_no_source") is "blue_rect.jpg?6" 21 PASS currentSrcFileName("picture_no_source") is "blue_rect.jpg?6"
22
23
24
22 25
23
24
25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698