repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
xpath
/
preceding-axis-expected.txt
blob
b7ebacba53e63ca57df564413b25f7d73fe11fb2
1
Querying in the following...
2
3
<div xmlns="http://www.w3.org/1999/xhtml" id="test">
4
<span id="A"></span>
5
<div>
6
<span id="B">
7
<span id="C"></span>
8
</span>
9
</div>
10
<span id="D"></span>
11
</div>
12
13
Query "preceding::xhtml:span" from span#D
14
Result: span#A span#B span#C
15
Expected: span#A span#B span#C
16
***SUCCESS***
17
18