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

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

Issue 1999243002: Import wpt@5df9b57edb3307a87d5187804b29c8ddd2aa14e1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add expectations files (using run-webkit-tests --new-baseline) Created 4 years, 6 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 FAIL AttrExodus assert_false: should not be a Node expected false got true 2 FAIL AttrExodus assert_false: should not be a Node expected false got true
3 PASS When qualifiedName does not match the Name production, an INVALID_CHARACTER _ERR exception is to be thrown. (setAttribute) 3 PASS When qualifiedName does not match the Name production, an INVALID_CHARACTER _ERR exception is to be thrown. (setAttribute)
4 PASS When qualifiedName does not match the Name production, an INVALID_CHARACTER _ERR exception is to be thrown, even if the attribute is already present. (setAt tribute) 4 PASS When qualifiedName does not match the Name production, an INVALID_CHARACTER _ERR exception is to be thrown, even if the attribute is already present. (setAt tribute)
5 PASS setAttribute should lowercase its name argument (upper case attribute) 5 PASS setAttribute should lowercase its name argument (upper case attribute)
6 PASS setAttribute should lowercase its name argument (mixed case attribute) 6 PASS setAttribute should lowercase its name argument (mixed case attribute)
7 PASS setAttribute should not throw even when qualifiedName starts with 'xmlns' 7 PASS setAttribute should not throw even when qualifiedName starts with 'xmlns'
8 PASS Basic functionality should be intact. 8 PASS Basic functionality should be intact.
9 PASS setAttribute should not change the order of previously set attributes. 9 PASS setAttribute should not change the order of previously set attributes.
10 PASS setAttribute should set the first attribute with the given name 10 PASS setAttribute should set the first attribute with the given name
(...skipping 17 matching lines...) Expand all
28 PASS Attribute values should not be parsed. 28 PASS Attribute values should not be parsed.
29 PASS Specified attributes should be accessible. 29 PASS Specified attributes should be accessible.
30 PASS Entities in attributes should have been expanded while parsing. 30 PASS Entities in attributes should have been expanded while parsing.
31 PASS Unset attributes return null 31 PASS Unset attributes return null
32 PASS First set attribute is returned by getAttribute 32 PASS First set attribute is returned by getAttribute
33 PASS Style attributes are not normalized 33 PASS Style attributes are not normalized
34 FAIL Only lowercase attributes are returned on HTML elements (upper case attribu te) assert_equals: expected (object) null but got (string) "left" 34 FAIL Only lowercase attributes are returned on HTML elements (upper case attribu te) assert_equals: expected (object) null but got (string) "left"
35 FAIL Only lowercase attributes are returned on HTML elements (mixed case attribu te) assert_equals: expected (object) null but got (string) "tasty" 35 FAIL Only lowercase attributes are returned on HTML elements (mixed case attribu te) assert_equals: expected (object) null but got (string) "tasty"
36 PASS First set attribute is returned with mapped attribute set first 36 PASS First set attribute is returned with mapped attribute set first
37 PASS First set attribute is returned with mapped attribute set later 37 PASS First set attribute is returned with mapped attribute set later
38 PASS Non-HTML element with upper-case attribute 38 FAIL Non-HTML element with upper-case attribute assert_equals: el.hasAttributeNS (undefined) expected true but got false
39 PASS Attribute with prefix in local name 39 PASS Attribute with prefix in local name
40 PASS Attribute loses its owner when removed 40 PASS Attribute loses its owner when removed
41 PASS Basic functionality of getAttributeNode/getAttributeNodeNS 41 PASS Basic functionality of getAttributeNode/getAttributeNodeNS
42 PASS Basic functionality of setAttributeNode 42 PASS Basic functionality of setAttributeNode
43 PASS Basic functionality of setAttributeNodeNS 43 PASS Basic functionality of setAttributeNodeNS
44 PASS If attr’s element is neither null nor element, throw an InUseAttributeError . 44 PASS If attr’s element is neither null nor element, throw an InUseAttributeError .
45 PASS Replacing an attr by itself 45 PASS Replacing an attr by itself
46 PASS Basic functionality of removeAttributeNode 46 PASS Basic functionality of removeAttributeNode
47 PASS setAttributeNode on bound attribute should throw InUseAttributeError 47 PASS setAttributeNode on bound attribute should throw InUseAttributeError
48 PASS setAttributeNode, if it fires mutation events, should fire one with the new node when resetting an existing attribute 48 PASS setAttributeNode, if it fires mutation events, should fire one with the new node when resetting an existing attribute
49 PASS setAttributeNode, if it fires mutation events, should fire one with the new node when resetting an existing attribute (outer shell) 49 PASS setAttributeNode, if it fires mutation events, should fire one with the new node when resetting an existing attribute (outer shell)
50 PASS setAttributeNode called with an Attr that has the same name as an existing one should not change attribute order 50 PASS setAttributeNode called with an Attr that has the same name as an existing one should not change attribute order
51 FAIL getAttributeNames tests el.getAttributeNames is not a function 51 FAIL getAttributeNames tests el.getAttributeNames is not a function
52 FAIL Own property correctness with basic attributes assert_array_equals: lengths differ, expected 2 got 0 52 FAIL Own property correctness with basic attributes assert_array_equals: lengths differ, expected 2 got 0
53 FAIL Own property correctness with non-namespaced attribute before same-name nam espaced one assert_array_equals: lengths differ, expected 3 got 0 53 FAIL Own property correctness with non-namespaced attribute before same-name nam espaced one assert_array_equals: lengths differ, expected 3 got 0
54 FAIL Own property correctness with namespaced attribute before same-name non-nam espaced one assert_array_equals: lengths differ, expected 3 got 0 54 FAIL Own property correctness with namespaced attribute before same-name non-nam espaced one assert_array_equals: lengths differ, expected 3 got 0
55 FAIL Own property correctness with two namespaced attributes with the same name- with-prefix assert_array_equals: lengths differ, expected 3 got 0 55 FAIL Own property correctness with two namespaced attributes with the same name- with-prefix assert_array_equals: lengths differ, expected 3 got 0
56 FAIL Own property names should only include all-lowercase qualified names for an HTML element in an HTML document assert_array_equals: lengths differ, expected 8 got 6 56 FAIL Own property names should only include all-lowercase qualified names for an HTML element in an HTML document assert_array_equals: lengths differ, expected 8 got 6
57 FAIL Own property names should include all qualified names for a non-HTML elemen t in an HTML document assert_array_equals: lengths differ, expected 12 got 6 57 FAIL Own property names should include all qualified names for a non-HTML elemen t in an HTML document assert_array_equals: lengths differ, expected 12 got 6
58 FAIL Own property names should include all qualified names for an HTML element i n a non-HTML document assert_array_equals: lengths differ, expected 12 got 6 58 FAIL Own property names should include all qualified names for an HTML element i n a non-HTML document assert_array_equals: lengths differ, expected 12 got 6
59 Harness: the test ran to completion. 59 Harness: the test ran to completion.
60 60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698