Bug 1513831 [wpt PR 14489] - Update wpt metadata, a=testonly

wpt-pr: 14489
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2018-12-13 12:45:03 +00:00 committed by James Graham
parent e2dc11a408
commit 5c701067f0

View File

@ -0,0 +1,49 @@
[CSSStyleSheet-constructable.html]
[Constructed stylesheet can be used and modified in multiple TreeScopes]
expected: FAIL
[CSSStyleSheet.replaceSync throws exception when there is import rule inside]
expected: FAIL
[Constructed style sheets can be applied on document]
expected: FAIL
[Adding non-constructed stylesheet to AdoptedStyleSheets is not allowed when the owner document of the stylesheet and the AdoptedStyleSheets are in different document trees]
expected: FAIL
[CSSStyleSheet.replaceSync replaces stylesheet text synchronously]
expected: FAIL
[Adding non-constructed stylesheet to AdoptedStyleSheets is not allowed when the owner document of the stylesheet is in the same document tree as the AdoptedStyleSheets]
expected: FAIL
[Stylesheets constructed on the main Document cannot be used in iframes]
expected: FAIL
[CSSStyleSheet.replace allows import rule inside]
expected: FAIL
[Constructed style sheets can be applied on shadow root]
expected: FAIL
[Changes to constructed stylesheets through CSSOM is reflected]
expected: FAIL
[Stylesheet constructed on iframe cannot be used in the main Document]
expected: FAIL
[CSSStyleSheet.replace produces Promise<CSSStyleSheet>]
expected: FAIL
[document.adoptedStyleSheets should initially have length 0.]
expected: FAIL
[Inserting an @import rule through insertRule on a constructed stylesheet throws an exception]
expected: FAIL
[CSSStyleSheet.replace returns rejected promise on failed imports]
expected: FAIL
[new CSSStyleSheet produces empty CSSStyleSheet]
expected: FAIL