Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / Element / setAttributeNode-case-insensitivity-expected.txt
1 Test for Bugzilla bug: 90341: createAttribute/setAttributeNode does not properly normalize case.
2  
3 This test verifies that the setAttributeNode() API checks for existing attributes case-insensitively. Thus the value of an existing attribute with the same name but in a different case should get replaced by the new value specified via the setAttributeNode() method.
4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6
7 PASS successfullyParsed is true
8
9 TEST COMPLETE
10 PASS test.getAttribute('style') is test.getAttribute('STYLE')
11 PASS test.getAttributeNode('style').value is test.getAttributeNode('STYLE').value
12