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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/image-picture-source-dynamic-changes-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 document.getElementById("simple").clientWidth is 400 1 PASS document.getElementById("simple").clientWidth is 400
2 PASS currentSrcFileName("simple") is "image-set-1x.png?1" 2 PASS currentSrcFileName("simple") is "image-set-1x.png?1"
3 PASS document.getElementById("simple").clientWidth is 1600 3 PASS document.getElementById("simple").clientWidth is 1600
4 PASS currentSrcFileName("simple") is "image-set-4x.png" 4 PASS currentSrcFileName("simple") is "image-set-4x.png"
5 PASS document.getElementById("simple").clientWidth is 75 5 PASS document.getElementById("simple").clientWidth is 75
6 PASS currentSrcFileName("simple") is "blue_rect.jpg?1" 6 PASS currentSrcFileName("simple") is "blue_rect.jpg?1"
7 PASS document.getElementById("simple").clientWidth is 400 7 PASS document.getElementById("simple").clientWidth is 400
8 PASS currentSrcFileName("simple") is "image-set-1x.png?2" 8 PASS currentSrcFileName("simple") is "image-set-1x.png?2"
9 PASS currentSrcFileName("simple") is "image-set-1x.png?2" 9 PASS currentSrcFileName("simple") is "image-set-1x.png?2"
10 PASS successfullyParsed is true 10 PASS successfullyParsed is true
11 11
12 TEST COMPLETE 12 TEST COMPLETE
13 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698