|
Layout support for new ellipse shape syntax
Implement support for doing layout with the new ellipse shape syntax,
including basic animation support.
Add a test for the new ellipse syntax. The old tests in
LayoutTests/csswg will be removed when the old syntax is removed.
Also update existing shape-inside, animation, and clip-path tests to
test the new syntax.
BUG= 322165
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164901
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+97 lines, -86 lines) |
Patch |
|
M |
LayoutTests/animations/interpolation/shape-outside.html
|
View
|
1
|
2 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
|
M |
LayoutTests/animations/interpolation/shape-outside-expected.txt
|
View
|
1
|
1 chunk |
+12 lines, -12 lines |
0 comments
|
Download
|
|
M |
LayoutTests/css3/masking/clip-path-animation.html
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
LayoutTests/css3/masking/clip-path-animation-expected.txt
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/css3/masking/clip-path-ellipse.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/shapes/shape-inside/shape-inside-animation.html
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/shapes/shape-inside/shape-inside-animation-expected.txt
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/fast/shapes/shape-inside/shape-inside-ellipse.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/fast/shapes/shape-inside/shape-inside-ellipse-padding.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/fast/shapes/shape-inside/shape-inside-empty.html
|
View
|
1
2
3
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/shapes/shape-inside/shape-inside-empty-expected.html
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
A + |
LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-000.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A + |
LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-000-expected.html
|
View
|
|
4 chunks |
+7 lines, -13 lines |
0 comments
|
Download
|
|
M |
LayoutTests/virtual/legacy-animations-engine/animations/interpolation/shape-outside-expected.txt
|
View
|
1
2
|
1 chunk |
+12 lines, -12 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/shapes/Shape.cpp
|
View
|
1
|
1 chunk |
+7 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/style/BasicShapes.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/style/BasicShapes.cpp
|
View
|
1
|
2 chunks |
+27 lines, -16 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|