From 3d92a107fe33a9a0b315814271264f37c4c732c8 Mon Sep 17 00:00:00 2001 From: Nova Fallen Date: Sat, 31 Oct 2015 14:25:03 +0100 Subject: [PATCH] Implement DOMStringMap::SupportedPropertyNames and NamedNodeMap::SupportedPropertyNames --- ...domstringmap-supported-property-names.html | 54 +++++++++++++++++++ ...namednodemap-supported-property-names.html | 30 +++++++++++ 2 files changed, 84 insertions(+) create mode 100644 dom/collections/domstringmap-supported-property-names.html create mode 100644 dom/collections/namednodemap-supported-property-names.html diff --git a/dom/collections/domstringmap-supported-property-names.html b/dom/collections/domstringmap-supported-property-names.html new file mode 100644 index 00000000000000..f84ee27ae292cb --- /dev/null +++ b/dom/collections/domstringmap-supported-property-names.html @@ -0,0 +1,54 @@ + + +DOMStringMap Test: Supported property names + + +
+ +
Simple
+ +
Simple
+ +
+ John Doe +
+ +
Jane Doe
+ +
Jim Doe
+ + \ No newline at end of file diff --git a/dom/collections/namednodemap-supported-property-names.html b/dom/collections/namednodemap-supported-property-names.html new file mode 100644 index 00000000000000..2c5dee4efd6879 --- /dev/null +++ b/dom/collections/namednodemap-supported-property-names.html @@ -0,0 +1,30 @@ + + +NamedNodeMap Test: Supported property names + + +
+
Simple
+ + \ No newline at end of file