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

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

Issue 1923043002: Import web-platform-tests@028d354aba4c8ee6700def957a45f3927241d8b0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix expectations after the test harness was updated 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 10 matching lines...) Expand all
21 PASS createElement("FOO") 21 PASS createElement("FOO")
22 FAIL createElement("marK") assert_equals: expected "marK" but got "mark" 22 FAIL createElement("marK") assert_equals: expected "marK" but got "mark"
23 FAIL createElement("İnput") assert_equals: expected "İnput" but got "i̇nput" 23 FAIL createElement("İnput") assert_equals: expected "İnput" but got "i̇nput"
24 FAIL createElement("ınput") assert_equals: expected "ıNPUT" but got "INPUT" 24 FAIL createElement("ınput") assert_equals: expected "ıNPUT" but got "INPUT"
25 PASS createElement("") 25 PASS createElement("")
26 PASS createElement("1foo") 26 PASS createElement("1foo")
27 PASS createElement("̀foo") 27 PASS createElement("̀foo")
28 PASS createElement("}foo") 28 PASS createElement("}foo")
29 PASS createElement("f}oo") 29 PASS createElement("f}oo")
30 PASS createElement("foo}") 30 PASS createElement("foo}")
31 PASS createElement("￿foo") 31 PASS createElement("\ufffffoo")
32 PASS createElement("f￿oo") 32 PASS createElement("f\uffffoo")
33 PASS createElement("foo￿") 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