|
Layout support for new circle shape syntax
Implement support for doing layout with the new circle shape syntax,
including basic animation support.
Add a few tests for the new circle 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.
Patch by Bem Jones-Bey.
BUG= 322165
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164731
Total comments: 2
Total comments: 6
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+150 lines, -77 lines) |
Patch |
|
M |
LayoutTests/animations/interpolation/shape-outside.html
|
View
|
1
|
1 chunk |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
LayoutTests/animations/interpolation/shape-outside-expected.txt
|
View
|
1
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
LayoutTests/css3/masking/clip-path-animation.html
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
LayoutTests/css3/masking/clip-path-animation-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/css3/masking/clip-path-circle.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/css3/masking/clip-path-circle-filter.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/css3/masking/clip-path-circle-overflow.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/css3/masking/clip-path-circle-overflow-hidden.html
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/css3/masking/clip-path-circle-relative-overflow.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/css3/masking/clip-path-restore.html
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/shapes/parsing/parsing-test-utils.js
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/shapes/shape-inside/shape-inside-animation.html
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/shapes/shape-inside/shape-inside-animation-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/fast/shapes/shape-inside/shape-inside-calc-crash.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/shapes/shape-inside/shape-inside-calc-crash-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/fast/shapes/shape-inside/shape-inside-circle.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/fast/shapes/shape-inside/shape-inside-circle-padding.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/fast/shapes/shape-inside/shape-inside-dynamic-nested.html
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/shapes/shape-inside/shape-inside-empty.html
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/shapes/shape-inside/shape-inside-empty-expected.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/virtual/legacy-animations-engine/animations/interpolation/shape-outside-expected.txt
|
View
|
1
2
3
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
Source/core/css/BasicShapeFunctions.h
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/css/BasicShapeFunctions.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+33 lines, -0 lines |
1 comment
|
Download
|
|
M |
Source/core/rendering/shapes/Shape.cpp
|
View
|
1
2
3
4
5
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/style/BasicShapes.h
|
View
|
1
2
3
4
5
|
4 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/style/BasicShapes.cpp
|
View
|
1
2
3
4
5
|
6 chunks |
+32 lines, -24 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|