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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/case-expected.txt

Issue 2814673002: Use ASCII-caseless matching for attribute names. (Closed)
Patch Set: . Created 3 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/AttributeCollection.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 285 tests; 279 PASS, 6 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 285 tests; 280 PASS, 5 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS createElement abc 3 PASS createElement abc
4 PASS setAttribute abc 4 PASS setAttribute abc
5 PASS getAttribute abc 5 PASS getAttribute abc
6 FAIL getElementsByTagName a:abc assert_array_equals: lengths differ, expected 0 got 3 6 FAIL getElementsByTagName a:abc assert_array_equals: lengths differ, expected 0 got 3
7 PASS getElementsByTagName abc 7 PASS getElementsByTagName abc
8 PASS createElement Abc 8 PASS createElement Abc
9 PASS setAttribute Abc 9 PASS setAttribute Abc
10 PASS getAttribute Abc 10 PASS getAttribute Abc
11 FAIL getElementsByTagName a:Abc assert_array_equals: lengths differ, expected 0 got 3 11 FAIL getElementsByTagName a:Abc assert_array_equals: lengths differ, expected 0 got 3
12 PASS getElementsByTagName Abc 12 PASS getElementsByTagName Abc
13 PASS createElement ABC 13 PASS createElement ABC
14 PASS setAttribute ABC 14 PASS setAttribute ABC
15 PASS getAttribute ABC 15 PASS getAttribute ABC
16 FAIL getElementsByTagName a:ABC assert_array_equals: lengths differ, expected 0 got 3 16 FAIL getElementsByTagName a:ABC assert_array_equals: lengths differ, expected 0 got 3
17 PASS getElementsByTagName ABC 17 PASS getElementsByTagName ABC
18 PASS createElement ä 18 PASS createElement ä
19 PASS setAttribute ä 19 PASS setAttribute ä
20 PASS getAttribute ä 20 PASS getAttribute ä
21 FAIL getElementsByTagName a:ä assert_array_equals: lengths differ, expected 0 go t 3 21 FAIL getElementsByTagName a:ä assert_array_equals: lengths differ, expected 0 go t 3
22 PASS getElementsByTagName ä 22 PASS getElementsByTagName ä
23 PASS createElement Ä 23 PASS createElement Ä
24 FAIL setAttribute Ä assert_equals: expected "Ä" but got "ä" 24 PASS setAttribute Ä
25 PASS getAttribute Ä 25 PASS getAttribute Ä
26 FAIL getElementsByTagName a:Ä assert_array_equals: lengths differ, expected 0 go t 3 26 FAIL getElementsByTagName a:Ä assert_array_equals: lengths differ, expected 0 go t 3
27 PASS getElementsByTagName Ä 27 PASS getElementsByTagName Ä
28 PASS createElementNS http://www.w3.org/1999/xhtml,abc,abc 28 PASS createElementNS http://www.w3.org/1999/xhtml,abc,abc
29 PASS setAttributeNS http://www.w3.org/1999/xhtml,abc,abc 29 PASS setAttributeNS http://www.w3.org/1999/xhtml,abc,abc
30 PASS getAttributeNS http://www.w3.org/1999/xhtml,abc,abc 30 PASS getAttributeNS http://www.w3.org/1999/xhtml,abc,abc
31 PASS createElementNS http://www.w3.org/1999/xhtml,abc,Abc 31 PASS createElementNS http://www.w3.org/1999/xhtml,abc,Abc
32 PASS setAttributeNS http://www.w3.org/1999/xhtml,abc,Abc 32 PASS setAttributeNS http://www.w3.org/1999/xhtml,abc,Abc
33 PASS getAttributeNS http://www.w3.org/1999/xhtml,abc,Abc 33 PASS getAttributeNS http://www.w3.org/1999/xhtml,abc,Abc
34 PASS createElementNS http://www.w3.org/1999/xhtml,abc,ABC 34 PASS createElementNS http://www.w3.org/1999/xhtml,abc,ABC
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 PASS setAttributeNS ABC 280 PASS setAttributeNS ABC
281 PASS getAttributeNS ABC 281 PASS getAttributeNS ABC
282 PASS createElementNS ä 282 PASS createElementNS ä
283 PASS setAttributeNS ä 283 PASS setAttributeNS ä
284 PASS getAttributeNS ä 284 PASS getAttributeNS ä
285 PASS createElementNS Ä 285 PASS createElementNS Ä
286 PASS setAttributeNS Ä 286 PASS setAttributeNS Ä
287 PASS getAttributeNS Ä 287 PASS getAttributeNS Ä
288 Harness: the test ran to completion. 288 Harness: the test ran to completion.
289 289
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/AttributeCollection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698