mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
update expectations
This commit is contained in:
parent
250050b569
commit
b67c082dfc
29 changed files with 253 additions and 13 deletions
|
@ -0,0 +1,6 @@
|
|||
[block-in-inline-client-rects-001.html]
|
||||
[t2.getBoundingClientRect().width]
|
||||
expected: FAIL
|
||||
|
||||
[t3.getBoundingClientRect().width]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[relpos-percentage-top-in-scrollable.html]
|
||||
[Top percentage resolved correctly for overflow contribution]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[opacity-transition-change-parent-stacking-context.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,12 @@
|
|||
[computed-style-animation-parsing.html]
|
||||
[Test a non-conflicting animation name.]
|
||||
expected: FAIL
|
||||
|
||||
[Test an animation name that is the same as a possible animation fill-mode.]
|
||||
expected: FAIL
|
||||
|
||||
[Test an animation name that is the same as a possible animation direction.]
|
||||
expected: FAIL
|
||||
|
||||
[Test an animation name that is the same as a possible running state.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[variables-substitute-guaranteed-invalid.html]
|
||||
[A custom property referencing a cycle becomes guaranteed-invalid]
|
||||
expected: FAIL
|
||||
|
||||
[A custom property referencing a non-existent variable becomes guaranteed-invalid]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[elementsFromPoint-simple.html]
|
||||
[elementsFromPoint for each corner of a div that has a pseudo-element]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[CSSStyleSheet-modify-after-removal.html]
|
||||
[Modify constructed sheet from removed iframe]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[getComputedStyle-display-none-001.html]
|
||||
[getComputedStyle gets invalidated in display: none subtrees due to inherited changes to an ancestor shadow host]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[focus-visible-script-focus-001.html]
|
||||
[":focus-visible" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[Script focus without any previous user interaction matches :focus-visible]
|
||||
expected: FAIL
|
21
tests/wpt/metadata/css/selectors/has-specificity.html.ini
Normal file
21
tests/wpt/metadata/css/selectors/has-specificity.html.ini
Normal file
|
@ -0,0 +1,21 @@
|
|||
[has-specificity.html]
|
||||
[:has(#foo) wins over :has(.foo)]
|
||||
expected: FAIL
|
||||
|
||||
[:has(span#foo) wins over :has(#foo)]
|
||||
expected: FAIL
|
||||
|
||||
[:has(.bar, #foo) has same specificity as :has(#foo, .bar)]
|
||||
expected: FAIL
|
||||
|
||||
[:has(.bar, #foo) wins over :has(.foo, .bar)]
|
||||
expected: FAIL
|
||||
|
||||
[:has(span + span) wins over :has(span)]
|
||||
expected: FAIL
|
||||
|
||||
[:has(span, li, p) wins over :has(span, lo, p)]
|
||||
expected: FAIL
|
||||
|
||||
[latter :has(.foo) wins over .baz]
|
||||
expected: FAIL
|
15
tests/wpt/metadata/css/selectors/invalidation/is.html.ini
Normal file
15
tests/wpt/metadata/css/selectors/invalidation/is.html.ini
Normal file
|
@ -0,0 +1,15 @@
|
|||
[is.html]
|
||||
[Invalidate :is() for simple selector arguments.]
|
||||
expected: FAIL
|
||||
|
||||
[Invalidate :is() for compound selector arguments.]
|
||||
expected: FAIL
|
||||
|
||||
[Invalidate :is() for complex selector arguments.]
|
||||
expected: FAIL
|
||||
|
||||
[Invalidate nested :is().]
|
||||
expected: FAIL
|
||||
|
||||
[Test specificity of :is().]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[not-002.html]
|
||||
[Invalidate nested :is() inside :not().]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[EventListener-handleEvent-cross-realm.html]
|
||||
[EventListener is cross-realm plain object without 'handleEvent' property]
|
||||
expected: FAIL
|
||||
|
||||
[EventListener is cross-realm plain object with non-callable 'handleEvent' property]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[TreeWalker-acceptNode-filter-cross-realm.html]
|
||||
[NodeFilter is cross-realm plain object without 'acceptNode' property]
|
||||
expected: FAIL
|
||||
|
||||
[NodeFilter is cross-realm plain object with non-callable 'acceptNode' property]
|
||||
expected: FAIL
|
|
@ -0,0 +1,39 @@
|
|||
[window-properties.https.html]
|
||||
[Window method: focus]
|
||||
expected: FAIL
|
||||
|
||||
[Window method: blur]
|
||||
expected: FAIL
|
||||
|
||||
[Window method: print]
|
||||
expected: FAIL
|
||||
|
||||
[Window attribute: onmousewheel]
|
||||
expected: FAIL
|
||||
|
||||
[Window replaceable attribute: locationbar]
|
||||
expected: FAIL
|
||||
|
||||
[Window replaceable attribute: menubar]
|
||||
expected: FAIL
|
||||
|
||||
[Window replaceable attribute: personalbar]
|
||||
expected: FAIL
|
||||
|
||||
[Window replaceable attribute: scrollbars]
|
||||
expected: FAIL
|
||||
|
||||
[Window replaceable attribute: statusbar]
|
||||
expected: FAIL
|
||||
|
||||
[Window replaceable attribute: toolbar]
|
||||
expected: FAIL
|
||||
|
||||
[Window replaceable attribute: external]
|
||||
expected: FAIL
|
||||
|
||||
[Window replaceable attribute: screenLeft]
|
||||
expected: FAIL
|
||||
|
||||
[Window replaceable attribute: screenTop]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[window-prototype-chain.html]
|
||||
[Global scope polluter]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[frameElement.sub.html]
|
||||
[The window's frameElement attribute must return its container element if it is a nested browsing context]
|
||||
expected: FAIL
|
63
tests/wpt/metadata/html/dom/aria-element-reflection.html.ini
Normal file
63
tests/wpt/metadata/html/dom/aria-element-reflection.html.ini
Normal file
|
@ -0,0 +1,63 @@
|
|||
[aria-element-reflection.html]
|
||||
[aria-activedescendant element reflection]
|
||||
expected: FAIL
|
||||
|
||||
[If the content attribute is set directly, the IDL attribute getter always returns the first element whose ID matches the content attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[Setting the IDL attribute to an element which is not the first element in DOM order with its ID causes the content attribute to be an empty string]
|
||||
expected: FAIL
|
||||
|
||||
[Setting an element reference that crosses into a shadow tree is disallowed, but setting one that is in a shadow inclusive ancestor is allowed.]
|
||||
expected: FAIL
|
||||
|
||||
[aria-errormessage]
|
||||
expected: FAIL
|
||||
|
||||
[aria-details]
|
||||
expected: FAIL
|
||||
|
||||
[Deleting a reflected element should return null for the IDL attribute and the content attribute will be empty.]
|
||||
expected: FAIL
|
||||
|
||||
[Changing the ID of an element doesn't lose the reference.]
|
||||
expected: FAIL
|
||||
|
||||
[Reparenting an element into a descendant shadow scope hides the element reference.]
|
||||
expected: FAIL
|
||||
|
||||
[Reparenting referenced element cannot cause retargeting of reference.]
|
||||
expected: FAIL
|
||||
|
||||
[Element reference set in invalid scope remains intact throughout move to valid scope.]
|
||||
expected: FAIL
|
||||
|
||||
[aria-labelledby.]
|
||||
expected: FAIL
|
||||
|
||||
[aria-controls.]
|
||||
expected: FAIL
|
||||
|
||||
[aria-describedby.]
|
||||
expected: FAIL
|
||||
|
||||
[aria-flowto.]
|
||||
expected: FAIL
|
||||
|
||||
[aria-owns.]
|
||||
expected: FAIL
|
||||
|
||||
[shadow DOM behaviour for FrozenArray element reflection.]
|
||||
expected: FAIL
|
||||
|
||||
[Moving explicitly set elements across shadow DOM boundaries.]
|
||||
expected: FAIL
|
||||
|
||||
[Moving explicitly set elements around within the same scope, and removing from the DOM.]
|
||||
expected: FAIL
|
||||
|
||||
[Attaching element reference before it's inserted into the DOM.]
|
||||
expected: FAIL
|
||||
|
||||
[Cross-document references and moves.]
|
||||
expected: FAIL
|
|
@ -1,2 +1,2 @@
|
|||
[canvas-update-with-border-object-fit.html]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[change-src-while-not-displayed.html]
|
||||
expected: TIMEOUT
|
|
@ -1,2 +0,0 @@
|
|||
[cross-domain-iframe-in-multicol.sub.html]
|
||||
expected: TIMEOUT
|
|
@ -1,2 +0,0 @@
|
|||
[tall-cross-domain-iframe-in-scrolled.sub.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[form-double-submit-multiple-targets.html]
|
||||
[Verifies that one form used to target multiple frames in succession navigates all of them.]
|
||||
expected: FAIL
|
|
@ -1,4 +0,0 @@
|
|||
[form-submit-iframe-then-location-navigate.html]
|
||||
[Verifies that location navigations take precedence when following form submissions.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[show-picker-cross-origin-iframe.html]
|
||||
[Test showPicker() called from cross-origin iframe 1]
|
||||
expected: FAIL
|
||||
|
||||
[Test showPicker() called from cross-origin iframe 3]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[compile-event-handler-lexical-scopes-form-owner.html]
|
||||
[<div> doesn't have a form owner]
|
||||
expected: FAIL
|
|
@ -0,0 +1,15 @@
|
|||
[excluded-properties-002.html]
|
||||
[Property background-blend-mode does not support quirky length]
|
||||
expected: FAIL
|
||||
|
||||
[Property clip-path does not support quirky length]
|
||||
expected: FAIL
|
||||
|
||||
[Property column-span does not support quirky length]
|
||||
expected: FAIL
|
||||
|
||||
[Property mask does not support quirky length]
|
||||
expected: FAIL
|
||||
|
||||
[Property object-position does not support quirky length]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[invalid-this-value-cross-realm.html]
|
||||
[Cross-realm operation throws when called on incompatible object]
|
||||
expected: FAIL
|
|
@ -0,0 +1,21 @@
|
|||
[window-named-properties-object.html]
|
||||
[[[GetOwnProperty\]\]]
|
||||
expected: FAIL
|
||||
|
||||
[[[DefineOwnProperty\]\]]
|
||||
expected: FAIL
|
||||
|
||||
[[[HasProperty\]\]]
|
||||
expected: FAIL
|
||||
|
||||
[[[Get\]\]]
|
||||
expected: FAIL
|
||||
|
||||
[[[Set\]\] (direct)]
|
||||
expected: FAIL
|
||||
|
||||
[[[Delete\]\]]
|
||||
expected: FAIL
|
||||
|
||||
[[[OwnPropertyKeys\]\]]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue