From be3352f3794c5ee761a2da3f080748b34d346255 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sun, 13 Sep 2015 08:03:14 -0400 Subject: [PATCH] Explicitly state 'blink' should create HTMLUnknownElement, like the spec https://html.spec.whatwg.org/#other-elements,-attributes-and-apis:blink --- tests/wpt/web-platform-tests/html/dom/interfaces.html | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/wpt/web-platform-tests/html/dom/interfaces.html b/tests/wpt/web-platform-tests/html/dom/interfaces.html index 29d059bdc1e..14db51c3918 100644 --- a/tests/wpt/web-platform-tests/html/dom/interfaces.html +++ b/tests/wpt/web-platform-tests/html/dom/interfaces.html @@ -3222,6 +3222,7 @@ window.onload = function() { 'document.createElement("acronym")', ], HTMLUnknownElement: [ + 'document.createElement("blink")', 'document.createElement("quasit")', 'document.createElement("bgsound")', 'document.createElement("isindex")',