mirror of
https://github.com/servo/servo.git
synced 2025-06-06 00:25:37 +00:00
Update web-platform-tests to revision b'38623a53d6598cb7aab4be8a810102b352a652df' (#34622)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
a87a86f4f2
commit
a37a9f68b8
671 changed files with 22362 additions and 3510 deletions
|
@ -14,6 +14,3 @@
|
|||
|
||||
[Opening a blob URL in a new window by clicking an <a> tag works immediately before revoking the URL.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Fetching a blob URL immediately before revoking it works in <script> tags.]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -61,3 +61,6 @@
|
|||
|
||||
[Insert a CSSNestedDeclarations rule directly in top-level @scope]
|
||||
expected: FAIL
|
||||
|
||||
[Mutating selectorText on outer style rule causes correct inner specificity]
|
||||
expected: FAIL
|
||||
|
|
|
@ -19,6 +19,3 @@
|
|||
|
||||
[@font-face matching for quoted and unquoted fangsong]
|
||||
expected: FAIL
|
||||
|
||||
[@font-face matching for quoted and unquoted serif]
|
||||
expected: FAIL
|
||||
|
|
|
@ -25,3 +25,39 @@
|
|||
|
||||
[Property column-rule-style value 'inset']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule-style value 'dotted dashed solid']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule-style value 'repeat(10, double)']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule-style value 'repeat(3, groove) repeat(4, ridge)']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule-style value 'repeat(auto, solid)']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule-style value 'repeat(auto, dotted solid inset)']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule-style value 'repeat(4, none ridge solid) repeat(auto, hidden)']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule-style value 'inset repeat(auto, solid ridge) repeat(4, none groove hidden)']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule-style value 'repeat(calc(5 + 3), ridge)']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule-style value 'repeat(4, dotted double dashed) repeat(auto, solid) ridge']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule-style value 'repeat(4, dotted double dashed) repeat(auto, solid) repeat(4, none groove hidden)']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule-style value 'ridge repeat(auto, solid)']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule-style value 'ridge repeat(auto, solid) ridge']
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[the-check-pseudo-element.tentative.html]
|
||||
expected: TIMEOUT
|
|
@ -1,2 +0,0 @@
|
|||
[the-select-arrow-pseudo-element.tentative.html]
|
||||
expected: TIMEOUT
|
|
@ -103,3 +103,15 @@
|
|||
|
||||
[.test 60]
|
||||
expected: FAIL
|
||||
|
||||
[.test 62]
|
||||
expected: FAIL
|
||||
|
||||
[.test 63]
|
||||
expected: FAIL
|
||||
|
||||
[.test 65]
|
||||
expected: FAIL
|
||||
|
||||
[.test 66]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,27 +1,2 @@
|
|||
[block-height-1.html]
|
||||
[[data-expected-height\] 1]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 2]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 3]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 7]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 8]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 9]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 13]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 14]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 15]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,6 +1,2 @@
|
|||
[block-height-2.html]
|
||||
[[data-expected-height\] 1]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 2]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
[vh_not_refreshing_on_chrome.html]
|
||||
bug: https://github.com/servo/servo/issues/8984
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -4,3 +4,12 @@
|
|||
|
||||
[throws if handleEvent is thruthy and not callable]
|
||||
expected: FAIL
|
||||
|
||||
[looks up handleEvent method on every event dispatch]
|
||||
expected: FAIL
|
||||
|
||||
[doesn't look up handleEvent method on callable event listeners]
|
||||
expected: FAIL
|
||||
|
||||
[rethrows errors when getting handleEvent]
|
||||
expected: FAIL
|
||||
|
|
|
@ -4,3 +4,15 @@
|
|||
|
||||
[listeners are called correct number of times]
|
||||
expected: FAIL
|
||||
|
||||
[listeners are called in order they were added]
|
||||
expected: FAIL
|
||||
|
||||
[listener that was added twice is called only once]
|
||||
expected: FAIL
|
||||
|
||||
[listeners are called in order their MQLs were created]
|
||||
expected: FAIL
|
||||
|
||||
[removing listener from one MQL doesn't remove it from all MQLs]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
[MediaQueryList-extends-EventTarget-interop.html]
|
||||
[listeners are called in order they were added, ignoring capture parameter]
|
||||
expected: FAIL
|
||||
|
||||
[listener added with addListener and addEventListener (capture) is called twice]
|
||||
expected: FAIL
|
||||
|
||||
[removeEventListener (capture) doesn't remove listener added with addListener]
|
||||
expected: FAIL
|
||||
|
||||
[removeListener doesn't remove listener added with addEventListener (capture)]
|
||||
expected: FAIL
|
||||
|
||||
[capturing event listener fires before non-capturing listener at target]
|
||||
expected: FAIL
|
||||
|
|
9
tests/wpt/meta-legacy-layout/css/cssom-view/MediaQueryList-extends-EventTarget.html.ini
vendored
Normal file
9
tests/wpt/meta-legacy-layout/css/cssom-view/MediaQueryList-extends-EventTarget.html.ini
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
[MediaQueryList-extends-EventTarget.html]
|
||||
[onchange removes listener]
|
||||
expected: FAIL
|
||||
|
||||
[listeners for "change" type are called]
|
||||
expected: FAIL
|
||||
|
||||
[addEventListener "once" option is respected]
|
||||
expected: FAIL
|
6
tests/wpt/meta-legacy-layout/css/cssom-view/MediaQueryListEvent.html.ini
vendored
Normal file
6
tests/wpt/meta-legacy-layout/css/cssom-view/MediaQueryListEvent.html.ini
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[MediaQueryListEvent.html]
|
||||
[argument of onchange]
|
||||
expected: FAIL
|
||||
|
||||
[constructor of "change" event]
|
||||
expected: FAIL
|
|
@ -431,3 +431,51 @@
|
|||
|
||||
[scrollHeight with negative margins: display: flex; overflow: scroll; direction: rtl; flex-flow: column-reverse wrap-reverse;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollWidth with negative margins: display: flow-root; overflow: visible; direction: ltr; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollHeight with negative margins: display: flow-root; overflow: visible; direction: ltr; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollWidth with negative margins: display: flow-root; overflow: hidden; direction: ltr; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollHeight with negative margins: display: flow-root; overflow: hidden; direction: ltr; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollWidth with negative margins: display: flow-root; overflow: auto; direction: ltr; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollHeight with negative margins: display: flow-root; overflow: auto; direction: ltr; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollWidth with negative margins: display: flow-root; overflow: scroll; direction: ltr; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollHeight with negative margins: display: flow-root; overflow: scroll; direction: ltr; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollWidth with negative margins: display: flow-root; overflow: visible; direction: rtl; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollHeight with negative margins: display: flow-root; overflow: visible; direction: rtl; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollWidth with negative margins: display: flow-root; overflow: hidden; direction: rtl; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollHeight with negative margins: display: flow-root; overflow: hidden; direction: rtl; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollWidth with negative margins: display: flow-root; overflow: auto; direction: rtl; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollHeight with negative margins: display: flow-root; overflow: auto; direction: rtl; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollWidth with negative margins: display: flow-root; overflow: scroll; direction: rtl; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollHeight with negative margins: display: flow-root; overflow: scroll; direction: rtl; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
|
|
@ -4,3 +4,6 @@
|
|||
|
||||
[elemOverflow.scrollHeight is the width of its scrolled contents (plus padding)]
|
||||
expected: FAIL
|
||||
|
||||
[elemOverflow.scrollHeight is the height of its scrolled contents (plus padding, since we overflowed)]
|
||||
expected: FAIL
|
||||
|
|
|
@ -82,3 +82,6 @@
|
|||
|
||||
[widows: inherit]
|
||||
expected: FAIL
|
||||
|
||||
[content: attr(foo, "")]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
[stylesheet-same-origin.sub.html]
|
||||
[Origin-clean check in cross-origin CSSOM Stylesheets (redirect from cross-origin to same-origin)]
|
||||
expected: FAIL
|
||||
|
||||
[Origin-clean check in loading error CSSOM Stylesheets]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -218,15 +218,9 @@
|
|||
[XPathExpression interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: operation createNSResolver(Node)]
|
||||
expected: FAIL
|
||||
|
||||
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "BOOLEAN_TYPE" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[XPathEvaluator interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[XPathResult interface: constant NUMBER_TYPE on interface object]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -263,9 +257,6 @@
|
|||
[XPathExpression interface: calling evaluate(Node, unsigned short, XPathResult) on document.createExpression("//*") with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: xmlDoc must inherit property "createNSResolver(Node)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "ORDERED_NODE_ITERATOR_TYPE" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -281,9 +272,6 @@
|
|||
[Document interface: operation evaluate(DOMString, Node, XPathNSResolver, unsigned short, XPathResult)]
|
||||
expected: FAIL
|
||||
|
||||
[XPathEvaluator interface: operation createNSResolver(Node)]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of document.evaluate("//*", document.body)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -299,15 +287,9 @@
|
|||
[XPathResult interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[XPathEvaluator interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[XPathExpression interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[XPathEvaluator interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[XPathResult interface: calling snapshotItem(unsigned long) on document.evaluate("//*", document.body) with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -317,9 +299,6 @@
|
|||
[XPathEvaluator interface: new XPathEvaluator() must inherit property "createExpression(DOMString, XPathNSResolver)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling createNSResolver(Node) on new Document() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[XPathResult interface: constant ORDERED_NODE_ITERATOR_TYPE on interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -371,9 +350,6 @@
|
|||
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "ANY_TYPE" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: new Document() must inherit property "createNSResolver(Node)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[XPathResult interface: attribute stringValue]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -386,9 +362,6 @@
|
|||
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "UNORDERED_NODE_SNAPSHOT_TYPE" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling createNSResolver(Node) on xmlDoc with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "booleanValue" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -404,9 +377,6 @@
|
|||
[XPathResult interface: attribute snapshotLength]
|
||||
expected: FAIL
|
||||
|
||||
[XPathEvaluator interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "STRING_TYPE" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -440,9 +410,6 @@
|
|||
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "NUMBER_TYPE" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[XPathEvaluator interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "ORDERED_NODE_SNAPSHOT_TYPE" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -452,9 +419,6 @@
|
|||
[XPathExpression interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of new XPathEvaluator()]
|
||||
expected: FAIL
|
||||
|
||||
[XPathResult interface: constant ORDERED_NODE_SNAPSHOT_TYPE on interface object]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -476,15 +440,9 @@
|
|||
[Document interface: calling evaluate(DOMString, Node, XPathNSResolver, unsigned short, XPathResult) on xmlDoc with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[XPathEvaluator must be primary interface of new XPathEvaluator()]
|
||||
expected: FAIL
|
||||
|
||||
[XPathResult interface: operation iterateNext()]
|
||||
expected: FAIL
|
||||
|
||||
[XPathEvaluator interface: new XPathEvaluator() must inherit property "createNSResolver(Node)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "iterateNext()" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -500,18 +458,12 @@
|
|||
[XPathResult interface: constant STRING_TYPE on interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[XPathEvaluator interface: calling createNSResolver(Node) on new XPathEvaluator() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "FIRST_ORDERED_NODE_TYPE" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[XPathExpression interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[XPathEvaluator interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[ShadowRoot interface: attribute onslotchange]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -779,9 +731,6 @@
|
|||
[AbortSignal interface: new AbortController().signal must inherit property "throwIfAborted()" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[idl_test setup]
|
||||
expected: FAIL
|
||||
|
||||
[AbortSignal interface: operation timeout(unsigned long long)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -883,5 +832,3 @@
|
|||
|
||||
|
||||
[idlharness.window.html?include=Node]
|
||||
[idl_test setup]
|
||||
expected: FAIL
|
||||
|
|
|
@ -142,3 +142,15 @@
|
|||
|
||||
[No custom element callbacks are run during disconnected moveBefore()]
|
||||
expected: FAIL
|
||||
|
||||
[moveBefore() CharacterData into a Document]
|
||||
expected: FAIL
|
||||
|
||||
[Moving a node from a disconnected container to a disconnected new parent without a shared ancestor throws a HIERARCHY_REQUEST_ERR]
|
||||
expected: FAIL
|
||||
|
||||
[Moving a node from a disconnected container to a disconnected new parent in the same tree succeeds]
|
||||
expected: FAIL
|
||||
|
||||
[Moving a node from a disconnected container to a disconnected new parent in the same tree succeeds,also across shadow-roots]
|
||||
expected: FAIL
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
[reduce(): Reject with an AbortError if the subscription is aborted before the source completes]
|
||||
expected: FAIL
|
||||
|
||||
[reduce(): Reduces the values for different objects]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[observable-reduce.any.html]
|
||||
[reduce(): Reduces the values of the Observable, starting with the initial seed value]
|
||||
|
@ -42,3 +45,6 @@
|
|||
|
||||
[reduce(): Reject with an AbortError if the subscription is aborted before the source completes]
|
||||
expected: FAIL
|
||||
|
||||
[reduce(): Reduces the values for different objects]
|
||||
expected: FAIL
|
||||
|
|
21
tests/wpt/meta-legacy-layout/domxpath/booleans.html.ini
vendored
Normal file
21
tests/wpt/meta-legacy-layout/domxpath/booleans.html.ini
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
[booleans.html]
|
||||
["or" operator depending on the context node]
|
||||
expected: FAIL
|
||||
|
||||
["=" operator depending on the context node]
|
||||
expected: FAIL
|
||||
|
||||
["!=" operator depending on the context node]
|
||||
expected: FAIL
|
||||
|
||||
["<" operator depending on the context node]
|
||||
expected: FAIL
|
||||
|
||||
[">" operator depending on the context node]
|
||||
expected: FAIL
|
||||
|
||||
[">=" operator depending on the context node]
|
||||
expected: FAIL
|
||||
|
||||
["<=" operator depending on the context node]
|
||||
expected: FAIL
|
3
tests/wpt/meta-legacy-layout/domxpath/document.tentative.html.ini
vendored
Normal file
3
tests/wpt/meta-legacy-layout/domxpath/document.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[document.tentative.html]
|
||||
[XPath parent of documentElement]
|
||||
expected: FAIL
|
3
tests/wpt/meta-legacy-layout/domxpath/evaluator-constructor.html.ini
vendored
Normal file
3
tests/wpt/meta-legacy-layout/domxpath/evaluator-constructor.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[evaluator-constructor.html]
|
||||
[Constructor with 'new']
|
||||
expected: FAIL
|
12
tests/wpt/meta-legacy-layout/domxpath/evaluator-cross-realm.tentative.html.ini
vendored
Normal file
12
tests/wpt/meta-legacy-layout/domxpath/evaluator-cross-realm.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[evaluator-cross-realm.tentative.html]
|
||||
[evaluator from realm with XML associated document, context node in XML document, no namespace resolver]
|
||||
expected: FAIL
|
||||
|
||||
[evaluator from realm with XML associated document, context node in HTML document, no namespace resolver]
|
||||
expected: FAIL
|
||||
|
||||
[evaluator from realm with HTML associated document, context node in XML document, no namespace resolver]
|
||||
expected: FAIL
|
||||
|
||||
[evaluator from realm with HTML associated document, context node in HTML document, no namespace resolver]
|
||||
expected: FAIL
|
24
tests/wpt/meta-legacy-layout/domxpath/evaluator-different-document.tentative.html.ini
vendored
Normal file
24
tests/wpt/meta-legacy-layout/domxpath/evaluator-different-document.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
[evaluator-different-document.tentative.html]
|
||||
[evaluate operation on XML document, context node in XML document, no namespace resolver]
|
||||
expected: FAIL
|
||||
|
||||
[evaluate operation on HTML document, context node in HTML document, no namespace resolver]
|
||||
expected: FAIL
|
||||
|
||||
[evaluate operation on XML document, context node in HTML document, no namespace resolver]
|
||||
expected: FAIL
|
||||
|
||||
[evaluate operation on HTML document, context node in XML document, no namespace resolver]
|
||||
expected: FAIL
|
||||
|
||||
[evaluate operation on XML document, context node in XML document, with namespace resolver]
|
||||
expected: FAIL
|
||||
|
||||
[evaluate operation on HTML document, context node in HTML document, with namespace resolver]
|
||||
expected: FAIL
|
||||
|
||||
[evaluate operation on XML document, context node in HTML document, with namespace resolver]
|
||||
expected: FAIL
|
||||
|
||||
[evaluate operation on HTML document, context node in XML document, with namespace resolver]
|
||||
expected: FAIL
|
12
tests/wpt/meta-legacy-layout/domxpath/expression-cross-realm.tentative.html.ini
vendored
Normal file
12
tests/wpt/meta-legacy-layout/domxpath/expression-cross-realm.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[expression-cross-realm.tentative.html]
|
||||
[expression from realm with XML associated document, context node in XML document, no namespace resolver]
|
||||
expected: FAIL
|
||||
|
||||
[expression from realm with XML associated document, context node in HTML document, no namespace resolver]
|
||||
expected: FAIL
|
||||
|
||||
[expression from realm with HTML associated document, context node in XML document, no namespace resolver]
|
||||
expected: FAIL
|
||||
|
||||
[expression from realm with HTML associated document, context node in HTML document, no namespace resolver]
|
||||
expected: FAIL
|
24
tests/wpt/meta-legacy-layout/domxpath/expression-different-document.tentative.html.ini
vendored
Normal file
24
tests/wpt/meta-legacy-layout/domxpath/expression-different-document.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
[expression-different-document.tentative.html]
|
||||
[expression from XML document, context node in XML document, no namespace resolver]
|
||||
expected: FAIL
|
||||
|
||||
[expression from HTML document, context node in HTML document, no namespace resolver]
|
||||
expected: FAIL
|
||||
|
||||
[expression from XML document, context node in HTML document, no namespace resolver]
|
||||
expected: FAIL
|
||||
|
||||
[expression from HTML document, context node in XML document, no namespace resolver]
|
||||
expected: FAIL
|
||||
|
||||
[expression from XML document, context node in XML document, with namespace resolver]
|
||||
expected: FAIL
|
||||
|
||||
[expression from HTML document, context node in HTML document, with namespace resolver]
|
||||
expected: FAIL
|
||||
|
||||
[expression from XML document, context node in HTML document, with namespace resolver]
|
||||
expected: FAIL
|
||||
|
||||
[expression from HTML document, context node in XML document, with namespace resolver]
|
||||
expected: FAIL
|
3
tests/wpt/meta-legacy-layout/domxpath/fn-concat.html.ini
vendored
Normal file
3
tests/wpt/meta-legacy-layout/domxpath/fn-concat.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[fn-concat.html]
|
||||
[concat() arguments depending on the context node]
|
||||
expected: FAIL
|
3
tests/wpt/meta-legacy-layout/domxpath/fn-contains.html.ini
vendored
Normal file
3
tests/wpt/meta-legacy-layout/domxpath/fn-contains.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[fn-contains.html]
|
||||
[contains() arguments depending on the context node]
|
||||
expected: FAIL
|
21
tests/wpt/meta-legacy-layout/domxpath/fn-lang.html.ini
vendored
Normal file
21
tests/wpt/meta-legacy-layout/domxpath/fn-lang.html.ini
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
[fn-lang.html]
|
||||
[lang("en"): <root><match lang="en"></match></root>]
|
||||
expected: FAIL
|
||||
|
||||
[lang("en"): <root><match lang="EN"></match></root>]
|
||||
expected: FAIL
|
||||
|
||||
[lang("en"): <root><match lang="en-us"></match></root>]
|
||||
expected: FAIL
|
||||
|
||||
[lang("en"): <root><unmatch></unmatch></root>]
|
||||
expected: FAIL
|
||||
|
||||
[lang("ja"): <root lang="ja"><match></match></root>]
|
||||
expected: FAIL
|
||||
|
||||
[lang("ja"): <root lang="ja-jp"><unmatch lang="ja_JP"></unmatch></root>]
|
||||
expected: FAIL
|
||||
|
||||
[lang("ko"): <root><unmatch lang="Ko"></unmatch></root>]
|
||||
expected: FAIL
|
6
tests/wpt/meta-legacy-layout/domxpath/fn-normalize-space.html.ini
vendored
Normal file
6
tests/wpt/meta-legacy-layout/domxpath/fn-normalize-space.html.ini
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[fn-normalize-space.html]
|
||||
[normalize-space() without arguments]
|
||||
expected: FAIL
|
||||
|
||||
[normalize-space() should handle only #x20, #x9, #xD, and #xA]
|
||||
expected: FAIL
|
3
tests/wpt/meta-legacy-layout/domxpath/fn-starts-with.html.ini
vendored
Normal file
3
tests/wpt/meta-legacy-layout/domxpath/fn-starts-with.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[fn-starts-with.html]
|
||||
[starts-with() arguments depending on the context node]
|
||||
expected: FAIL
|
3
tests/wpt/meta-legacy-layout/domxpath/fn-substring-after.html.ini
vendored
Normal file
3
tests/wpt/meta-legacy-layout/domxpath/fn-substring-after.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[fn-substring-after.html]
|
||||
[substring-after() arguments depending on the context node]
|
||||
expected: FAIL
|
3
tests/wpt/meta-legacy-layout/domxpath/fn-substring-before.html.ini
vendored
Normal file
3
tests/wpt/meta-legacy-layout/domxpath/fn-substring-before.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[fn-substring-before.html]
|
||||
[substring-before() arguments depending on the context node]
|
||||
expected: FAIL
|
3
tests/wpt/meta-legacy-layout/domxpath/fn-substring.html.ini
vendored
Normal file
3
tests/wpt/meta-legacy-layout/domxpath/fn-substring.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[fn-substring.html]
|
||||
[substring() arguments depending on the context node]
|
||||
expected: FAIL
|
3
tests/wpt/meta-legacy-layout/domxpath/fn-translate.html.ini
vendored
Normal file
3
tests/wpt/meta-legacy-layout/domxpath/fn-translate.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[fn-translate.html]
|
||||
[translate() arguments depending on the context node]
|
||||
expected: FAIL
|
6
tests/wpt/meta-legacy-layout/domxpath/lexical-structure.html.ini
vendored
Normal file
6
tests/wpt/meta-legacy-layout/domxpath/lexical-structure.html.ini
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[lexical-structure.html]
|
||||
[Literal: Only ' and " should be handled as literal quotes.]
|
||||
expected: FAIL
|
||||
|
||||
[ExprWhitespace: Only #x20 #x9 #xD or #xA must be handled as a whitespace.]
|
||||
expected: FAIL
|
3
tests/wpt/meta-legacy-layout/domxpath/node-sets.html.ini
vendored
Normal file
3
tests/wpt/meta-legacy-layout/domxpath/node-sets.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[node-sets.html]
|
||||
[| operator should evaluate both sides of expressions with the same context node]
|
||||
expected: FAIL
|
15
tests/wpt/meta-legacy-layout/domxpath/numbers.html.ini
vendored
Normal file
15
tests/wpt/meta-legacy-layout/domxpath/numbers.html.ini
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
[numbers.html]
|
||||
["+" operator depending on the context node]
|
||||
expected: FAIL
|
||||
|
||||
["-" operator depending on the context node]
|
||||
expected: FAIL
|
||||
|
||||
["*" operator depending on the context node]
|
||||
expected: FAIL
|
||||
|
||||
["div" operator depending on the context node]
|
||||
expected: FAIL
|
||||
|
||||
["mod" operator depending on the context node]
|
||||
expected: FAIL
|
3
tests/wpt/meta-legacy-layout/domxpath/predicates.html.ini
vendored
Normal file
3
tests/wpt/meta-legacy-layout/domxpath/predicates.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[predicates.html]
|
||||
[An expression in a predicate should not change the context node]
|
||||
expected: FAIL
|
15
tests/wpt/meta-legacy-layout/domxpath/resolver-callback-interface-cross-realm.tentative.html.ini
vendored
Normal file
15
tests/wpt/meta-legacy-layout/domxpath/resolver-callback-interface-cross-realm.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
[resolver-callback-interface-cross-realm.tentative.html]
|
||||
[XPathNSResolver is cross-realm plain object without 'lookupNamespaceURI' property]
|
||||
expected: FAIL
|
||||
|
||||
[XPathNSResolver is cross-realm plain object with non-callable 'lookupNamespaceURI' property]
|
||||
expected: FAIL
|
||||
|
||||
[XPathNSResolver is cross-realm non-callable revoked Proxy]
|
||||
expected: FAIL
|
||||
|
||||
[XPathNSResolver is cross-realm callable revoked Proxy]
|
||||
expected: FAIL
|
||||
|
||||
[XPathNSResolver is cross-realm plain object with revoked Proxy as 'lookupNamespaceURI' property]
|
||||
expected: FAIL
|
30
tests/wpt/meta-legacy-layout/domxpath/resolver-callback-interface.html.ini
vendored
Normal file
30
tests/wpt/meta-legacy-layout/domxpath/resolver-callback-interface.html.ini
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
[resolver-callback-interface.html]
|
||||
[callable resolver]
|
||||
expected: FAIL
|
||||
|
||||
[callable resolver: result is not cached]
|
||||
expected: FAIL
|
||||
|
||||
[callable resolver: abrupt completion from Call]
|
||||
expected: FAIL
|
||||
|
||||
[callable resolver: no 'lookupNamespaceURI' lookups]
|
||||
expected: FAIL
|
||||
|
||||
[object resolver]
|
||||
expected: FAIL
|
||||
|
||||
[object resolver: this value and `prefix` argument]
|
||||
expected: FAIL
|
||||
|
||||
[object resolver: 'lookupNamespaceURI' is not cached]
|
||||
expected: FAIL
|
||||
|
||||
[object resolver: abrupt completion from Get]
|
||||
expected: FAIL
|
||||
|
||||
[object resolver: 'lookupNamespaceURI' is thruthy and not callable]
|
||||
expected: FAIL
|
||||
|
||||
[object resolver: 'lookupNamespaceURI' is falsy and not callable]
|
||||
expected: FAIL
|
18
tests/wpt/meta-legacy-layout/domxpath/resolver-non-string-result.html.ini
vendored
Normal file
18
tests/wpt/meta-legacy-layout/domxpath/resolver-non-string-result.html.ini
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
[resolver-non-string-result.html]
|
||||
[undefined]
|
||||
expected: FAIL
|
||||
|
||||
[null]
|
||||
expected: FAIL
|
||||
|
||||
[number]
|
||||
expected: FAIL
|
||||
|
||||
[boolean]
|
||||
expected: FAIL
|
||||
|
||||
[symbol]
|
||||
expected: FAIL
|
||||
|
||||
[object coercion (abrupt completion)]
|
||||
expected: FAIL
|
45
tests/wpt/meta-legacy-layout/domxpath/text-html-attributes.html.ini
vendored
Normal file
45
tests/wpt/meta-legacy-layout/domxpath/text-html-attributes.html.ini
vendored
Normal file
|
@ -0,0 +1,45 @@
|
|||
[text-html-attributes.html]
|
||||
[Select html element based on attribute]
|
||||
expected: FAIL
|
||||
|
||||
[Select html element based on attribute mixed case]
|
||||
expected: FAIL
|
||||
|
||||
[Select both HTML and SVG elements based on attribute]
|
||||
expected: FAIL
|
||||
|
||||
[Select HTML element with non-ascii attribute 1]
|
||||
expected: FAIL
|
||||
|
||||
[Select HTML element with non-ascii attribute 2]
|
||||
expected: FAIL
|
||||
|
||||
[Select HTML element with non-ascii attribute 3]
|
||||
expected: FAIL
|
||||
|
||||
[Select SVG element based on mixed case attribute]
|
||||
expected: FAIL
|
||||
|
||||
[Select both HTML and SVG elements based on mixed case attribute]
|
||||
expected: FAIL
|
||||
|
||||
[Select SVG elements with refX attribute]
|
||||
expected: FAIL
|
||||
|
||||
[Select SVG elements with refX attribute incorrect case]
|
||||
expected: FAIL
|
||||
|
||||
[Select SVG elements with refX attribute lowercase]
|
||||
expected: FAIL
|
||||
|
||||
[Select SVG element with non-ascii attribute 1]
|
||||
expected: FAIL
|
||||
|
||||
[Select SVG element with non-ascii attribute 2]
|
||||
expected: FAIL
|
||||
|
||||
[xmlns attribute]
|
||||
expected: FAIL
|
||||
|
||||
[svg element with XLink attribute]
|
||||
expected: FAIL
|
33
tests/wpt/meta-legacy-layout/domxpath/text-html-elements.html.ini
vendored
Normal file
33
tests/wpt/meta-legacy-layout/domxpath/text-html-elements.html.ini
vendored
Normal file
|
@ -0,0 +1,33 @@
|
|||
[text-html-elements.html]
|
||||
[HTML elements no namespace prefix]
|
||||
expected: FAIL
|
||||
|
||||
[HTML elements namespace prefix]
|
||||
expected: FAIL
|
||||
|
||||
[HTML elements mixed use of prefix]
|
||||
expected: FAIL
|
||||
|
||||
[SVG elements no namespace prefix]
|
||||
expected: FAIL
|
||||
|
||||
[SVG elements namespace prefix]
|
||||
expected: FAIL
|
||||
|
||||
[HTML elements mixed case]
|
||||
expected: FAIL
|
||||
|
||||
[SVG elements mixed case selector]
|
||||
expected: FAIL
|
||||
|
||||
[Non-ascii HTML element]
|
||||
expected: FAIL
|
||||
|
||||
[Non-ascii HTML element2]
|
||||
expected: FAIL
|
||||
|
||||
[Non-ascii HTML element3]
|
||||
expected: FAIL
|
||||
|
||||
[Throw with invalid prefix]
|
||||
expected: FAIL
|
3072
tests/wpt/meta-legacy-layout/domxpath/xml_xpath_runner.html.ini
vendored
Normal file
3072
tests/wpt/meta-legacy-layout/domxpath/xml_xpath_runner.html.ini
vendored
Normal file
File diff suppressed because it is too large
Load diff
2
tests/wpt/meta-legacy-layout/domxpath/xpathevaluatorbase-creatensresolver.html.ini
vendored
Normal file
2
tests/wpt/meta-legacy-layout/domxpath/xpathevaluatorbase-creatensresolver.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[xpathevaluatorbase-creatensresolver.html]
|
||||
expected: ERROR
|
|
@ -1,12 +1,6 @@
|
|||
[redirect-back-to-original-origin.any.html]
|
||||
[original => remote => original with mode: "no-cors"]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[redirect-back-to-original-origin.any.worker.html]
|
||||
[original => remote => original with mode: "no-cors"]
|
||||
expected: FAIL
|
||||
|
||||
[redirect-back-to-original-origin]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
[canvas-remote-read-remote-image-redirect.html]
|
||||
[Load a no-cors image from a same-origin URL that redirects to a cross-origin URL that redirects to the initial origin]
|
||||
expected: FAIL
|
||||
|
|
@ -49,3 +49,6 @@
|
|||
|
||||
[sec-fetch-user]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access - Same site]
|
||||
expected: FAIL
|
||||
|
|
|
@ -31,3 +31,9 @@
|
|||
|
||||
[sec-fetch-dest - Not sent to non-trustworthy same-site destination]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy same-origin destination]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy cross-site destination]
|
||||
expected: FAIL
|
||||
|
|
|
@ -245,3 +245,27 @@
|
|||
|
||||
[list-style-image sec-fetch-user]
|
||||
expected: FAIL
|
||||
|
||||
[background-image sec-fetch-storage-access - Cross-site]
|
||||
expected: TIMEOUT
|
||||
|
||||
[border-image sec-fetch-storage-access - Cross-site]
|
||||
expected: FAIL
|
||||
|
||||
[content sec-fetch-storage-access - Cross-site]
|
||||
expected: FAIL
|
||||
|
||||
[cursor sec-fetch-storage-access - Cross-site]
|
||||
expected: FAIL
|
||||
|
||||
[list-style-image sec-fetch-storage-access - Cross-site]
|
||||
expected: FAIL
|
||||
|
||||
[content sec-fetch-storage-access - Same site]
|
||||
expected: FAIL
|
||||
|
||||
[cursor sec-fetch-storage-access - Same site]
|
||||
expected: FAIL
|
||||
|
||||
[list-style-image sec-fetch-storage-access - Same site]
|
||||
expected: FAIL
|
||||
|
|
|
@ -152,3 +152,30 @@
|
|||
|
||||
[border-image sec-fetch-site - HTTPS downgrade (header not sent)]
|
||||
expected: FAIL
|
||||
|
||||
[content sec-fetch-storage-access - Not sent to non-trustworthy same-origin destination]
|
||||
expected: FAIL
|
||||
|
||||
[cursor sec-fetch-storage-access - Not sent to non-trustworthy same-origin destination]
|
||||
expected: FAIL
|
||||
|
||||
[list-style-image sec-fetch-storage-access - Not sent to non-trustworthy same-origin destination]
|
||||
expected: FAIL
|
||||
|
||||
[content sec-fetch-storage-access - Not sent to non-trustworthy same-site destination]
|
||||
expected: FAIL
|
||||
|
||||
[cursor sec-fetch-storage-access - Not sent to non-trustworthy same-site destination]
|
||||
expected: FAIL
|
||||
|
||||
[list-style-image sec-fetch-storage-access - Not sent to non-trustworthy same-site destination]
|
||||
expected: FAIL
|
||||
|
||||
[content sec-fetch-storage-access - Not sent to non-trustworthy cross-site destination]
|
||||
expected: FAIL
|
||||
|
||||
[cursor sec-fetch-storage-access - Not sent to non-trustworthy cross-site destination]
|
||||
expected: FAIL
|
||||
|
||||
[list-style-image sec-fetch-storage-access - Not sent to non-trustworthy cross-site destination]
|
||||
expected: FAIL
|
||||
|
|
|
@ -44,3 +44,12 @@
|
|||
|
||||
[sec-fetch-site - HTTPS downgrade-upgrade - no attributes]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy same-origin destination - no attributes]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy same-site destination - no attributes]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy cross-site destination - no attributes]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -22,3 +22,6 @@
|
|||
|
||||
[sec-fetch-site - HTTPS downgrade-upgrade, no attributes]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access - Cross-site, no attributes]
|
||||
expected: FAIL
|
||||
|
|
|
@ -50,3 +50,9 @@
|
|||
|
||||
[sec-fetch-user]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Cross-site]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Same site]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -44,3 +44,12 @@
|
|||
|
||||
[sec-fetch-site - HTTPS downgrade-upgrade]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy same-origin destination]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy same-site destination]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy cross-site destination]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -44,3 +44,12 @@
|
|||
|
||||
[sec-fetch-site - HTTPS downgrade-upgrade]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy same-origin destination]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy same-site destination]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy cross-site destination]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -1,37 +1,37 @@
|
|||
[element-img-environment-change.https.sub.html]
|
||||
expected: TIMEOUT
|
||||
[sec-fetch-site - Same origin, no attributes]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-site - Cross-site, no attributes]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-site - Same site, no attributes]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-site - Same-Origin -> Cross-Site -> Same-Origin redirect, no attributes]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-site - Same-Origin -> Same-Site -> Same-Origin redirect, no attributes]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-site - Cross-Site -> Same Origin, no attributes]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-site - Cross-Site -> Same-Site, no attributes]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-site - Cross-Site -> Cross-Site, no attributes]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-site - Same-Origin -> Same Origin, no attributes]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-site - Same-Origin -> Same-Site, no attributes]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-site - Same-Origin -> Cross-Site, no attributes]
|
||||
expected: NOTRUN
|
||||
expected: TIMEOUT
|
||||
|
||||
[sec-fetch-site - Same-Site -> Same Origin, no attributes]
|
||||
expected: NOTRUN
|
||||
|
@ -59,3 +59,9 @@
|
|||
|
||||
[sec-fetch-user - no attributes]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Cross-site, no attributes]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Same site, no attributes]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -1,46 +1,54 @@
|
|||
[element-img-environment-change.sub.html]
|
||||
expected: TIMEOUT
|
||||
[sec-fetch-site - Not sent to non-trustworthy same-origin destination, no attributes]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-site - Not sent to non-trustworthy same-site destination, no attributes]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-site - Not sent to non-trustworthy cross-site destination, no attributes]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-mode - Not sent to non-trustworthy same-origin destination, no attributes]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-mode - Not sent to non-trustworthy same-site destination, no attributes]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-mode - Not sent to non-trustworthy cross-site destination, no attributes]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-dest - Not sent to non-trustworthy same-origin destination, no attributes]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-dest - Not sent to non-trustworthy same-site destination, no attributes]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-dest - Not sent to non-trustworthy cross-site destination, no attributes]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-user - Not sent to non-trustworthy same-origin destination, no attributes]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-user - Not sent to non-trustworthy same-site destination, no attributes]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-user - Not sent to non-trustworthy cross-site destination, no attributes]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-site - HTTPS downgrade (header not sent), no attributes]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-site - HTTPS upgrade, no attributes]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-site - HTTPS downgrade-upgrade, no attributes]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy same-origin destination, no attributes]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy same-site destination, no attributes]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy cross-site destination, no attributes]
|
||||
expected: FAIL
|
||||
|
|
|
@ -43,3 +43,9 @@
|
|||
|
||||
[sec-fetch-site - src - HTTPS downgrade-upgrade, no attributes]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access - src - Cross-site, no attributes]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access - srcset - Cross-site, no attributes]
|
||||
expected: FAIL
|
||||
|
|
|
@ -53,3 +53,9 @@
|
|||
|
||||
[sec-fetch-user - no attributes]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Cross-site, no attributes]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Same site, no attributes]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -44,3 +44,12 @@
|
|||
|
||||
[sec-fetch-site - HTTPS downgrade-upgrade, no attributes]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy same-origin destination, no attributes]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy same-site destination, no attributes]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy cross-site destination, no attributes]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -59,3 +59,9 @@
|
|||
|
||||
[sec-fetch-user no attributes]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Cross-site no attributes]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Same site no attributes]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -44,3 +44,12 @@
|
|||
|
||||
[sec-fetch-site - HTTPS downgrade-upgrade no attributes]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy same-origin destination no attributes]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy same-site destination no attributes]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy cross-site destination no attributes]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -61,3 +61,6 @@
|
|||
|
||||
[sec-fetch-dest attributes: as=worker]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access - Cross-site no attributes]
|
||||
expected: FAIL
|
||||
|
|
|
@ -64,3 +64,12 @@
|
|||
|
||||
[sec-fetch-mode - img[src\] - attributes: crossorigin=anonymous]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access - img[src\] - Cross-site, no attributes]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access - img[srcset\] - Cross-site, no attributes]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access - source[srcset\] - Cross-site, no attributes]
|
||||
expected: FAIL
|
||||
|
|
|
@ -40,3 +40,6 @@
|
|||
|
||||
[sec-fetch-site - Same-Site -> Cross-Site, attributes: type=module]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access - Cross-site, no attributes]
|
||||
expected: FAIL
|
||||
|
|
|
@ -53,3 +53,9 @@
|
|||
|
||||
[sec-fetch-user]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Cross-site]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Same site]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -44,3 +44,12 @@
|
|||
|
||||
[sec-fetch-site - HTTPS downgrade-upgrade]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy same-origin destination]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy same-site destination]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy cross-site destination]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -22,3 +22,6 @@
|
|||
|
||||
[sec-fetch-site - HTTPS downgrade-upgrade, no attributes]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access - Cross-site, no attributes]
|
||||
expected: FAIL
|
||||
|
|
|
@ -118,3 +118,15 @@
|
|||
|
||||
[sec-fetch-user - no init - fallback]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access - Cross-site, init: mode=no-cors, credentials=include - respondWith]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access - Cross-site, init: mode=no-cors, credentials=include - fallback]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access - Same site, init: mode=no-cors, credentials=include - respondWith]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access - Same site, init: mode=no-cors, credentials=include - fallback]
|
||||
expected: FAIL
|
||||
|
|
|
@ -19,3 +19,6 @@
|
|||
|
||||
[sec-fetch-site - Same-Site -> Cross-Site, init: mode=no-cors]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access - Cross-site, init: mode=no-cors, credentials=include]
|
||||
expected: FAIL
|
||||
|
|
|
@ -89,3 +89,21 @@
|
|||
|
||||
[sec-fetch-site - HTTPS downgrade-upgrade - POST]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy same-origin destination - GET]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy same-origin destination - POST]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy same-site destination - GET]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy same-site destination - POST]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy cross-site destination - GET]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy cross-site destination - POST]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -97,3 +97,15 @@
|
|||
|
||||
[sec-fetch-user rel=stylesheet]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access rel=icon - Cross-site]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access rel=stylesheet - Cross-site]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access rel=icon - Same site]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access rel=stylesheet - Same site]
|
||||
expected: FAIL
|
||||
|
|
|
@ -88,3 +88,21 @@
|
|||
|
||||
[sec-fetch-site rel=stylesheet - HTTPS downgrade-upgrade]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access rel=icon - Not sent to non-trustworthy same-origin destination]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access rel=stylesheet - Not sent to non-trustworthy same-origin destination]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access rel=icon - Not sent to non-trustworthy same-site destination]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access rel=stylesheet - Not sent to non-trustworthy same-site destination]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access rel=icon - Not sent to non-trustworthy cross-site destination]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access rel=stylesheet - Not sent to non-trustworthy cross-site destination]
|
||||
expected: FAIL
|
||||
|
|
|
@ -53,3 +53,9 @@
|
|||
|
||||
[sec-fetch-user]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Cross-site]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Same site]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -44,3 +44,12 @@
|
|||
|
||||
[sec-fetch-site - HTTPS downgrade-upgrade]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy same-origin destination]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy same-site destination]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy cross-site destination]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -62,3 +62,9 @@
|
|||
|
||||
[sec-fetch-user no attributes]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Cross-site no attributes]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Same site no attributes]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -44,3 +44,12 @@
|
|||
|
||||
[sec-fetch-site - HTTPS downgrade-upgrade no attributes]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy same-origin destination no attributes]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy same-site destination no attributes]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy cross-site destination no attributes]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -35,3 +35,15 @@
|
|||
|
||||
[sec-fetch-user - history.forward]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Cross-site - history.back]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Cross-site - history.forward]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Same site - history.back]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Same site - history.forward]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -71,3 +71,21 @@
|
|||
|
||||
[sec-fetch-user - Not sent to non-trustworthy cross-site destination - history.forward]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy same-origin destination - history.back]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy same-origin destination - history.forward]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy same-site destination - history.back]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy same-site destination - history.forward]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy cross-site destination - history.back]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-storage-access - Not sent to non-trustworthy cross-site destination - history.forward]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -19,3 +19,6 @@
|
|||
|
||||
[sec-fetch-site - Same-Site -> Cross-Site]
|
||||
expected: FAIL
|
||||
|
||||
[sec-fetch-storage-access - Cross-site]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[iframe-src-aboutblank-navigate-immediately.html]
|
||||
[Navigating to a different document with window.open]
|
||||
expected: FAIL
|
||||
|
||||
[Navigating to a different document with link click]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[navigation-unload-same-origin.window.html]
|
||||
[Same-origin navigation started from unload handler must be ignored]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[same-document-refresh.html]
|
||||
[Same-Document Referrer from Refresh]
|
||||
expected: FAIL
|
|
@ -4,6 +4,3 @@
|
|||
|
||||
[opener of discarded nested browsing context]
|
||||
expected: FAIL
|
||||
|
||||
[opener of discarded auxiliary browsing context]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
[2d.text.measure.caret-position-edge-cases.tentative.html]
|
||||
[Test the edge cases for caretPositionFromPoint, where the point is at the edge of glyph and at the midpoint.]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,30 +1,2 @@
|
|||
[2d.text.measure.caret-position-edges.tentative.html]
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align left.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align left.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align center.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align center.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align right.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align right.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align start.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align start.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align end.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align end.]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,120 +1,2 @@
|
|||
[2d.text.measure.caret-position.tentative.html]
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align left, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align left, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align center, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align center, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align right, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align right, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align start, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align start, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align end, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align end, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align left, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align left, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align center, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align center, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align right, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align right, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align start, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align start, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align end, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align end, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align left, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align left, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align center, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align center, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align right, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align right, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align start, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align start, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align end, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align end, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align left, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align left, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align center, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align center, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align right, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align right, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align start, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align start, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align end, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align end, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
[2d.text.measure.caret-position-edge-cases.tentative.html]
|
||||
[Test the edge cases for caretPositionFromPoint, where the point is at the edge of glyph and at the midpoint.]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
[2d.text.measure.caret-position-edge-cases.tentative.worker.html]
|
||||
[Test the edge cases for caretPositionFromPoint, where the point is at the edge of glyph and at the midpoint.]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,30 +1,2 @@
|
|||
[2d.text.measure.caret-position-edges.tentative.html]
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align left.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align left.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align center.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align center.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align right.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align right.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align start.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align start.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align end.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align end.]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,30 +1,2 @@
|
|||
[2d.text.measure.caret-position-edges.tentative.worker.html]
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align left.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align left.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align center.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align center.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align right.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align right.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align start.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align start.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction ltr and text align end.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() gives correct edges when the requested point is outside the range, with direction rtl and text align end.]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,120 +1,2 @@
|
|||
[2d.text.measure.caret-position.tentative.html]
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align left, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align left, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align center, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align center, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align right, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align right, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align start, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align start, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align end, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align end, 0px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align left, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align left, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align center, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align center, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align right, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align right, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align start, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align start, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align end, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align end, 10px letter spacing and no-directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align left, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align left, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align center, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align center, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align right, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align right, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align start, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align start, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align end, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align end, 0px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align left, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align left, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align center, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align center, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align right, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align right, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align start, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align start, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction ltr, text align end, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
|
||||
[Check that TextMetrics::caretPositionFromPoint() matches its DOM equivalent, where possible, with direction rtl, text align end, 10px letter spacing and directional-override.]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -7189,9 +7189,6 @@
|
|||
[HTMLIFrameElement interface: attribute allow]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLIFrameElement interface: attribute referrerPolicy]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLIFrameElement interface: attribute loading]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -7219,9 +7216,6 @@
|
|||
[HTMLIFrameElement interface: document.createElement("iframe") must inherit property "allow" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLIFrameElement interface: document.createElement("iframe") must inherit property "referrerPolicy" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLIFrameElement interface: document.createElement("iframe") must inherit property "loading" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[iframe-loading-lazy-nav-link-click.html]
|
||||
[Navigating iframe loading='lazy' before it is loaded: link click]
|
||||
expected: FAIL
|
|
@ -1,3 +1,4 @@
|
|||
[iframe_sandbox_popups_escaping-2.html]
|
||||
expected: TIMEOUT
|
||||
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue