Skip to content

Commit 070beee

Browse files
committed
2 parents adbf9f5 + 087d93d commit 070beee

File tree

151 files changed

+1739
-796
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+1739
-796
lines changed

LayoutTests/TestExpectations

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7920,3 +7920,7 @@ fast/forms/color/input-color-swatch-overlay-appearance.html [ Skip ]
79207920
webkit.org/b/288831 [ Debug ] fast/css/shadow-box-recursion-depth.html [ Pass Timeout ]
79217921

79227922
webkit.org/b/291974 imported/w3c/web-platform-tests/scroll-animations/css/animation-range-visual-test.html [ Skip ]
7923+
7924+
imported/w3c/web-platform-tests/css/cssom/adoptedstylesheets-adopt-link.tentative.html [ ImageOnlyFailure ]
7925+
imported/w3c/web-platform-tests/css/cssom/adoptedstylesheets-adopt-style-subresource.tentative.html [ ImageOnlyFailure ]
7926+
imported/w3c/web-platform-tests/css/cssom/adoptedstylesheets-adopt-style.tentative.html [ ImageOnlyFailure ]

LayoutTests/imported/w3c/resources/resource-files.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7789,6 +7789,7 @@
77897789
"web-platform-tests/css/cssom-view/smooth-scrollIntoView-with-smooth-fragment-scroll-iframe.html",
77907790
"web-platform-tests/css/cssom-view/window-scrollBy-display-change-ref.html",
77917791
"web-platform-tests/css/cssom/CSSStyleSheet-constructable-concat-ref.html",
7792+
"web-platform-tests/css/cssom/CSSStyleSheet-constructable-insertRule-base-uri-ref.html",
77927793
"web-platform-tests/css/cssom/HTMLLinkElement-disabled-alternate-ref.html",
77937794
"web-platform-tests/css/cssom/insertRule-from-script-ref.html",
77947795
"web-platform-tests/css/cssom/medialist-dynamic-001-ref.html",
@@ -10846,11 +10847,14 @@
1084610847
"web-platform-tests/svg/path/distance/reference/pathlength-rect-mutating-ref.svg",
1084710848
"web-platform-tests/svg/path/distance/reference/pathlength-rect-ref.svg",
1084810849
"web-platform-tests/svg/path/error-handling/render-until-error-ref.svg",
10850+
"web-platform-tests/svg/path/property/d-interpolation-within-document-referenced-via-background-image-ref.html",
10851+
"web-platform-tests/svg/path/property/d-interpolation-within-document-referenced-via-background-image.html",
1084910852
"web-platform-tests/svg/path/property/d-none-expected.svg",
1085010853
"web-platform-tests/svg/path/property/d-none-ref.svg",
1085110854
"web-platform-tests/svg/path/property/marker-path-ref.svg",
1085210855
"web-platform-tests/svg/path/property/mpath-ref.svg",
1085310856
"web-platform-tests/svg/path/property/priority-ref.svg",
10857+
"web-platform-tests/svg/path/reftests/path-zoom-ref.html",
1085410858
"web-platform-tests/svg/pservers/reftests/gradient-inheritance-not-in-rendertree-01.tentative.svg",
1085510859
"web-platform-tests/svg/pservers/reftests/gradient-inheritance-not-in-rendertree-02.tentative.svg",
1085610860
"web-platform-tests/svg/pservers/reftests/pattern-inheritance-not-in-rendertree-01.tentative.svg",

LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/parsing/background-position-x-computed-expected.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
PASS Property background-position-x value 'center'
33
PASS Property background-position-x value 'left'
44
PASS Property background-position-x value 'right'
5-
FAIL Property background-position-x value 'x-start' assert_true: 'x-start' is a supported value for background-position-x. expected true got false
6-
FAIL Property background-position-x value 'x-end' assert_true: 'x-end' is a supported value for background-position-x. expected true got false
5+
FAIL Property background-position-x value 'x-start' assert_equals: expected "x-start" but got "0%"
6+
FAIL Property background-position-x value 'x-end' assert_equals: expected "x-end" but got "100%"
77
PASS Property background-position-x value '-20%'
88
PASS Property background-position-x value '10px'
99
PASS Property background-position-x value '0.5em'
@@ -12,7 +12,7 @@ PASS Property background-position-x value 'left -20%'
1212
PASS Property background-position-x value 'right -10px'
1313
PASS Property background-position-x value '-20%, 10px'
1414
PASS Property background-position-x value 'center, left, right'
15-
FAIL Property background-position-x value '0.5em, x-start, x-end' assert_true: '0.5em, x-start, x-end' is a supported value for background-position-x. expected true got false
15+
PASS Property background-position-x value '0.5em, x-start, x-end'
1616
PASS Property background-position-x value 'calc(10px - 0.5em), -20%, 10px'
1717
PASS Property background-position-x value 'calc(10px - 0.5em), left -20%, right 10px'
1818

LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/parsing/background-position-x-valid-expected.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
PASS e.style['background-position-x'] = "center" should set the property value
33
PASS e.style['background-position-x'] = "left" should set the property value
44
PASS e.style['background-position-x'] = "right" should set the property value
5-
FAIL e.style['background-position-x'] = "x-start" should set the property value assert_not_equals: property should be set got disallowed value ""
6-
FAIL e.style['background-position-x'] = "x-end" should set the property value assert_not_equals: property should be set got disallowed value ""
5+
PASS e.style['background-position-x'] = "x-start" should set the property value
6+
PASS e.style['background-position-x'] = "x-end" should set the property value
77
PASS e.style['background-position-x'] = "-20%" should set the property value
88
PASS e.style['background-position-x'] = "10px" should set the property value
99
PASS e.style['background-position-x'] = "0.5em" should set the property value
@@ -12,6 +12,6 @@ PASS e.style['background-position-x'] = "left -20%" should set the property valu
1212
PASS e.style['background-position-x'] = "right 10px" should set the property value
1313
PASS e.style['background-position-x'] = "-20%, 10px" should set the property value
1414
PASS e.style['background-position-x'] = "center, left, right" should set the property value
15-
FAIL e.style['background-position-x'] = "0.5em, x-start, x-end" should set the property value assert_not_equals: property should be set got disallowed value ""
15+
PASS e.style['background-position-x'] = "0.5em, x-start, x-end" should set the property value
1616
PASS e.style['background-position-x'] = "calc(10px - 0.5em), left -20%, right 10px" should set the property value
1717

LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/parsing/background-position-y-computed-expected.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
PASS Property background-position-y value 'center'
33
PASS Property background-position-y value 'top'
44
PASS Property background-position-y value 'bottom'
5-
FAIL Property background-position-y value 'y-start' assert_true: 'y-start' is a supported value for background-position-y. expected true got false
6-
FAIL Property background-position-y value 'y-end' assert_true: 'y-end' is a supported value for background-position-y. expected true got false
5+
FAIL Property background-position-y value 'y-start' assert_equals: expected "y-start" but got "0%"
6+
FAIL Property background-position-y value 'y-end' assert_equals: expected "y-end" but got "100%"
77
PASS Property background-position-y value '-20%'
88
PASS Property background-position-y value '10px'
99
PASS Property background-position-y value '0.5em'
@@ -12,7 +12,7 @@ PASS Property background-position-y value 'top -20%'
1212
PASS Property background-position-y value 'bottom -10px'
1313
PASS Property background-position-y value '-20%, 10px'
1414
PASS Property background-position-y value 'center, top, bottom'
15-
FAIL Property background-position-y value '0.5em, y-start, y-end' assert_true: '0.5em, y-start, y-end' is a supported value for background-position-y. expected true got false
15+
PASS Property background-position-y value '0.5em, y-start, y-end'
1616
PASS Property background-position-y value 'calc(10px - 0.5em), -20%, 10px'
1717
PASS Property background-position-y value 'calc(10px - 0.5em), top -20%, bottom 10px'
1818

LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/parsing/background-position-y-valid-expected.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
PASS e.style['background-position-y'] = "center" should set the property value
33
PASS e.style['background-position-y'] = "top" should set the property value
44
PASS e.style['background-position-y'] = "bottom" should set the property value
5-
FAIL e.style['background-position-y'] = "y-start" should set the property value assert_not_equals: property should be set got disallowed value ""
6-
FAIL e.style['background-position-y'] = "y-end" should set the property value assert_not_equals: property should be set got disallowed value ""
5+
PASS e.style['background-position-y'] = "y-start" should set the property value
6+
PASS e.style['background-position-y'] = "y-end" should set the property value
77
PASS e.style['background-position-y'] = "-20%" should set the property value
88
PASS e.style['background-position-y'] = "10px" should set the property value
99
PASS e.style['background-position-y'] = "0.5em" should set the property value
@@ -12,6 +12,6 @@ PASS e.style['background-position-y'] = "top -20%" should set the property value
1212
PASS e.style['background-position-y'] = "bottom 10px" should set the property value
1313
PASS e.style['background-position-y'] = "-20%, 10px" should set the property value
1414
PASS e.style['background-position-y'] = "center, top, bottom" should set the property value
15-
FAIL e.style['background-position-y'] = "0.5em, y-start, y-end" should set the property value assert_not_equals: property should be set got disallowed value ""
15+
PASS e.style['background-position-y'] = "0.5em, y-start, y-end" should set the property value
1616
PASS e.style['background-position-y'] = "calc(10px - 0.5em), top -20%, bottom 10px" should set the property value
1717

