| OLD | NEW |
| 1 Testing parsing of the shape-outside property. | 1 Testing parsing of the shape-outside property. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS getCSSText("shape-outside", "none") is "none" | 6 PASS getCSSText("shape-outside", "none") is "none" |
| 7 PASS getComputedStyleValue("shape-outside", "none") is "none" | 7 PASS getComputedStyleValue("shape-outside", "none") is "none" |
| 8 PASS getCSSText("shape-outside", "inset(10px)") is "inset(10px)" | 8 PASS getCSSText("shape-outside", "inset(10px)") is "inset(10px)" |
| 9 PASS getComputedStyleValue("shape-outside", "inset(10px)") is "inset(10px)" | 9 PASS getComputedStyleValue("shape-outside", "inset(10px)") is "inset(10px)" |
| 10 PASS getCSSText("shape-outside", "inset(10px 9px)") is "inset(10px 9px)" | 10 PASS getCSSText("shape-outside", "inset(10px 9px)") is "inset(10px 9px)" |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 PASS getComputedStyleValue("shape-outside", "inset(10px 20px 30px 40px round 5px
6px)") is "inset(10px 20px 30px 40px round 5px 6px)" | 65 PASS getComputedStyleValue("shape-outside", "inset(10px 20px 30px 40px round 5px
6px)") is "inset(10px 20px 30px 40px round 5px 6px)" |
| 66 PASS getCSSText("shape-outside", "inset(10px 20px 30px 40px round 5px 6px 7px 8p
x / 50px 60px 70px 80px)") is "inset(10px 20px 30px 40px round 5px 6px 7px 8px /
50px 60px 70px 80px)" | 66 PASS getCSSText("shape-outside", "inset(10px 20px 30px 40px round 5px 6px 7px 8p
x / 50px 60px 70px 80px)") is "inset(10px 20px 30px 40px round 5px 6px 7px 8px /
50px 60px 70px 80px)" |
| 67 PASS getComputedStyleValue("shape-outside", "inset(10px 20px 30px 40px round 5px
6px 7px 8px / 50px 60px 70px 80px)") is "inset(10px 20px 30px 40px round 5px 6p
x 7px 8px / 50px 60px 70px 80px)" | 67 PASS getComputedStyleValue("shape-outside", "inset(10px 20px 30px 40px round 5px
6px 7px 8px / 50px 60px 70px 80px)") is "inset(10px 20px 30px 40px round 5px 6p
x 7px 8px / 50px 60px 70px 80px)" |
| 68 PASS getCSSText("shape-outside", "inset(10px round 0px / 10px)") is "inset(10px
round 0px / 10px)" | 68 PASS getCSSText("shape-outside", "inset(10px round 0px / 10px)") is "inset(10px
round 0px / 10px)" |
| 69 PASS getComputedStyleValue("shape-outside", "inset(10px round 0px / 10px)") is "
inset(10px round 0px / 10px)" | 69 PASS getComputedStyleValue("shape-outside", "inset(10px round 0px / 10px)") is "
inset(10px round 0px / 10px)" |
| 70 PASS getCSSText("shape-outside", "inset(calc(25%*3 - 10in) 0 0 0)") is "inset(ca
lc(75% - 10in) 0px 0px)" | 70 PASS getCSSText("shape-outside", "inset(calc(25%*3 - 10in) 0 0 0)") is "inset(ca
lc(75% - 10in) 0px 0px)" |
| 71 PASS getComputedStyleValue("shape-outside", "inset(calc(25%*3 - 10in) 0 0 0)") i
s "inset(calc(-960px + 75%) 0px 0px)" | 71 PASS getComputedStyleValue("shape-outside", "inset(calc(25%*3 - 10in) 0 0 0)") i
s "inset(calc(-960px + 75%) 0px 0px)" |
| 72 PASS getCSSText("shape-outside", "inset(10px 10px 10px 10px round calc(25%*3 - 1
0in))") is "inset(10px round calc(75% - 10in))" | 72 PASS getCSSText("shape-outside", "inset(10px 10px 10px 10px round calc(25%*3 - 1
0in))") is "inset(10px round calc(75% - 10in))" |
| 73 PASS getComputedStyleValue("shape-outside", "inset(10px 10px 10px 10px round cal
c(25%*3 - 10in))") is "inset(10px round calc(-960px + 75%))" | 73 PASS getComputedStyleValue("shape-outside", "inset(10px 10px 10px 10px round cal
c(25%*3 - 10in))") is "inset(10px round calc(-960px + 75%))" |
| 74 PASS getCSSText("shape-outside", "circle()") is "circle(at 50% 50%)" | 74 PASS getCSSText("shape-outside", "circle()") is "circle(at 50% 50%)" |
| 75 PASS getComputedStyleValue("shape-outside", "circle()") is "circle(closest-side
at 50% 50%)" | 75 PASS getComputedStyleValue("shape-outside", "circle()") is "circle(at 50% 50%)" |
| 76 PASS getCSSText("shape-outside", "circle(farthest-side)") is "circle(farthest-si
de at 50% 50%)" | 76 PASS getCSSText("shape-outside", "circle(farthest-side)") is "circle(farthest-si
de at 50% 50%)" |
| 77 PASS getComputedStyleValue("shape-outside", "circle(farthest-side)") is "circle(
farthest-side at 50% 50%)" | 77 PASS getComputedStyleValue("shape-outside", "circle(farthest-side)") is "circle(
farthest-side at 50% 50%)" |
| 78 PASS getCSSText("shape-outside", "circle(closest-side)") is "circle(closest-side
at 50% 50%)" | 78 PASS getCSSText("shape-outside", "circle()") is "circle(at 50% 50%)" |
| 79 PASS getComputedStyleValue("shape-outside", "circle(closest-side)") is "circle(c
losest-side at 50% 50%)" | 79 PASS getComputedStyleValue("shape-outside", "circle()") is "circle(at 50% 50%)" |
| 80 PASS getCSSText("shape-outside", "circle(closest-side at 50px 50px)") is "circle
(at 50px 50px)" |
| 81 PASS getComputedStyleValue("shape-outside", "circle(closest-side at 50px 50px)")
is "circle(at 50px 50px)" |
| 80 PASS getCSSText("shape-outside", "circle(10px)") is "circle(10px at 50% 50%)" | 82 PASS getCSSText("shape-outside", "circle(10px)") is "circle(10px at 50% 50%)" |
| 81 PASS getComputedStyleValue("shape-outside", "circle(10px)") is "circle(10px at 5
0% 50%)" | 83 PASS getComputedStyleValue("shape-outside", "circle(10px)") is "circle(10px at 5
0% 50%)" |
| 82 PASS getCSSText("shape-outside", "circle(10px at 10px)") is "circle(10px at 10px
50%)" | 84 PASS getCSSText("shape-outside", "circle(10px at 10px)") is "circle(10px at 10px
50%)" |
| 83 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px)") is "circle(1
0px at 10px 50%)" | 85 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px)") is "circle(1
0px at 10px 50%)" |
| 84 PASS getCSSText("shape-outside", "circle(10px at 10px 10px)") is "circle(10px at
10px 10px)" | 86 PASS getCSSText("shape-outside", "circle(10px at 10px 10px)") is "circle(10px at
10px 10px)" |
| 85 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px 10px)") is "cir
cle(10px at 10px 10px)" | 87 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px 10px)") is "cir
cle(10px at 10px 10px)" |
| 86 PASS getCSSText("shape-outside", "circle(at 10px)") is "circle(at 10px 50%)" | 88 PASS getCSSText("shape-outside", "circle(at 10px)") is "circle(at 10px 50%)" |
| 87 PASS getComputedStyleValue("shape-outside", "circle(at 10px)") is "circle(closes
t-side at 10px 50%)" | 89 PASS getComputedStyleValue("shape-outside", "circle(at 10px)") is "circle(at 10p
x 50%)" |
| 88 PASS getCSSText("shape-outside", "circle(at 10px 10px)") is "circle(at 10px 10px
)" | 90 PASS getCSSText("shape-outside", "circle(at 10px 10px)") is "circle(at 10px 10px
)" |
| 89 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px)") is "circle(c
losest-side at 10px 10px)" | 91 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px)") is "circle(a
t 10px 10px)" |
| 90 PASS getCSSText("shape-outside", "circle(at top left)") is "circle(at 0% 0%)" | 92 PASS getCSSText("shape-outside", "circle(at top left)") is "circle(at 0% 0%)" |
| 91 PASS getComputedStyleValue("shape-outside", "circle(at top left)") is "circle(cl
osest-side at 0% 0%)" | 93 PASS getComputedStyleValue("shape-outside", "circle(at top left)") is "circle(at
0% 0%)" |
| 92 PASS getCSSText("shape-outside", "circle(at right bottom)") is "circle(at 100% 1
00%)" | 94 PASS getCSSText("shape-outside", "circle(at right bottom)") is "circle(at 100% 1
00%)" |
| 93 PASS getComputedStyleValue("shape-outside", "circle(at right bottom)") is "circl
e(closest-side at 100% 100%)" | 95 PASS getComputedStyleValue("shape-outside", "circle(at right bottom)") is "circl
e(at 100% 100%)" |
| 94 PASS getCSSText("shape-outside", "circle(10px at left top 10px)") is "circle(10p
x at 0% 10px)" | 96 PASS getCSSText("shape-outside", "circle(10px at left top 10px)") is "circle(10p
x at 0% 10px)" |
| 95 PASS getComputedStyleValue("shape-outside", "circle(10px at left top 10px)") is
"circle(10px at 0% 10px)" | 97 PASS getComputedStyleValue("shape-outside", "circle(10px at left top 10px)") is
"circle(10px at 0% 10px)" |
| 96 PASS getCSSText("shape-outside", "circle(10px at top 10px left 10px)") is "circl
e(10px at 10px 10px)" | 98 PASS getCSSText("shape-outside", "circle(10px at top 10px left 10px)") is "circl
e(10px at 10px 10px)" |
| 97 PASS getComputedStyleValue("shape-outside", "circle(10px at top 10px left 10px)"
) is "circle(10px at 10px 10px)" | 99 PASS getComputedStyleValue("shape-outside", "circle(10px at top 10px left 10px)"
) is "circle(10px at 10px 10px)" |
| 98 PASS getCSSText("shape-outside", "circle(10px at right 10% bottom 10%)") is "cir
cle(10px at 90% 90%)" | 100 PASS getCSSText("shape-outside", "circle(10px at right 10% bottom 10%)") is "cir
cle(10px at 90% 90%)" |
| 99 PASS getComputedStyleValue("shape-outside", "circle(10px at right 10% bottom 10%
)") is "circle(10px at 90% 90%)" | 101 PASS getComputedStyleValue("shape-outside", "circle(10px at right 10% bottom 10%
)") is "circle(10px at 90% 90%)" |
| 100 PASS getCSSText("shape-outside", "circle(10px at right 0px bottom 0px)") is "cir
cle(10px at 100% 100%)" | 102 PASS getCSSText("shape-outside", "circle(10px at right 0px bottom 0px)") is "cir
cle(10px at 100% 100%)" |
| 101 PASS getComputedStyleValue("shape-outside", "circle(10px at right 0px bottom 0px
)") is "circle(10px at 100% 100%)" | 103 PASS getComputedStyleValue("shape-outside", "circle(10px at right 0px bottom 0px
)") is "circle(10px at 100% 100%)" |
| 102 PASS getCSSText("shape-outside", "circle(10px at right 10px bottom 10px)") is "c
ircle(10px at right 10px bottom 10px)" | 104 PASS getCSSText("shape-outside", "circle(10px at right 10px bottom 10px)") is "c
ircle(10px at right 10px bottom 10px)" |
| 103 PASS getComputedStyleValue("shape-outside", "circle(10px at right 10px bottom 10
px)") is "circle(10px at right 10px bottom 10px)" | 105 PASS getComputedStyleValue("shape-outside", "circle(10px at right 10px bottom 10
px)") is "circle(10px at right 10px bottom 10px)" |
| 104 PASS getCSSText("shape-outside", "ellipse()") is "ellipse(at 50% 50%)" | 106 PASS getCSSText("shape-outside", "ellipse()") is "ellipse(at 50% 50%)" |
| 105 PASS getComputedStyleValue("shape-outside", "ellipse()") is "ellipse(closest-sid
e closest-side at 50% 50%)" | 107 PASS getComputedStyleValue("shape-outside", "ellipse()") is "ellipse(at 50% 50%)
" |
| 106 PASS getCSSText("shape-outside", "ellipse(10px)") is "ellipse(10px at 50% 50%)" | 108 PASS getCSSText("shape-outside", "ellipse(10px)") is "ellipse(10px at 50% 50%)" |
| 107 PASS getComputedStyleValue("shape-outside", "ellipse(10px)") is "ellipse(10px cl
osest-side at 50% 50%)" | 109 PASS getComputedStyleValue("shape-outside", "ellipse(10px)") is "ellipse(10px at
50% 50%)" |
| 108 PASS getCSSText("shape-outside", "ellipse(10px 20px)") is "ellipse(10px 20px at
50% 50%)" | 110 PASS getCSSText("shape-outside", "ellipse(10px 20px)") is "ellipse(10px 20px at
50% 50%)" |
| 109 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px)") is "ellipse(10
px 20px at 50% 50%)" | 111 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px)") is "ellipse(10
px 20px at 50% 50%)" |
| 110 PASS getCSSText("shape-outside", "ellipse(10px at 10px)") is "ellipse(10px at 10
px 50%)" | 112 PASS getCSSText("shape-outside", "ellipse(10px at 10px)") is "ellipse(10px at 10
px 50%)" |
| 111 PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px)") is "ellipse
(10px closest-side at 10px 50%)" | 113 PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px)") is "ellipse
(10px at 10px 50%)" |
| 112 PASS getCSSText("shape-outside", "ellipse(10px 20px at 10px)") is "ellipse(10px
20px at 10px 50%)" | 114 PASS getCSSText("shape-outside", "ellipse(10px 20px at 10px)") is "ellipse(10px
20px at 10px 50%)" |
| 113 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at 10px)") is "el
lipse(10px 20px at 10px 50%)" | 115 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at 10px)") is "el
lipse(10px 20px at 10px 50%)" |
| 114 PASS getCSSText("shape-outside", "ellipse(10px at 10px 10px)") is "ellipse(10px
at 10px 10px)" | 116 PASS getCSSText("shape-outside", "ellipse(10px at 10px 10px)") is "ellipse(10px
at 10px 10px)" |
| 115 PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px 10px)") is "el
lipse(10px closest-side at 10px 10px)" | 117 PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px 10px)") is "el
lipse(10px at 10px 10px)" |
| 116 PASS getCSSText("shape-outside", "ellipse(at 10px)") is "ellipse(at 10px 50%)" | 118 PASS getCSSText("shape-outside", "ellipse(at 10px)") is "ellipse(at 10px 50%)" |
| 117 PASS getComputedStyleValue("shape-outside", "ellipse(at 10px)") is "ellipse(clos
est-side closest-side at 10px 50%)" | 119 PASS getComputedStyleValue("shape-outside", "ellipse(at 10px)") is "ellipse(at 1
0px 50%)" |
| 118 PASS getCSSText("shape-outside", "ellipse(at 10px 10px)") is "ellipse(at 10px 10
px)" | 120 PASS getCSSText("shape-outside", "ellipse(at 10px 10px)") is "ellipse(at 10px 10
px)" |
| 119 PASS getComputedStyleValue("shape-outside", "ellipse(at 10px 10px)") is "ellipse
(closest-side closest-side at 10px 10px)" | 121 PASS getComputedStyleValue("shape-outside", "ellipse(at 10px 10px)") is "ellipse
(at 10px 10px)" |
| 120 PASS getCSSText("shape-outside", "ellipse(at top left)") is "ellipse(at 0% 0%)" | 122 PASS getCSSText("shape-outside", "ellipse(at top left)") is "ellipse(at 0% 0%)" |
| 121 PASS getComputedStyleValue("shape-outside", "ellipse(at top left)") is "ellipse(
closest-side closest-side at 0% 0%)" | 123 PASS getComputedStyleValue("shape-outside", "ellipse(at top left)") is "ellipse(
at 0% 0%)" |
| 122 PASS getCSSText("shape-outside", "ellipse(at right bottom)") is "ellipse(at 100%
100%)" | 124 PASS getCSSText("shape-outside", "ellipse(at right bottom)") is "ellipse(at 100%
100%)" |
| 123 PASS getComputedStyleValue("shape-outside", "ellipse(at right bottom)") is "elli
pse(closest-side closest-side at 100% 100%)" | 125 PASS getComputedStyleValue("shape-outside", "ellipse(at right bottom)") is "elli
pse(at 100% 100%)" |
| 124 PASS getCSSText("shape-outside", "ellipse(10px at left top 10px)") is "ellipse(1
0px at 0% 10px)" | 126 PASS getCSSText("shape-outside", "ellipse(10px at left top 10px)") is "ellipse(1
0px at 0% 10px)" |
| 125 PASS getComputedStyleValue("shape-outside", "ellipse(10px at left top 10px)") is
"ellipse(10px closest-side at 0% 10px)" | 127 PASS getComputedStyleValue("shape-outside", "ellipse(10px at left top 10px)") is
"ellipse(10px at 0% 10px)" |
| 126 PASS getCSSText("shape-outside", "ellipse(10px at top 10px left 10px)") is "elli
pse(10px at 10px 10px)" | 128 PASS getCSSText("shape-outside", "ellipse(10px at top 10px left 10px)") is "elli
pse(10px at 10px 10px)" |
| 127 PASS getComputedStyleValue("shape-outside", "ellipse(10px at top 10px left 10px)
") is "ellipse(10px closest-side at 10px 10px)" | 129 PASS getComputedStyleValue("shape-outside", "ellipse(10px at top 10px left 10px)
") is "ellipse(10px at 10px 10px)" |
| 128 PASS getCSSText("shape-outside", "ellipse(10px at right 10px bottom 10px)") is "
ellipse(10px at right 10px bottom 10px)" | 130 PASS getCSSText("shape-outside", "ellipse(10px at right 10px bottom 10px)") is "
ellipse(10px at right 10px bottom 10px)" |
| 129 PASS getComputedStyleValue("shape-outside", "ellipse(10px at right 10px bottom 1
0px)") is "ellipse(10px closest-side at right 10px bottom 10px)" | 131 PASS getComputedStyleValue("shape-outside", "ellipse(10px at right 10px bottom 1
0px)") is "ellipse(10px at right 10px bottom 10px)" |
| 130 PASS getCSSText("shape-outside", "ellipse(10px 20px at left top 10px)") is "elli
pse(10px 20px at 0% 10px)" | 132 PASS getCSSText("shape-outside", "ellipse(10px 20px at left top 10px)") is "elli
pse(10px 20px at 0% 10px)" |
| 131 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at left top 10px)
") is "ellipse(10px 20px at 0% 10px)" | 133 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at left top 10px)
") is "ellipse(10px 20px at 0% 10px)" |
| 132 PASS getCSSText("shape-outside", "ellipse(10px 20px at top 10px left 10px)") is
"ellipse(10px 20px at 10px 10px)" | 134 PASS getCSSText("shape-outside", "ellipse(10px 20px at top 10px left 10px)") is
"ellipse(10px 20px at 10px 10px)" |
| 133 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at top 10px left
10px)") is "ellipse(10px 20px at 10px 10px)" | 135 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at top 10px left
10px)") is "ellipse(10px 20px at 10px 10px)" |
| 134 PASS getCSSText("shape-outside", "ellipse(10px 20px at right 10px bottom 10px)")
is "ellipse(10px 20px at right 10px bottom 10px)" | 136 PASS getCSSText("shape-outside", "ellipse(10px 20px at right 10px bottom 10px)")
is "ellipse(10px 20px at right 10px bottom 10px)" |
| 135 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at right 10px bot
tom 10px)") is "ellipse(10px 20px at right 10px bottom 10px)" | 137 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at right 10px bot
tom 10px)") is "ellipse(10px 20px at right 10px bottom 10px)" |
| 138 PASS getCSSText("shape-outside", "ellipse(closest-side closest-side at 50px 50px
)") is "ellipse(at 50px 50px)" |
| 139 PASS getComputedStyleValue("shape-outside", "ellipse(closest-side closest-side a
t 50px 50px)") is "ellipse(at 50px 50px)" |
| 140 PASS getCSSText("shape-outside", "ellipse(farthest-side farthest-side at 50px 50
px)") is "ellipse(farthest-side farthest-side at 50px 50px)" |
| 141 PASS getComputedStyleValue("shape-outside", "ellipse(farthest-side farthest-side
at 50px 50px)") is "ellipse(farthest-side farthest-side at 50px 50px)" |
| 142 PASS getCSSText("shape-outside", "ellipse(closest-side farthest-side at 50px 50p
x)") is "ellipse(closest-side farthest-side at 50px 50px)" |
| 143 PASS getComputedStyleValue("shape-outside", "ellipse(closest-side farthest-side
at 50px 50px)") is "ellipse(closest-side farthest-side at 50px 50px)" |
| 144 PASS getCSSText("shape-outside", "ellipse(farthest-side closest-side at 50px 50p
x)") is "ellipse(farthest-side at 50px 50px)" |
| 145 PASS getComputedStyleValue("shape-outside", "ellipse(farthest-side closest-side
at 50px 50px)") is "ellipse(farthest-side at 50px 50px)" |
| 136 PASS getCSSText("shape-outside", "polygon(10px 20px, 30px 40px, 40px 50px)") is
"polygon(10px 20px, 30px 40px, 40px 50px)" | 146 PASS getCSSText("shape-outside", "polygon(10px 20px, 30px 40px, 40px 50px)") is
"polygon(10px 20px, 30px 40px, 40px 50px)" |
| 137 PASS getComputedStyleValue("shape-outside", "polygon(10px 20px, 30px 40px, 40px
50px)") is "polygon(10px 20px, 30px 40px, 40px 50px)" | 147 PASS getComputedStyleValue("shape-outside", "polygon(10px 20px, 30px 40px, 40px
50px)") is "polygon(10px 20px, 30px 40px, 40px 50px)" |
| 138 PASS getCSSText("shape-outside", "polygon(evenodd, 10px 20px, 30px 40px, 40px 50
px)") is "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)" | 148 PASS getCSSText("shape-outside", "polygon(evenodd, 10px 20px, 30px 40px, 40px 50
px)") is "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)" |
| 139 PASS getComputedStyleValue("shape-outside", "polygon(evenodd, 10px 20px, 30px 40
px, 40px 50px)") is "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)" | 149 PASS getComputedStyleValue("shape-outside", "polygon(evenodd, 10px 20px, 30px 40
px, 40px 50px)") is "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)" |
| 140 PASS getCSSText("shape-outside", "polygon(nonzero, 10px 20px, 30px 40px, 40px 50
px)") is "polygon(10px 20px, 30px 40px, 40px 50px)" | 150 PASS getCSSText("shape-outside", "polygon(nonzero, 10px 20px, 30px 40px, 40px 50
px)") is "polygon(10px 20px, 30px 40px, 40px 50px)" |
| 141 PASS getComputedStyleValue("shape-outside", "polygon(nonzero, 10px 20px, 30px 40
px, 40px 50px)") is "polygon(10px 20px, 30px 40px, 40px 50px)" | 151 PASS getComputedStyleValue("shape-outside", "polygon(nonzero, 10px 20px, 30px 40
px, 40px 50px)") is "polygon(10px 20px, 30px 40px, 40px 50px)" |
| 142 PASS getCSSText("shape-outside", "polygon(10px calc(10in))") is "polygon(10px ca
lc(10in))" | 152 PASS getCSSText("shape-outside", "polygon(10px calc(10in))") is "polygon(10px ca
lc(10in))" |
| 143 PASS getComputedStyleValue("shape-outside", "polygon(10px calc(10in))") is "poly
gon(10px 960px)" | 153 PASS getComputedStyleValue("shape-outside", "polygon(10px calc(10in))") is "poly
gon(10px 960px)" |
| 144 PASS getCSSText("shape-outside", "polygon(calc(10in) 10px)") is "polygon(calc(10
in) 10px)" | 154 PASS getCSSText("shape-outside", "polygon(calc(10in) 10px)") is "polygon(calc(10
in) 10px)" |
| 145 PASS getComputedStyleValue("shape-outside", "polygon(calc(10in) 10px)") is "poly
gon(960px 10px)" | 155 PASS getComputedStyleValue("shape-outside", "polygon(calc(10in) 10px)") is "poly
gon(960px 10px)" |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 PASS getParentAndChildComputedStylesString("-webkit-shape-outside", "none", "cir
cle(30px at 10px 20px)") is "parent: none, child: circle(30px at 10px 20px)" | 298 PASS getParentAndChildComputedStylesString("-webkit-shape-outside", "none", "cir
cle(30px at 10px 20px)") is "parent: none, child: circle(30px at 10px 20px)" |
| 289 PASS getParentAndChildComputedStylesString("-webkit-shape-outside", "circle(30px
at 10px 20px)", "initial") is "parent: circle(30px at 10px 20px), child: none" | 299 PASS getParentAndChildComputedStylesString("-webkit-shape-outside", "circle(30px
at 10px 20px)", "initial") is "parent: circle(30px at 10px 20px), child: none" |
| 290 PASS getParentAndChildComputedStylesString("-webkit-shape-outside", "circle(30px
at 10px 20px)", "") is "parent: circle(30px at 10px 20px), child: none" | 300 PASS getParentAndChildComputedStylesString("-webkit-shape-outside", "circle(30px
at 10px 20px)", "") is "parent: circle(30px at 10px 20px), child: none" |
| 291 PASS getParentAndChildComputedStylesString("-webkit-shape-outside", "circle(30px
at 10px 20px)", "inherit") is "parent: circle(30px at 10px 20px), child: circle
(30px at 10px 20px)" | 301 PASS getParentAndChildComputedStylesString("-webkit-shape-outside", "circle(30px
at 10px 20px)", "inherit") is "parent: circle(30px at 10px 20px), child: circle
(30px at 10px 20px)" |
| 292 PASS getParentAndChildComputedStylesString("shape-outside", "", "inherit") is "p
arent: none, child: none" | 302 PASS getParentAndChildComputedStylesString("shape-outside", "", "inherit") is "p
arent: none, child: none" |
| 293 PASS getParentAndChildComputedStylesString("shape-outside", "none", "inherit") i
s "parent: none, child: none" | 303 PASS getParentAndChildComputedStylesString("shape-outside", "none", "inherit") i
s "parent: none, child: none" |
| 294 PASS successfullyParsed is true | 304 PASS successfullyParsed is true |
| 295 | 305 |
| 296 TEST COMPLETE | 306 TEST COMPLETE |
| 297 | 307 |
| OLD | NEW |