Skip to content

Commit

Permalink
Bug 1473184: Remove serialize_basicshape_position. r=xidorn
Browse files Browse the repository at this point in the history
Per w3c/csswg-drafts#2274. There's a whole lot of new failures, but those need to be updated along with the spec changes in that issue.

We did resolve that position serialized the same everywhere though.

Differential Revision: https://phabricator.services.mozilla.com/D1933

UltraBlame original commit: cb6837c0ee5a192ff57bcba2e7dab3a9ff1a5580
  • Loading branch information
marco-c committed Oct 3, 2019
1 parent 9cd4417 commit 830e52c
Show file tree
Hide file tree
Showing 22 changed files with 18,430 additions and 535 deletions.
542 changes: 7 additions & 535 deletions servo/components/style/values/specified/basic_shape.rs

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,215 @@ value
expected
:
FAIL
[
e
.
style
[
'
clip
-
path
'
\
]
=
"
circle
(
)
"
should
set
the
property
value
]
expected
:
FAIL
[
e
.
style
[
'
clip
-
path
'
\
]
=
"
circle
(
1px
)
"
should
set
the
property
value
]
expected
:
FAIL
[
e
.
style
[
'
clip
-
path
'
\
]
=
"
circle
(
closest
-
side
)
"
should
set
the
property
value
]
expected
:
FAIL
[
e
.
style
[
'
clip
-
path
'
\
]
=
"
circle
(
farthest
-
side
at
center
top
)
"
should
set
the
property
value
]
expected
:
FAIL
[
e
.
style
[
'
clip
-
path
'
\
]
=
"
circle
(
4
%
at
top
right
)
"
should
set
the
property
value
]
expected
:
FAIL
[
e
.
style
[
'
clip
-
path
'
\
]
=
"
ellipse
(
)
"
should
set
the
property
value
]
expected
:
FAIL
[
e
.
style
[
'
clip
-
path
'
\
]
=
"
ellipse
(
farthest
-
side
4
%
at
bottom
left
)
"
should
set
the
property
value
]
expected
:
FAIL
Loading

0 comments on commit 830e52c

Please sign in to comment.