upload webkit/tizen 2.0_beta source.
[framework/web/webkit-efl.git] / LayoutTests / traversal / stay-within-root-expected.txt
1 This test checks that the NodeIterator and TreeWalker functions do not go past the root element that they are supposed to stay within.
2 NodeIterator: testing nextNode() (5 should be null)
3 [object HTMLDivElement]
4 [object HTMLDivElement]
5 [object HTMLDivElement]
6 null
7 NodeIterator: testing previousNode() (7 should be null)
8 null
9 TreeWalker: testing nextNode() (11 should be null)
10 [object HTMLDivElement]
11 [object HTMLDivElement]
12 null
13 TreeWalker: testing previousNode() (13 should be null)
14 null