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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/xpath/preceding-axis-expected.txt

Issue 2894543002: No extra space emission in TextIterator::HandleTextNode (Closed)
Patch Set: Should have done rebaseline 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 Querying in the following... 1 Querying in the following...
2 2
3 <div xmlns="http://www.w3.org/1999/xhtml" id="test"> 3 <div xmlns="http://www.w3.org/1999/xhtml" id="test">
4 <span id="A"></span> 4 <span id="A"></span>
5 <div> 5 <div>
6 <span id="B"> 6 <span id="B">
7 <span id="C"></span> 7 <span id="C"></span>
8 </span> 8 </span>
9 </div> 9 </div>
10 <span id="D"></span> 10 <span id="D"></span>
11 </div> 11 </div>
12 12
13 Query "preceding::xhtml:span" from span#D 13 Query "preceding::xhtml:span" from span#D
14 Result: span#A span#B span#C 14 Result: span#A span#B span#C
15 Expected: span#A span#B span#C 15 Expected: span#A span#B span#C
16 ***SUCCESS*** 16 ***SUCCESS***
17 17
18 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698