Skip to content

Commit

Permalink
Update web-platform-tests to revision b'e16853520ae70ba309108ccff87a7…
Browse files Browse the repository at this point in the history
…816f74be4dd' (#30006)
  • Loading branch information
servo-wpt-sync committed Jul 19, 2023
1 parent 4f4c2a5 commit e723fb7
Show file tree
Hide file tree
Showing 1,259 changed files with 28,629 additions and 10,771 deletions.
9,265 changes: 6,544 additions & 2,721 deletions tests/wpt/meta-legacy-layout/MANIFEST.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
[[data-expected-height\] 3]
expected: FAIL

[[data-expected-height\] 4]
[[data-expected-height\] 1]
expected: FAIL

[[data-expected-height\] 2]
expected: FAIL
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,15 @@

[CSS Transitions: property <display> from [inline\] to [block\] at (0.3) should be [block\]]
expected: FAIL

[CSS Transitions with transition: all: property <display> from [block\] to [none\] at (-1) should be [block\]]
expected: FAIL

[CSS Transitions with transition: all: property <display> from [block\] to [none\] at (0) should be [block\]]
expected: FAIL

[CSS Transitions with transition: all: property <display> from [block\] to [none\] at (0.1) should be [block\]]
expected: FAIL

[CSS Transitions with transition: all: property <display> from [block\] to [none\] at (0.9) should be [block\]]
expected: FAIL

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,51 @@

[Property color value 'rgba(none none none / 50%)']
expected: FAIL

[Property color value 'rgb(calc(infinity), 0, 0)' [Red channel resolves positive infinity to 255\]]
expected: FAIL

[Property color value 'rgb(0, calc(infinity), 0)' [Green channel resolves positive infinity to 255\]]
expected: FAIL

[Property color value 'rgb(0, 0, calc(infinity))' [Blue channel resolves positive infinity to 255\]]
expected: FAIL

[Property color value 'rgba(0, 0, 0, calc(infinity))' [Alpha channel resolves positive infinity to fully opaque\]]
expected: FAIL

[Property color value 'rgb(calc(-infinity), 0, 0)' [Red channel resolves negative infinity to zero\]]
expected: FAIL

[Property color value 'rgb(0, calc(-infinity), 0)' [Green channel resolves negative infinity to zero\]]
expected: FAIL

[Property color value 'rgb(0, 0, calc(-infinity))' [Blue channel resolves negative infinity to zero\]]
expected: FAIL

[Property color value 'rgba(0, 0, 0, calc(-infinity))' [Alpha channel resolves negative infinity to fully transparent\]]
expected: FAIL

[Property color value 'rgb(calc(NaN), 0, 0)' [Red channel resolves NaN to zero\]]
expected: FAIL

[Property color value 'rgb(0, calc(NaN), 0)' [Green channel resolves NaN to zero\]]
expected: FAIL

[Property color value 'rgb(0, 0, calc(NaN))' [Blue channel resolves NaN to zero\]]
expected: FAIL

[Property color value 'rgba(0, 0, 0, calc(NaN))' [Alpha channel resolves NaN to zero\]]
expected: FAIL

[Property color value 'rgb(calc(0 / 0), 0, 0)' [Red channel resolves NaN equivalent calc statements to zero\]]
expected: FAIL

[Property color value 'rgb(0, calc(0 / 0), 0)' [Green channel resolves NaN equivalent calc statements to zero\]]
expected: FAIL

[Property color value 'rgb(0, 0, calc(0 / 0))' [Blue channel resolves NaN equivalent calc statements to zero\]]
expected: FAIL

[Property color value 'rgba(0, 0, 0, calc(0 / 0))' [Alpha channel resolves NaN equivalent calc statements to zero\]]
expected: FAIL
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,51 @@

[e.style['color'\] = "rgba(none none none / 50%)" should set the property value]
expected: FAIL

[e.style['color'\] = "rgb(calc(infinity), 0, 0)" should set the property value]
expected: FAIL

[e.style['color'\] = "rgb(0, calc(infinity), 0)" should set the property value]
expected: FAIL

[e.style['color'\] = "rgb(0, 0, calc(infinity))" should set the property value]
expected: FAIL

[e.style['color'\] = "rgba(0, 0, 0, calc(infinity))" should set the property value]
expected: FAIL

