Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Element / getAttribute-check-case-sensitivity-expected.txt
blob8cde7262090f2ca27cd852aea0c1cba006ee522d
1 This file test the behaviour of getAttribute with regard to case.
3 See Bug 20247: setAttributeNode() does not work when attribute name has a capital letter in it
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8 PASS testGetAttributeCaseInsensitive() is "x"
9 PASS testGetAttributeNodeMixedCase() is "x"
10 PASS testGetAttributeNodeLowerCase() is "x"
11 PASS testSetAttributeNodeKeepsRef() is "1"
12 PASS testAttribNodeNamePreservesCase() is "A,A"
13 PASS testAttribNodeNamePreservesCaseGetNode() is "A,A"
14 PASS testAttribNodeNamePreservesCaseGetNode2() is "B,B"
15 PASS testAttribNodeNameGetMutate() is "1"
16 PASS (new XMLSerializer).serializeToString(node) is "<div xmlns=\"http://www.w3.org/1999/xhtml\" myAttrib=\"XXX\"></div>"
17 PASS node.getAttributeNode('myAttrib').name is "myAttrib"
18 PASS node.getAttributeNode('myattrib').name is "myAttrib"
19 PASS attrib.name is "myAttrib"
20 PASS successfullyParsed is true
22 TEST COMPLETE