mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update web-platform-tests to revision d7afcb8708eac08a614d161d5622a48172daf7e3
This commit is contained in:
parent
6f8bb4dd40
commit
edff458e23
791 changed files with 17647 additions and 10322 deletions
|
@ -14,9 +14,6 @@
|
|||
[Revoke blob URL after creating Request, will fetch]
|
||||
expected: FAIL
|
||||
|
||||
[Revoke blob URL after calling fetch, fetch should succeed]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[url-with-fetch.any.html]
|
||||
[Untitled]
|
||||
|
@ -37,3 +34,6 @@
|
|||
[Revoke blob URL after creating Request, will fetch]
|
||||
expected: FAIL
|
||||
|
||||
[Revoke blob URL after calling fetch, fetch should succeed]
|
||||
expected: FAIL
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -23,3 +23,15 @@
|
|||
[Subclass constructor in parent window with parent class in child window]
|
||||
expected: FAIL
|
||||
|
||||
[Constructor in parent window with bad NewTarget from parent window that's a proxy for a child window function]
|
||||
expected: FAIL
|
||||
|
||||
[Constructor in child window with bad NewTarget from child window that's a proxy for a parent window function]
|
||||
expected: FAIL
|
||||
|
||||
[Constructor in parent window with bad NewTarget from parent window that's a bound child window function]
|
||||
expected: FAIL
|
||||
|
||||
[Constructor in child window with bad NewTarget from child window that's a bound parent window function]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[floats-in-table-caption-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[overhanging-float-paint-order.html]
|
||||
expected: FAIL
|
|
@ -1,2 +1,2 @@
|
|||
[abspos-float-with-inline-container.html]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
2
tests/wpt/metadata/css/CSS2/text/white-space-002.xht.ini
Normal file
2
tests/wpt/metadata/css/CSS2/text/white-space-002.xht.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[white-space-002.xht]
|
||||
expected: FAIL
|
2
tests/wpt/metadata/css/CSS2/text/white-space-003.xht.ini
Normal file
2
tests/wpt/metadata/css/CSS2/text/white-space-003.xht.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[white-space-003.xht]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-height-204.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[mix-blend-mode-paragraph.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[background-repeat-round-roundup.xht]
|
||||
expected: FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[inheritance.html]
|
||||
[Inheritance of CSS Backgrounds and Borders properties]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
[flex-direction-row-vertical.html]
|
||||
expected: FAIL
|
16
tests/wpt/metadata/css/css-flexbox/inheritance.html.ini
Normal file
16
tests/wpt/metadata/css/css-flexbox/inheritance.html.ini
Normal file
|
@ -0,0 +1,16 @@
|
|||
[inheritance.html]
|
||||
[Property align-self does not inherit]
|
||||
expected: FAIL
|
||||
|
||||
[Property align-items has initial value normal]
|
||||
expected: FAIL
|
||||
|
||||
[Property align-content has initial value normal]
|
||||
expected: FAIL
|
||||
|
||||
[Property justify-content has initial value normal]
|
||||
expected: FAIL
|
||||
|
||||
[Property align-self has initial value auto]
|
||||
expected: FAIL
|
||||
|
|
@ -296,9 +296,6 @@
|
|||
[Matching font-stretch: '100%' should prefer '110% 120%' over '115% 116%']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-weight: '430' should prefer '500' over '400 425']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-stretch: '110%' should prefer '105%' over '100%']
|
||||
expected: FAIL
|
||||
|
||||
|
@ -326,3 +323,12 @@
|
|||
[Matching font-style: 'oblique 21deg' should prefer 'oblique 20deg' over 'oblique 10deg']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-weight: '430' should prefer '501 550' over '502 560']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-weight: '430' should prefer '340 398' over '501 550']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-style: 'oblique -21deg' should prefer 'italic' over 'oblique 0deg']
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -32,3 +32,12 @@
|
|||
[Test @font-face matching for weight 470]
|
||||
expected: FAIL
|
||||
|
||||
[Test @font-face matching for weight 99]
|
||||
expected: FAIL
|
||||
|
||||
[Test @font-face matching for weight 100]
|
||||
expected: FAIL
|
||||
|
||||
[Test @font-face matching for weight 249]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -2,3 +2,6 @@
|
|||
[css-images IDL tests]
|
||||
expected: FAIL
|
||||
|
||||
[CSS namespace: attribute elementSources]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
[image-rendering-computed.html]
|
||||
[Property image-rendering value 'smooth' computes to 'smooth']
|
||||
expected: FAIL
|
||||
|
||||
[Property image-rendering value 'high-quality' computes to 'high-quality']
|
||||
expected: FAIL
|
||||
|
|
@ -53,3 +53,6 @@
|
|||
[e.style['object-position'\] = "center center" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['object-position'\] = "-20% -30px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
[text-decoration-skip-ink-valid.html]
|
||||
[e.style['text-decoration-skip-ink'\] = "none" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-decoration-skip-ink'\] = "auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
[text-decoration-style-valid.html]
|
||||
[e.style['text-decoration-style'\] = "wavy" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-decoration-style'\] = "solid" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-decoration-style'\] = "dotted" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-decoration-style'\] = "double" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-decoration-style'\] = "dashed" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
[text-underline-position-valid.html]
|
||||
[e.style['text-underline-position'\] = "right under" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-underline-position'\] = "under left" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-underline-position'\] = "auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-underline-position'\] = "left" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-underline-position'\] = "right" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-underline-position'\] = "under" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
[hyphens-out-of-flow-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[hyphens-out-of-flow-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-break-anywhere-003.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-break-anywhere-004.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-break-anywhere-005.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-break-anywhere-006.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-break-anywhere-007.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-break-anywhere-008.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-break-anywhere-009.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-break-anywhere-010.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-break-anywhere-011.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-break-anywhere-012.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-break-anywhere-013.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-break-anywhere-014.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-break-anywhere-015.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[line-break-normal-018.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[line-break-strict-018.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[text-transform-full-size-kana-001.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[text-transform-full-size-kana-002.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[text-transform-full-size-kana-003.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[text-transform-full-size-kana-004.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[break-spaces-before-first-char-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[break-spaces-before-first-char-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[break-spaces-before-first-char-003.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[break-spaces-before-first-char-004.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[break-spaces-before-first-char-005.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[break-spaces-before-first-char-006.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[break-spaces-before-first-char-007.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[break-spaces-before-first-char-008.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[break-spaces-before-first-char-009.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[break-spaces-before-first-char-010.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[break-spaces-before-first-char-011.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[break-spaces-before-first-char-012.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[break-spaces-before-first-char-013.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[trailing-ideographic-space-004.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-break-break-all-016.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-break-break-all-017.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-break-break-all-018.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-break-break-all-019.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-break-break-all-021.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-break-break-all-022.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-break-break-all-023.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-break-break-all-024.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-break-break-all-025.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-break-break-all-026.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-break-break-all-027.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-break-break-all-028.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[word-break-keep-all-006.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[composited-under-rotateY-180deg-clip.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[composited-under-rotateY-180deg.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[css-transforms-3d-on-anonymous-block-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[rotateY-180deg-with-overflow-scroll.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[inherit-height-transition.html]
|
||||
[Transitioned height, explicitly inherited down two DOM levels, should inherit correctly]
|
||||
expected: FAIL
|
||||
|
|
@ -74,6 +74,3 @@
|
|||
[opacity end]
|
||||
expected: FAIL
|
||||
|
||||
[padding-bottom intermediate]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[text-overflow-change-color.html]
|
||||
expected: FAIL
|
2
tests/wpt/metadata/css/css-values/ch-unit-015.html.ini
Normal file
2
tests/wpt/metadata/css/css-values/ch-unit-015.html.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[ch-unit-015.html]
|
||||
expected: FAIL
|
2
tests/wpt/metadata/css/css-values/ch-unit-016.html.ini
Normal file
2
tests/wpt/metadata/css/css-values/ch-unit-016.html.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[ch-unit-016.html]
|
||||
expected: FAIL
|
2
tests/wpt/metadata/css/css-values/ch-unit-017.html.ini
Normal file
2
tests/wpt/metadata/css/css-values/ch-unit-017.html.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[ch-unit-017.html]
|
||||
expected: FAIL
|
2
tests/wpt/metadata/css/css-values/ex-unit-002.html.ini
Normal file
2
tests/wpt/metadata/css/css-values/ex-unit-002.html.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[ex-unit-002.html]
|
||||
expected: FAIL
|
2
tests/wpt/metadata/css/css-values/ex-unit-003.html.ini
Normal file
2
tests/wpt/metadata/css/css-values/ex-unit-003.html.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[ex-unit-003.html]
|
||||
expected: FAIL
|
|
@ -1272,3 +1272,27 @@
|
|||
[CSSStyleDeclaration interface: sheet.cssRules[2\].cssRules[0\].style must inherit property "cssFloat" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[CSSStyleSheet interface: calling removeRule(unsigned long) on sheet with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[CSSStyleSheet interface: attribute rules]
|
||||
expected: FAIL
|
||||
|
||||
[CSSStyleSheet interface: operation removeRule(unsigned long)]
|
||||
expected: FAIL
|
||||
|
||||
[CSSStyleSheet interface: sheet must inherit property "addRule(DOMString, DOMString, unsigned long)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[CSSStyleSheet interface: operation addRule(DOMString, DOMString, unsigned long)]
|
||||
expected: FAIL
|
||||
|
||||
[CSSStyleSheet interface: sheet must inherit property "rules" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[CSSStyleSheet interface: sheet must inherit property "removeRule(unsigned long)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[CSSStyleSheet interface: calling addRule(DOMString, DOMString, unsigned long) on sheet with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -8,3 +8,27 @@
|
|||
[Custom Elements: [HTMLConstructor\] derives prototype from NewTarget]
|
||||
expected: FAIL
|
||||
|
||||
[If prototype is not object (string), derives the fallback from NewTarget's GetFunctionRealm (autonomous custom elements)]
|
||||
expected: FAIL
|
||||
|
||||
[If prototype is not object (null), derives the fallback from NewTarget's GetFunctionRealm (autonomous custom elements)]
|
||||
expected: FAIL
|
||||
|
||||
[If prototype is not object (undefined), derives the fallback from NewTarget's GetFunctionRealm (customized built-in elements)]
|
||||
expected: FAIL
|
||||
|
||||
[If prototype is not object (undefined), derives the fallback from NewTarget's GetFunctionRealm (autonomous custom elements)]
|
||||
expected: FAIL
|
||||
|
||||
[If prototype is not object (5), derives the fallback from NewTarget's GetFunctionRealm (autonomous custom elements)]
|
||||
expected: FAIL
|
||||
|
||||
[If prototype is not object (string), derives the fallback from NewTarget's GetFunctionRealm (customized built-in elements)]
|
||||
expected: FAIL
|
||||
|
||||
[If prototype is not object (5), derives the fallback from NewTarget's GetFunctionRealm (customized built-in elements)]
|
||||
expected: FAIL
|
||||
|
||||
[If prototype is not object (null), derives the fallback from NewTarget's GetFunctionRealm (customized built-in elements)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,2 +1,25 @@
|
|||
[HTMLMediaElement.html]
|
||||
expected: CRASH
|
||||
[controls on HTMLMediaElement in video must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[crossOrigin on HTMLMediaElement in video must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[controls on HTMLMediaElement in video must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[crossOrigin on HTMLMediaElement in audio must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[crossOrigin on HTMLMediaElement in video must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[controls on HTMLMediaElement in audio must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[crossOrigin on HTMLMediaElement in audio must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[controls on HTMLMediaElement in audio must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
[HTMLStyleElement.html]
|
||||
[media on HTMLStyleElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[media on HTMLStyleElement must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
[HTMLTableCellElement.html]
|
||||
[abbr on HTMLTableCellElement in th must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[headers on HTMLTableCellElement in td must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[scope on HTMLTableCellElement in th must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[headers on HTMLTableCellElement in td must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[headers on HTMLTableCellElement in th must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[headers on HTMLTableCellElement in th must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[scope on HTMLTableCellElement in th must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[abbr on HTMLTableCellElement in th must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
[HTMLTableColElement.html]
|
||||
[span on HTMLTableColElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[span on HTMLTableColElement must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
|
@ -60,3 +60,6 @@
|
|||
[Check if redundant xmlns="..." is dropped.]
|
||||
expected: FAIL
|
||||
|
||||
[Check if start tag serialization does NOT apply the default namespace if its namespace is declared in an ancestor.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
type: testharness
|
||||
|
||||
[single-byte-decoder.html?document]
|
||||
expected: TIMEOUT
|
||||
[ISO-8859-4: iso_8859-4:1988 (document.characterSet and document.inputEncoding)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -312,3 +312,18 @@
|
|||
[<iframe>: separate response Content-Type: text/plain */*;charset=gbk]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe>: combined response Content-Type: */* text/html]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe>: combined response Content-Type: text/html;charset=gbk text/plain text/html]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe>: separate response Content-Type: */* text/html]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe>: combined response Content-Type: text/html;" \\" text/plain]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe>: combined response Content-Type: text/html;x=" text/plain]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -11,3 +11,6 @@
|
|||
[X-Content-Type-Options%3A%20nosniff%0C]
|
||||
expected: FAIL
|
||||
|
||||
[X-Content-Type-Options%3A%20no%0D%0AX-Content-Type-Options%3A%20nosniff]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
[fetch-sw.https.html]
|
||||
expected: ERROR
|
||||
[Second fetch returns same response]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[fetch.html]
|
||||
[Second fetch returns same response]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[stale-css.html]
|
||||
[Cache returns stale resource]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[stale-image.html]
|
||||
expected: TIMEOUT
|
||||
[Cache returns stale resource]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[stale-script.html]
|
||||
[Cache returns stale resource]
|
||||
expected: FAIL
|
||||
|
|
@ -30,3 +30,6 @@
|
|||
[Set HTTP URL frame location.protocol to data]
|
||||
expected: FAIL
|
||||
|
||||
[Set HTTP URL frame location.protocol to x]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
[noopener-noreferrer-sizing.window.html]
|
||||
[window.open() with noreferrer should have equal viewport width and height]
|
||||
expected: FAIL
|
||||
|
||||
[window.open() with noopener should have equal viewport width and height]
|
||||
expected: FAIL
|
||||
|
|
@ -64,6 +64,15 @@
|
|||
[noopener=0 means lack of noopener]
|
||||
expected: NOTRUN
|
||||
|
||||
[noopener separated only by spaces should work]
|
||||
expected: NOTRUN
|
||||
|
||||
[window.open() with 'noopener' should reuse existing target]
|
||||
expected: FAIL
|
||||
|
||||
[noreferrer should also suppress opener when reusing existing target]
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[window-open-noopener.html?_self]
|
||||
[noopener window.open targeting _self]
|
||||
|
|
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