Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Test for Bugzilla bug: 90341: createAttribute/setAttributeNode does not properly normalize case. | |
| 2 This test verifies that the setAttributeNode() API allows for creation of attrib utes case-sensitively for XHTML documents. Thus two different attributes with th e same name but in different case can exist for XHTML documents. | |
| 3 | |
| 4 style attribute value = background-color: red and STYLE attribute value = backgr ound-color: green | |
| OLD | NEW |