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

Side by Side Diff: LayoutTests/fast/xpath/py-dom-xpath/nodetests-expected.txt

Issue 99083002: WIP: Migrate generated bindings to new ExceptionState constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 7 years 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 /descendant::item 1 PASS /descendant::item
2 PASS /descendant::a:item 2 PASS /descendant::a:item
3 PASS /descendant::b:* 3 PASS /descendant::b:*
4 PASS docns.evaluate("//x:*", docns, nsResolver, XPathResult.ANY_TYPE, null) thre w exception NamespaceError: Failed to execute 'createExpression' on 'XPathExpres sion': The string '//x:*' contains unresolvable namespaces.. 4 PASS docns.evaluate("//x:*", docns, nsResolver, XPathResult.ANY_TYPE, null) thre w exception NamespaceError: Failed to execute 'evaluate' on 'Document': The stri ng '//x:*' contains unresolvable namespaces..
5 PASS doc/child::* 5 PASS doc/child::*
6 PASS a:doc/child::* 6 PASS a:doc/child::*
7 PASS //attribute::color 7 PASS //attribute::color
8 PASS //attribute::color 8 PASS //attribute::color
9 PASS //attribute::b:* 9 PASS //attribute::b:*
10 PASS //attribute::* 10 PASS //attribute::*
11 PASS count(//attribute::*) 11 PASS count(//attribute::*)
12 PASS doc/child::text() 12 PASS doc/child::text()
13 PASS doc/child::comment() 13 PASS doc/child::comment()
14 PASS doc/child::processing-instruction() 14 PASS doc/child::processing-instruction()
15 PASS doc/child::processing-instruction("one") 15 PASS doc/child::processing-instruction("one")
16 PASS successfullyParsed is true 16 PASS successfullyParsed is true
17 17
18 TEST COMPLETE 18 TEST COMPLETE
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698