From aa9b9c10f315179df5d9fd6dcbf8a36129092b19 Mon Sep 17 00:00:00 2001 From: Connor Brewster Date: Wed, 9 Aug 2017 14:32:37 -0600 Subject: [PATCH] =?UTF-8?q?Change=20foo-=C3=A1=20to=20foo=C3=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These tests assumed that foo-á would create a HTMLUnknownElement; however, foo-á is a valid custom element name; therefore, according to the spec, a HTMLElement instace is created instead. I changed the name to fooá so a HTMLUnknownElement is created as the test expects. --- tests/wpt/mozilla/meta/MANIFEST.json | 4 ++-- tests/wpt/mozilla/tests/mozilla/collections.html | 4 ++-- tests/wpt/mozilla/tests/mozilla/prototypes.html | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 155f9a504d4..9af1b5e0218 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -26534,7 +26534,7 @@ "testharness" ], "mozilla/collections.html": [ - "f1029d519aa7017a1a3d18a891a0774b9a39f847", + "aa060d1e5d1364224f2c2151e5f8b9580ac4427e", "testharness" ], "mozilla/createEvent-storageevent.html": [ @@ -27534,7 +27534,7 @@ "testharness" ], "mozilla/prototypes.html": [ - "bb4824ae242ed89485a272f6ef74631d6fea62be", + "e19d75682a83f4d2de1cbdf053aadfda181d6725", "testharness" ], "mozilla/proxy_setter.html": [ diff --git a/tests/wpt/mozilla/tests/mozilla/collections.html b/tests/wpt/mozilla/tests/mozilla/collections.html index 2f33466cfa8..d10ec90360d 100644 --- a/tests/wpt/mozilla/tests/mozilla/collections.html +++ b/tests/wpt/mozilla/tests/mozilla/collections.html @@ -63,7 +63,7 @@ -hi +hi diff --git a/tests/wpt/mozilla/tests/mozilla/prototypes.html b/tests/wpt/mozilla/tests/mozilla/prototypes.html index b509b46192e..478b89a6fb8 100644 --- a/tests/wpt/mozilla/tests/mozilla/prototypes.html +++ b/tests/wpt/mozilla/tests/mozilla/prototypes.html @@ -5,7 +5,7 @@ - foo + foo