diff --git a/tests/wpt/metadata-css/cssom-1_dev/html/css-style-declaration-modifications.htm.ini b/tests/wpt/metadata-css/cssom-1_dev/html/css-style-declaration-modifications.htm.ini index 18891538628..1b70b013125 100644 --- a/tests/wpt/metadata-css/cssom-1_dev/html/css-style-declaration-modifications.htm.ini +++ b/tests/wpt/metadata-css/cssom-1_dev/html/css-style-declaration-modifications.htm.ini @@ -1,6 +1,5 @@ [css-style-declaration-modifications.htm] type: testharness - expected: ERROR [CSSStyleDeclaration_accessible] expected: FAIL diff --git a/tests/wpt/metadata-css/cssom-1_dev/html/cssimportrule.htm.ini b/tests/wpt/metadata-css/cssom-1_dev/html/cssimportrule.htm.ini index b6eb6b3a39c..b09eb56a50f 100644 --- a/tests/wpt/metadata-css/cssom-1_dev/html/cssimportrule.htm.ini +++ b/tests/wpt/metadata-css/cssom-1_dev/html/cssimportrule.htm.ini @@ -1,6 +1,5 @@ [cssimportrule.htm] type: testharness - expected: ERROR [CSSRule and CSSImportRule types] expected: FAIL diff --git a/tests/wpt/metadata-css/cssom-1_dev/html/cssstylerule.htm.ini b/tests/wpt/metadata-css/cssom-1_dev/html/cssstylerule.htm.ini index 42a59247827..70d0be16aa7 100644 --- a/tests/wpt/metadata-css/cssom-1_dev/html/cssstylerule.htm.ini +++ b/tests/wpt/metadata-css/cssom-1_dev/html/cssstylerule.htm.ini @@ -1,3 +1,20 @@ [cssstylerule.htm] type: testharness - expected: ERROR + [Rule_type_property] + expected: FAIL + + [Rule_properties] + expected: FAIL + + [Rule_properties_readonly] + expected: FAIL + + [Rule_properties_values] + expected: FAIL + + [StyleRule_properties] + expected: FAIL + + [StyleRule_properties_values] + expected: FAIL + diff --git a/tests/wpt/metadata-css/cssom-1_dev/html/interfaces.htm.ini b/tests/wpt/metadata-css/cssom-1_dev/html/interfaces.htm.ini index 02c46f56ee4..aea7989240c 100644 --- a/tests/wpt/metadata-css/cssom-1_dev/html/interfaces.htm.ini +++ b/tests/wpt/metadata-css/cssom-1_dev/html/interfaces.htm.ini @@ -120,51 +120,18 @@ [CSSStyleSheet interface: attribute ownerRule] expected: FAIL - [CSSStyleSheet interface: operation insertRule(DOMString,unsigned long)] - expected: FAIL - - [CSSStyleSheet interface: operation deleteRule(unsigned long)] - expected: FAIL - - [CSSStyleSheet must be primary interface of style_element.sheet] - expected: FAIL - - [Stringification of style_element.sheet] - expected: FAIL - [CSSStyleSheet interface: style_element.sheet must inherit property "ownerRule" with the proper type (0)] expected: FAIL - [CSSStyleSheet interface: style_element.sheet must inherit property "cssRules" with the proper type (1)] - expected: FAIL - - [CSSStyleSheet interface: style_element.sheet must inherit property "insertRule" with the proper type (2)] - expected: FAIL - - [CSSStyleSheet interface: calling insertRule(DOMString,unsigned long) on style_element.sheet with too few arguments must throw TypeError] - expected: FAIL - - [CSSStyleSheet interface: style_element.sheet must inherit property "deleteRule" with the proper type (3)] - expected: FAIL - - [CSSStyleSheet interface: calling deleteRule(unsigned long) on style_element.sheet with too few arguments must throw TypeError] - expected: FAIL - [StyleSheet interface: style_element.sheet must inherit property "type" with the proper type (0)] expected: FAIL - [StyleSheet interface: style_element.sheet must inherit property "href" with the proper type (1)] - expected: FAIL - [StyleSheet interface: style_element.sheet must inherit property "ownerNode" with the proper type (2)] expected: FAIL [StyleSheet interface: style_element.sheet must inherit property "parentStyleSheet" with the proper type (3)] expected: FAIL - [StyleSheet interface: style_element.sheet must inherit property "title" with the proper type (4)] - expected: FAIL - [StyleSheet interface: style_element.sheet must inherit property "media" with the proper type (5)] expected: FAIL @@ -177,21 +144,6 @@ [CSSRuleList interface: existence and properties of interface prototype object] expected: FAIL - [CSSRuleList must be primary interface of style_element.sheet.cssRules] - expected: FAIL - - [Stringification of style_element.sheet.cssRules] - expected: FAIL - - [CSSRuleList interface: style_element.sheet.cssRules must inherit property "item" with the proper type (0)] - expected: FAIL - - [CSSRuleList interface: calling item(unsigned long) on style_element.sheet.cssRules with too few arguments must throw TypeError] - expected: FAIL - - [CSSRuleList interface: style_element.sheet.cssRules must inherit property "length" with the proper type (1)] - expected: FAIL - [CSSRule interface: attribute parentRule] expected: FAIL @@ -201,54 +153,15 @@ [CSSStyleRule interface: attribute style] expected: FAIL - [CSSStyleRule must be primary interface of style_element.sheet.cssRules[0\]] - expected: FAIL - - [Stringification of style_element.sheet.cssRules[0\]] - expected: FAIL - [CSSStyleRule interface: style_element.sheet.cssRules[0\] must inherit property "selectorText" with the proper type (0)] expected: FAIL [CSSStyleRule interface: style_element.sheet.cssRules[0\] must inherit property "style" with the proper type (1)] expected: FAIL - [CSSRule interface: style_element.sheet.cssRules[0\] must inherit property "STYLE_RULE" with the proper type (0)] - expected: FAIL - - [CSSRule interface: style_element.sheet.cssRules[0\] must inherit property "CHARSET_RULE" with the proper type (1)] - expected: FAIL - - [CSSRule interface: style_element.sheet.cssRules[0\] must inherit property "IMPORT_RULE" with the proper type (2)] - expected: FAIL - - [CSSRule interface: style_element.sheet.cssRules[0\] must inherit property "MEDIA_RULE" with the proper type (3)] - expected: FAIL - - [CSSRule interface: style_element.sheet.cssRules[0\] must inherit property "FONT_FACE_RULE" with the proper type (4)] - expected: FAIL - - [CSSRule interface: style_element.sheet.cssRules[0\] must inherit property "PAGE_RULE" with the proper type (5)] - expected: FAIL - - [CSSRule interface: style_element.sheet.cssRules[0\] must inherit property "MARGIN_RULE" with the proper type (6)] - expected: FAIL - - [CSSRule interface: style_element.sheet.cssRules[0\] must inherit property "NAMESPACE_RULE" with the proper type (7)] - expected: FAIL - - [CSSRule interface: style_element.sheet.cssRules[0\] must inherit property "type" with the proper type (8)] - expected: FAIL - - [CSSRule interface: style_element.sheet.cssRules[0\] must inherit property "cssText" with the proper type (9)] - expected: FAIL - [CSSRule interface: style_element.sheet.cssRules[0\] must inherit property "parentRule" with the proper type (10)] expected: FAIL - [CSSRule interface: style_element.sheet.cssRules[0\] must inherit property "parentStyleSheet" with the proper type (11)] - expected: FAIL - [CSSImportRule interface: existence and properties of interface object] expected: FAIL diff --git a/tests/wpt/metadata-css/cssom-1_dev/html/medialist-interfaces-002.htm.ini b/tests/wpt/metadata-css/cssom-1_dev/html/medialist-interfaces-002.htm.ini index e2209fd3d2b..13f305b4464 100644 --- a/tests/wpt/metadata-css/cssom-1_dev/html/medialist-interfaces-002.htm.ini +++ b/tests/wpt/metadata-css/cssom-1_dev/html/medialist-interfaces-002.htm.ini @@ -1,8 +1,5 @@ [medialist-interfaces-002.htm] type: testharness - [deleteMedium_called_without_argument] - expected: FAIL - [deleteMedium_removes_correct_medium] expected: FAIL diff --git a/tests/wpt/metadata-css/cssom-1_dev/html/style-sheet-interfaces-002.htm.ini b/tests/wpt/metadata-css/cssom-1_dev/html/style-sheet-interfaces-002.htm.ini deleted file mode 100644 index fc428958812..00000000000 --- a/tests/wpt/metadata-css/cssom-1_dev/html/style-sheet-interfaces-002.htm.ini +++ /dev/null @@ -1,8 +0,0 @@ -[style-sheet-interfaces-002.htm] - type: testharness - [add_rule] - expected: FAIL - - [delete_rule] - expected: FAIL - diff --git a/tests/wpt/metadata/html/dom/interfaces.html.ini b/tests/wpt/metadata/html/dom/interfaces.html.ini index bea6ff2acb4..e00be762510 100644 --- a/tests/wpt/metadata/html/dom/interfaces.html.ini +++ b/tests/wpt/metadata/html/dom/interfaces.html.ini @@ -1359,9 +1359,6 @@ [HTMLLinkElement interface: document.createElement("link") must inherit property "sizes" with the proper type (7)] expected: FAIL - [HTMLLinkElement interface: document.createElement("link") must inherit property "sheet" with the proper type (11)] - expected: FAIL - [HTMLMetaElement interface: attribute httpEquiv] expected: FAIL @@ -1392,9 +1389,6 @@ [HTMLStyleElement interface: document.createElement("style") must inherit property "scoped" with the proper type (2)] expected: FAIL - [HTMLStyleElement interface: document.createElement("style") must inherit property "sheet" with the proper type (3)] - expected: FAIL - [HTMLBodyElement interface: attribute link] expected: FAIL diff --git a/tests/wpt/metadata/html/semantics/document-metadata/styling/LinkStyle.html.ini b/tests/wpt/metadata/html/semantics/document-metadata/styling/LinkStyle.html.ini index 60263e45718..47d2fac50fc 100644 --- a/tests/wpt/metadata/html/semantics/document-metadata/styling/LinkStyle.html.ini +++ b/tests/wpt/metadata/html/semantics/document-metadata/styling/LinkStyle.html.ini @@ -3,9 +3,6 @@ [The LinkStyle interface's sheet attribute must return null; the disabled attribute must be false] expected: FAIL - [The LinkStyle interface's sheet attribute must return null if the corresponding element is not in a Document] - expected: FAIL - [The LinkStyle interface's sheet attribute must return StyleSheet object; the disabled attribute must be same as the StyleSheet's disabled attribute] expected: FAIL