LayoutTests/imported/w3c/web-platform-tests/css/css-shapes/shape-functions/shape-function-valid.tentative-expected.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PASS e.style['clip-path'] = "shape(from 20px 40px, move to 20px 30px, vline by 1
1010
PASS e.style['clip-path'] = "shape(from 20px 40px, move to 20px 30px, hline to left, hline to center, hline to right)" should set the property value
1111
FAIL e.style['clip-path'] = "shape(from 20px 40px, move to 20px 30px, hline to x-start, hline to y-start)" should set the property value assert_not_equals: property should be set got disallowed value ""
1212
PASS e.style['clip-path'] = "shape(from 20px 40px, move to 20px 30px, vline to top, vline to center, vline to bottom)" should set the property value
13-
FAIL e.style['clip-path'] = "shape(from 20px 40px, move to 20px 30px, vline to y-start, vline to y-end)" should set the property value assert_not_equals: property should be set got disallowed value ""
13+
PASS e.style['clip-path'] = "shape(from 20px 40px, move to 20px 30px, vline to y-start, vline to y-end)" should set the property value
1414
PASS e.style['clip-path'] = "shape(from 20px 40px, curve to 20px 20px with 10px 30px)" should set the property value
1515
PASS e.style['clip-path'] = "shape(from 20px 40px, curve to 20em 20pt with 10vw 30vh)" should set the property value
1616
PASS e.style['clip-path'] = "shape(from 20px 40px, curve to 10% 20% with 10px 30px / 12px 32px)" should set the property value
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
2+
PASS Property object-position value '10% center'
3+
PASS Property object-position value 'right 30% top 60px'
4+
PASS Property object-position value '-20% -30px'
5+
PASS Property object-position value '30px center'
6+
PASS Property object-position value '40px top'
7+
PASS Property object-position value 'right 20% bottom 10%'
8+
PASS Property object-position value 'right bottom'
9+
PASS Property object-position value 'center 50px'
10+
PASS Property object-position value 'center bottom'
11+
PASS Property object-position value 'left center'
12+
PASS Property object-position value 'left bottom'
13+
PASS Property object-position value 'right 40%'
14+
PASS Property object-position value 'center top'
15+
PASS Property object-position value 'center'
16+
PASS Property object-position value 'center center'
17+
PASS Property object-position value 'right 20px bottom 10px'
18+
PASS Property object-position value 'x-start'
19+
PASS Property object-position value 'x-start 10px'
20+
PASS Property object-position value 'x-start 10% top 20px'
21+
PASS Property object-position value 'x-end'
22+
PASS Property object-position value 'x-end 10%'
23+
PASS Property object-position value 'x-end 10px top 20px'
24+
PASS Property object-position value 'y-start'
25+
PASS Property object-position value '10px y-start'
26+
PASS Property object-position value 'left 10px y-start 20%'
27+
PASS Property object-position value 'y-end'
28+
PASS Property object-position value '10px y-end'
29+
PASS Property object-position value 'left 10px y-end 20%'
30+
PASS Property object-position value 'x-start' in mode 'writing-mode: horizontal-tb, direction: ltr'
31+
PASS Property object-position value 'x-end' in mode 'writing-mode: horizontal-tb, direction: ltr'
32+
PASS Property object-position value 'y-start' in mode 'writing-mode: horizontal-tb, direction: ltr'
33+
PASS Property object-position value 'y-end' in mode 'writing-mode: horizontal-tb, direction: ltr'
34+
PASS Property object-position value 'x-start' in mode 'writing-mode: horizontal-tb, direction: rtl'
35+
PASS Property object-position value 'x-end' in mode 'writing-mode: horizontal-tb, direction: rtl'
36+
PASS Property object-position value 'y-start' in mode 'writing-mode: horizontal-tb, direction: rtl'
37+
PASS Property object-position value 'y-end' in mode 'writing-mode: horizontal-tb, direction: rtl'
38+
PASS Property object-position value 'x-start' in mode 'writing-mode: vertical-rl, direction: rtl'
39+
PASS Property object-position value 'x-end' in mode 'writing-mode: vertical-rl, direction: rtl'
40+
PASS Property object-position value 'y-start' in mode 'writing-mode: vertical-rl, direction: rtl'
41+
PASS Property object-position value 'y-end' in mode 'writing-mode: vertical-rl, direction: rtl'
42+
PASS Property object-position value 'x-start' in mode 'writing-mode: sideways-rl, direction: rtl'
43+
PASS Property object-position value 'x-end' in mode 'writing-mode: sideways-rl, direction: rtl'
44+
PASS Property object-position value 'y-start' in mode 'writing-mode: sideways-rl, direction: rtl'
45+
PASS Property object-position value 'y-end' in mode 'writing-mode: sideways-rl, direction: rtl'
46+
PASS Property object-position value 'x-start' in mode 'writing-mode: vertical-rl, direction: ltr'
47+
PASS Property object-position value 'x-end' in mode 'writing-mode: vertical-rl, direction: ltr'
48+
PASS Property object-position value 'y-start' in mode 'writing-mode: vertical-rl, direction: ltr'
49+
PASS Property object-position value 'y-end' in mode 'writing-mode: vertical-rl, direction: ltr'
50+
PASS Property object-position value 'x-start' in mode 'writing-mode: sideways-rl, direction: ltr'
51+
PASS Property object-position value 'x-end' in mode 'writing-mode: sideways-rl, direction: ltr'
52+
PASS Property object-position value 'y-start' in mode 'writing-mode: sideways-rl, direction: ltr'
53+
PASS Property object-position value 'y-end' in mode 'writing-mode: sideways-rl, direction: ltr'
54+
PASS Property object-position value 'x-start' in mode 'writing-mode: vertical-lr, direction: rtl'
55+
PASS Property object-position value 'x-end' in mode 'writing-mode: vertical-lr, direction: rtl'
56+
PASS Property object-position value 'y-start' in mode 'writing-mode: vertical-lr, direction: rtl'
57+
PASS Property object-position value 'y-end' in mode 'writing-mode: vertical-lr, direction: rtl'
58+
PASS Property object-position value 'x-start' in mode 'writing-mode: sideways-lr, direction: ltr'
59+
PASS Property object-position value 'x-end' in mode 'writing-mode: sideways-lr, direction: ltr'
60+
PASS Property object-position value 'y-start' in mode 'writing-mode: sideways-lr, direction: ltr'
61+
PASS Property object-position value 'y-end' in mode 'writing-mode: sideways-lr, direction: ltr'
62+
PASS Property object-position value 'x-start' in mode 'writing-mode: vertical-lr, direction: ltr'
63+
PASS Property object-position value 'x-end' in mode 'writing-mode: vertical-lr, direction: ltr'
64+
PASS Property object-position value 'y-start' in mode 'writing-mode: vertical-lr, direction: ltr'
65+
PASS Property object-position value 'y-end' in mode 'writing-mode: vertical-lr, direction: ltr'
66+
PASS Property object-position value 'x-start' in mode 'writing-mode: sideways-lr, direction: rtl'
67+
PASS Property object-position value 'x-end' in mode 'writing-mode: sideways-lr, direction: rtl'
68+
PASS Property object-position value 'y-start' in mode 'writing-mode: sideways-lr, direction: rtl'
69+
PASS Property object-position value 'y-end' in mode 'writing-mode: sideways-lr, direction: rtl'
70+

0 commit comments

Comments
 (0)