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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/xpath/union-context-node-expected.txt

Issue 2896033003: Revert of No extra space emission in TextIterator::HandleTextNode (Closed)
Patch Set: 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"> 4 <span id="A">
5 <span id="B"></span> 5 <span id="B"></span>
6 </span> 6 </span>
7 <span id="C"> 7 <span id="C">
8 <span id="D"></span> 8 <span id="D"></span>
9 </span> 9 </span>
10 </div> 10 </div>
11 11
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 Result: span#B span#C span#D 53 Result: span#B span#C span#D
54 Expected: span#B span#C span#D 54 Expected: span#B span#C span#D
55 SUCCESS 55 SUCCESS
56 56
57 Query "following::xhtml:*[local-name()='span']|." from span#B 57 Query "following::xhtml:*[local-name()='span']|." from span#B
58 Result: span#B span#C span#D 58 Result: span#B span#C span#D
59 Expected: span#B span#C span#D 59 Expected: span#B span#C span#D
60 SUCCESS 60 SUCCESS
61 61
62 62
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698