Update test expectations

This commit is contained in:
Manish Goregaokar 2016-11-14 10:48:28 -08:00
parent 177d6fa4ee
commit 67a68bd1f6
18 changed files with 39 additions and 151 deletions

View file

@ -1,2 +1,3 @@
[basic-transition.html]
type: reftest
disabled: https://github.com/servo/servo/issues/13865

View file

@ -20,7 +20,17 @@ test_interfaces([
"CharacterData",
"CloseEvent",
"CSS",
"CSSFontFaceRule",
"CSSGroupingRule",
"CSSKeyframesRule",
"CSSMediaRule",
"CSSNamespaceRule",
"CSSRule",
"CSSRuleList",
"CSSStyleDeclaration",
"CSSStyleRule",
"CSSStyleSheet",
"CSSViewportRule",
"DOMMatrix",
"DOMMatrixReadOnly",
"DOMPoint",

View file

@ -11,7 +11,17 @@ test_interfaces([
"Blob",
"CloseEvent",
"CSS",
"CSSFontFaceRule",
"CSSGroupingRule",
"CSSKeyframesRule",
"CSSMediaRule",
"CSSNamespaceRule",
"CSSRule",
"CSSRuleList",
"CSSStyleDeclaration",
"CSSStyleRule",
"CSSStyleSheet",
"CSSViewportRule",
"DOMPoint",
"DOMPointReadOnly",
"DOMQuad",