[e.style['color'\] = "rgb(calc(-infinity), 0, 0)" should set the property value]
expected: FAIL

[e.style['color'\] = "rgb(0, calc(-infinity), 0)" should set the property value]
expected: FAIL

[e.style['color'\] = "rgb(0, 0, calc(-infinity))" should set the property value]
expected: FAIL

[e.style['color'\] = "rgba(0, 0, 0, calc(-infinity))" should set the property value]
expected: FAIL

[e.style['color'\] = "rgb(calc(NaN), 0, 0)" should set the property value]
expected: FAIL

[e.style['color'\] = "rgb(0, calc(NaN), 0)" should set the property value]
expected: FAIL

[e.style['color'\] = "rgb(0, 0, calc(NaN))" should set the property value]
expected: FAIL

[e.style['color'\] = "rgba(0, 0, 0, calc(NaN))" should set the property value]
expected: FAIL

[e.style['color'\] = "rgb(calc(0 / 0), 0, 0)" should set the property value]
expected: FAIL

[e.style['color'\] = "rgb(0, calc(0 / 0), 0)" should set the property value]
expected: FAIL

[e.style['color'\] = "rgb(0, 0, calc(0 / 0))" should set the property value]
expected: FAIL

[e.style['color'\] = "rgba(0, 0, 0, calc(0 / 0))" should set the property value]
expected: FAIL
2 changes: 2 additions & 0 deletions tests/wpt/meta-legacy-layout/css/css-flexbox/gap-020.html.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[gap-020.html]
expected: FAIL
2 changes: 2 additions & 0 deletions tests/wpt/meta-legacy-layout/css/css-flexbox/gap-021.html.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[gap-021.html]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[auto-min-size-001.html]
expected: FAIL
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@

