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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Node-lookupNamespaceURI-expected.txt

Issue 1988983002: Move the dom directory from web-platform-tests/ to wpt/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS DocumentFragment should have null namespace, prefix null 2 PASS DocumentFragment should have null namespace, prefix null
3 PASS DocumentFragment should have null namespace, prefix "" 3 PASS DocumentFragment should have null namespace, prefix ""
4 PASS DocumentFragment should have null namespace, prefix "foo" 4 PASS DocumentFragment should have null namespace, prefix "foo"
5 PASS DocumentFragment should have null namespace, prefix "xmlns" 5 PASS DocumentFragment should have null namespace, prefix "xmlns"
6 FAIL DocumentFragment is in default namespace, prefix null assert_equals: expect ed true but got false 6 FAIL DocumentFragment is in default namespace, prefix null assert_equals: expect ed true but got false
7 FAIL DocumentFragment is in default namespace, prefix "" assert_equals: expected true but got false 7 FAIL DocumentFragment is in default namespace, prefix "" assert_equals: expected true but got false
8 PASS DocumentFragment is in default namespace, prefix "foo" 8 PASS DocumentFragment is in default namespace, prefix "foo"
9 PASS DocumentFragment is in default namespace, prefix "xmlns" 9 PASS DocumentFragment is in default namespace, prefix "xmlns"
10 PASS Element should have null namespace, prefix null 10 PASS Element should have null namespace, prefix null
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 PASS For document, empty namespace is not default, prefix null 52 PASS For document, empty namespace is not default, prefix null
53 PASS For document, empty namespace is not default, prefix "" 53 PASS For document, empty namespace is not default, prefix ""
54 PASS For document, fooNamespace is not default 54 PASS For document, fooNamespace is not default
55 PASS For document, xmlns namespace is not default 55 PASS For document, xmlns namespace is not default
56 PASS For document, bar namespace is not default 56 PASS For document, bar namespace is not default
57 PASS For document, baz namespace is not default 57 PASS For document, baz namespace is not default
58 PASS For document, xhtml namespace is default 58 PASS For document, xhtml namespace is default
59 PASS Comment does not have bar namespace 59 PASS Comment does not have bar namespace
60 Harness: the test ran to completion. 60 Harness: the test ran to completion.
61 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698