From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- dom/tests/js/attributes.html | 55 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 dom/tests/js/attributes.html (limited to 'dom/tests/js/attributes.html') diff --git a/dom/tests/js/attributes.html b/dom/tests/js/attributes.html new file mode 100644 index 000000000..ae3bf3d6e --- /dev/null +++ b/dom/tests/js/attributes.html @@ -0,0 +1,55 @@ + + + Attributes test + + +

Attributes test

+ +

You should see the following in the console:

+
+attribute.getNamedItem == getAttributeNode: true
+attribute BGCOLOR=#ffffff
+changing attribute node value changes attribute value: true
+return value of removeNamedItem is attribute node: true
+removing attribute changes attribute count: true
+changing disembodied attribute value works: true
+removing attribute node removes attribute: true
+
+ +

The text should turn green and then you should see +the following in the console:

+
+setting an existing attribute returns the old node: true
+
+ + + + + + -- cgit v1.2.3