Index: LayoutTests/fast/dom/Element/setAttributeNode-case-insensitivity-xhtml-expected.txt |
diff --git a/LayoutTests/fast/dom/Element/setAttributeNode-case-insensitivity-xhtml-expected.txt b/LayoutTests/fast/dom/Element/setAttributeNode-case-insensitivity-xhtml-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..de1e63a679f6b082a61a33e86d486ae4a054bb8d |
--- /dev/null |
+++ b/LayoutTests/fast/dom/Element/setAttributeNode-case-insensitivity-xhtml-expected.txt |
@@ -0,0 +1,4 @@ |
+Test for Bugzilla bug: 90341: createAttribute/setAttributeNode does not properly normalize case. |
+This test verifies that the setAttributeNode() API allows for creation of attributes case-sensitively for XHTML documents. Thus two different attributes with the same name but in different case can exist for XHTML documents. |
+ |
+style attribute value = background-color: red and STYLE attribute value = background-color: green |