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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createElement-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 Document.createElement 2 PASS Document.createElement
3 PASS createElement(undefined) 3 PASS createElement(undefined)
4 PASS createElement(null) 4 PASS createElement(null)
5 PASS createElement("foo") 5 PASS createElement("foo")
6 PASS createElement("f1oo") 6 PASS createElement("f1oo")
7 PASS createElement("foo1") 7 PASS createElement("foo1")
8 PASS createElement("f̀oo") 8 PASS createElement("f̀oo")
9 PASS createElement("foò") 9 PASS createElement("foò")
10 PASS createElement(":foo") 10 PASS createElement(":foo")
(...skipping 19 matching lines...) Expand all
30 PASS createElement("foo}") 30 PASS createElement("foo}")
31 PASS createElement("\ufffffoo") 31 PASS createElement("\ufffffoo")
32 PASS createElement("f\uffffoo") 32 PASS createElement("f\uffffoo")
33 PASS createElement("foo\uffff") 33 PASS createElement("foo\uffff")
34 PASS createElement("<foo") 34 PASS createElement("<foo")
35 PASS createElement("foo>") 35 PASS createElement("foo>")
36 PASS createElement("<foo>") 36 PASS createElement("<foo>")
37 PASS createElement("f<oo") 37 PASS createElement("f<oo")
38 Harness: the test ran to completion. 38 Harness: the test ran to completion.
39 39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698