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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/image-picture-in-template-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("canary").clientWidth is 75 1 PASS document.getElementById("canary").clientWidth is 75
2 PASS currentSrcFileName("canary") is "blue_rect.jpg?0" 2 PASS currentSrcFileName("canary") is "blue_rect.jpg?0"
3 PASS document.querySelector("#clone img").currentSrc.indexOf("image-set-2x") is not -1 3 PASS document.querySelector("#clone img").currentSrc.indexOf("image-set-2x") is not -1
4 PASS document.querySelector("#clone img").currentSrc.indexOf("blue_rect") is -1 4 PASS document.querySelector("#clone img").currentSrc.indexOf("blue_rect") is -1
5 PASS document.querySelector("#import img").currentSrc.indexOf("image-set-2x") is not -1 5 PASS document.querySelector("#import img").currentSrc.indexOf("image-set-2x") is not -1
6 PASS document.querySelector("#import img").currentSrc.indexOf("blue_rect") is -1 6 PASS document.querySelector("#import img").currentSrc.indexOf("blue_rect") is -1
7 PASS successfullyParsed is true 7 PASS successfullyParsed is true
8 8
9 TEST COMPLETE 9 TEST COMPLETE
10 10
11 11
12 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698