From 5937c23c2b768d4da01ead371f41f8f96bc5d741 Mon Sep 17 00:00:00 2001 From: moz-wptsync-bot Date: Thu, 13 Dec 2018 21:24:37 +0000 Subject: [PATCH] Bug 1513916 [wpt PR 14497] - Update wpt metadata, a=testonly wpt-pr: 14497 wpt-type: metadata --- ...ng-assignment-to-Element-setAttribute.tentative.html.ini | 6 ++++++ ...ing-assignment-to-HTMLElement-generic.tentative.html.ini | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/testing/web-platform/meta/trusted-types/block-string-assignment-to-Element-setAttribute.tentative.html.ini b/testing/web-platform/meta/trusted-types/block-string-assignment-to-Element-setAttribute.tentative.html.ini index 7009558f420e..3f451c884cba 100644 --- a/testing/web-platform/meta/trusted-types/block-string-assignment-to-Element-setAttribute.tentative.html.ini +++ b/testing/web-platform/meta/trusted-types/block-string-assignment-to-Element-setAttribute.tentative.html.ini @@ -54,3 +54,9 @@ [`Element.prototype.setAttribute.SrC = string` throws.] expected: FAIL + [object.data accepts only TrustedScriptURL] + expected: FAIL + + [object.codeBase accepts only TrustedScriptURL] + expected: FAIL + diff --git a/testing/web-platform/meta/trusted-types/block-string-assignment-to-HTMLElement-generic.tentative.html.ini b/testing/web-platform/meta/trusted-types/block-string-assignment-to-HTMLElement-generic.tentative.html.ini index 78d8859ebb27..b08c8ee4da1e 100644 --- a/testing/web-platform/meta/trusted-types/block-string-assignment-to-HTMLElement-generic.tentative.html.ini +++ b/testing/web-platform/meta/trusted-types/block-string-assignment-to-HTMLElement-generic.tentative.html.ini @@ -63,3 +63,9 @@ [script.innerText accepts only TrustedScript] expected: FAIL + [object.data accepts only TrustedScriptURL] + expected: FAIL + + [object.codeBase accepts only TrustedScriptURL] + expected: FAIL +