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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Document-createElement-expected.txt

Issue 1529523002: Import dom/ from web-platform-tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweak W3CImportExpectations Created 5 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
(Empty)
1 This is a testharness.js-based test.
2 PASS Document.createElement
3 PASS createElement(undefined)
4 PASS createElement(null)
5 PASS createElement("foo")
6 PASS createElement("f1oo")
7 PASS createElement("foo1")
8 PASS createElement("f̀oo")
9 PASS createElement("foò")
10 PASS createElement(":foo")
11 PASS createElement("f:oo")
12 PASS createElement("foo:")
13 PASS createElement("xml")
14 PASS createElement("xmlns")
15 PASS createElement("xmlfoo")
16 PASS createElement("xml:foo")
17 PASS createElement("xmlns:foo")
18 PASS createElement("xmlfoo:bar")
19 PASS createElement("svg")
20 PASS createElement("math")
21 PASS createElement("FOO")
22 FAIL createElement("marK") assert_equals: expected "marK" but got "mark"
23 FAIL createElement("İnput") assert_equals: expected "İnput" but got "i̇nput"
24 FAIL createElement("ınput") assert_equals: expected "ıNPUT" but got "INPUT"
25 PASS createElement("")
26 PASS createElement("1foo")
27 PASS createElement("̀foo")
28 PASS createElement("}foo")
29 PASS createElement("f}oo")
30 PASS createElement("foo}")
31 PASS createElement("￿foo")
32 PASS createElement("f￿oo")
33 PASS createElement("foo￿")
34 PASS createElement("<foo")
35 PASS createElement("foo>")
36 PASS createElement("<foo>")
37 PASS createElement("f<oo")
38 Harness: the test ran to completion.
39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698