From f828451e5f9b4fe63545485dcb97f7e3e4a425b2 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Mon, 1 Jun 2020 14:16:06 +0200 Subject: Issue #1525 - Kill marquee element * Remove marquee code * Regenerate HTML Elements/parser code for Removal of Marquee. Co-authored-by: Gaming4JC --- dom/security/test/csp/file_bug1312272.html | 13 ------------- .../test/csp/file_strict_dynamic_script_events_xbl.html | 14 -------------- dom/security/test/csp/test_strict_dynamic.html | 7 ------- 3 files changed, 34 deletions(-) delete mode 100644 dom/security/test/csp/file_bug1312272.html delete mode 100644 dom/security/test/csp/file_strict_dynamic_script_events_xbl.html (limited to 'dom/security') diff --git a/dom/security/test/csp/file_bug1312272.html b/dom/security/test/csp/file_bug1312272.html deleted file mode 100644 index 18e0e5589..000000000 --- a/dom/security/test/csp/file_bug1312272.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - marquee inline script tests for Bug 1312272 - - -bug 1312272 - - - diff --git a/dom/security/test/csp/file_strict_dynamic_script_events_xbl.html b/dom/security/test/csp/file_strict_dynamic_script_events_xbl.html deleted file mode 100644 index 701ef3226..000000000 --- a/dom/security/test/csp/file_strict_dynamic_script_events_xbl.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - Bug 1316826 - 'strict-dynamic' blocking DOM event handlers - - -
blocked
- - - Bug 1316826 - - - - diff --git a/dom/security/test/csp/test_strict_dynamic.html b/dom/security/test/csp/test_strict_dynamic.html index 00e75143f..8f1b53f31 100644 --- a/dom/security/test/csp/test_strict_dynamic.html +++ b/dom/security/test/csp/test_strict_dynamic.html @@ -78,13 +78,6 @@ var tests = [ file: "file_strict_dynamic_script_events.html", policy: "script-src 'strict-dynamic' 'nonce-foo'" }, - { - // marquee is a special snowflake. Extra test for xbl things. - desc: "strict-dynamic with DOM events should be blocked (XBL)", - result: "blocked", - file: "file_strict_dynamic_script_events_xbl.html", - policy: "script-src 'strict-dynamic' 'nonce-foo'" - }, { desc: "strict-dynamic with JS URLs should be blocked", result: "blocked", -- cgit v1.2.3