[#bug1454306 2]
expected: FAIL

[#wrapping-broke .flex 1]
expected: FAIL

[#gmail-tables .flex 3]
expected: FAIL
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,9 @@

[Check that src: url("foo.ttf") tech(color), url("bar.html") is valid]
expected: FAIL

[Check that src: url("foo.ttf") tech(xyzzy, features-opentype) is invalid]
expected: FAIL

[Check that src: url("foo.ttf") tech(features-opentype, xyzzy) is invalid]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[segment-break-transformation-unremovable-4.html]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[text-transform-capitalize-034.html]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[content-box-mutation-001.html]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[stroke-box-mutation-001.html]
expected: TIMEOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[stroke-box-mutation-003.html]
expected: TIMEOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[svgbox-stroke-box-001.html]
expected: FAIL

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@

[all without an explicit discrete property should not animate.]
expected: FAIL

[transition:all with transition-animation-type:discrete should animate discrete properties.]
expected: FAIL
Original file line number Diff line number Diff line change
Expand Up @@ -286,3 +286,93 @@

['scale(calc(calc(tan(-infinity))))' as a specified value should serialize as 'scale(calc(NaN))'.]
expected: FAIL

['scale(sin(180deg))' as a specified value should serialize as 'scale(calc(0))'.]
expected: FAIL

['scale(calc(sin(180deg)))' as a specified value should serialize as 'scale(calc(0))'.]
expected: FAIL

['scale(cos(180deg))' as a specified value should serialize as 'scale(calc(-1))'.]
expected: FAIL

['scale(calc(cos(180deg)))' as a specified value should serialize as 'scale(calc(-1))'.]
expected: FAIL

['scale(tan(180deg))' as a specified value should serialize as 'scale(calc(0))'.]
expected: FAIL

['scale(calc(tan(180deg)))' as a specified value should serialize as 'scale(calc(0))'.]
expected: FAIL

['scale(sin(270deg))' as a specified value should serialize as 'scale(calc(-1))'.]
expected: FAIL

['scale(calc(sin(270deg)))' as a specified value should serialize as 'scale(calc(-1))'.]
expected: FAIL

['scale(cos(270deg))' as a specified value should serialize as 'scale(calc(0))'.]
expected: FAIL

['scale(calc(cos(270deg)))' as a specified value should serialize as 'scale(calc(0))'.]
expected: FAIL

['scale(tan(270deg))' as a specified value should serialize as 'scale(calc(-infinity))'.]
expected: FAIL

['scale(calc(tan(270deg)))' as a specified value should serialize as 'scale(calc(-infinity))'.]
expected: FAIL

['scale(sin(-180deg))' as a specified value should serialize as 'scale(calc(0))'.]
expected: FAIL

['scale(calc(sin(-180deg)))' as a specified value should serialize as 'scale(calc(0))'.]
expected: FAIL

['scale(cos(-180deg))' as a specified value should serialize as 'scale(calc(-1))'.]
expected: FAIL

['scale(calc(cos(-180deg)))' as a specified value should serialize as 'scale(calc(-1))'.]
expected: FAIL

['scale(tan(-180deg))' as a specified value should serialize as 'scale(calc(0))'.]
expected: FAIL

['scale(calc(tan(-180deg)))' as a specified value should serialize as 'scale(calc(0))'.]
expected: FAIL

['scale(sin(-270deg))' as a specified value should serialize as 'scale(calc(1))'.]
expected: FAIL

['scale(calc(sin(-270deg)))' as a specified value should serialize as 'scale(calc(1))'.]
expected: FAIL

['scale(cos(-270deg))' as a specified value should serialize as 'scale(calc(0))'.]
expected: FAIL

['scale(calc(cos(-270deg)))' as a specified value should serialize as 'scale(calc(0))'.]
expected: FAIL

['scale(tan(-270deg))' as a specified value should serialize as 'scale(calc(infinity))'.]
expected: FAIL

['scale(calc(tan(-270deg)))' as a specified value should serialize as 'scale(calc(infinity))'.]
expected: FAIL

['scale(calc(sin(NaN)))' as a specified value should serialize as 'scale(calc(NaN))'.]
expected: FAIL

['scale(calc(calc(sin(NaN))))' as a specified value should serialize as 'scale(calc(NaN))'.]
expected: FAIL

['scale(calc(cos(NaN)))' as a specified value should serialize as 'scale(calc(NaN))'.]
expected: FAIL

['scale(calc(calc(cos(NaN))))' as a specified value should serialize as 'scale(calc(NaN))'.]
expected: FAIL

['scale(calc(tan(NaN)))' as a specified value should serialize as 'scale(calc(NaN))'.]
expected: FAIL

['scale(calc(calc(tan(NaN))))' as a specified value should serialize as 'scale(calc(NaN))'.]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[elementsFromPoint-iframes.html]
[elementsFromPoint on the root document for points in iframe elements]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[filter-function-linear-gradient.html]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[filter-function-radial-gradient.html]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[filter-function-repeating-linear-gradient.html]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[filter-function-repeating-radial-gradient.html]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[ElementInternals-reportValidity-bubble.html]
expected: FAIL
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,66 @@

[DOM mutation support]
expected: FAIL

[Basic imperative DOM Parts object construction (Document)]
expected: FAIL

[Cloning (Document)]
expected: FAIL

[Cloning Element (Document)]
expected: FAIL

[Cloning Text (Document)]
expected: FAIL

[Cloning Comment (Document)]
expected: FAIL

[Cloning CDATASection (Document)]
expected: FAIL

[Cloning ProcessingInstruction (Document)]
expected: FAIL

[DOM mutation support (Document)]
expected: FAIL

[ChildNodePart children manipulation (Document)]
expected: FAIL

[Basic imperative DOM Parts object construction (DocumentFragment)]
expected: FAIL

[Cloning (DocumentFragment)]
expected: FAIL

[Cloning Element (DocumentFragment)]
expected: FAIL

[Cloning Text (DocumentFragment)]
expected: FAIL

[Cloning Comment (DocumentFragment)]
expected: FAIL

[Cloning CDATASection (DocumentFragment)]
expected: FAIL

[Cloning ProcessingInstruction (DocumentFragment)]
expected: FAIL

[DOM mutation support (DocumentFragment)]
expected: FAIL

[ChildNodePart children manipulation (DocumentFragment)]
expected: FAIL

[Basic declarative DOM Parts (Main Document)]
expected: FAIL

[Basic declarative DOM Parts (Template)]
expected: FAIL

[Basic declarative DOM Parts (Clone)]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[redirect-keepalive.any.html]
expected: TIMEOUT
[[keepalive\][new window\][unload\] same-origin redirect]
expected: FAIL

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[response_block.tentative.https.html]
[ORB: Expect error response from <script> fetch.]
expected: FAIL

[ORB: Expect error response from fetch().]
expected: FAIL

This file was deleted.

0 comments on commit e723fb7

Please sign in to comment.