|
[CSS Exclusions] Add CSS parsing support for image URI shape-inside and shape-outside values
Add support for parsing image URI values for the shape-inside and
shape-outside CSS properties. Extended the ExclusionShapeValue
class to support tracking the property's StyleImage value.
The ExclusionShapeValue::type enums were changed from all upper
case to "Intercase" by order of the style bot.
The existing CSS parsing tests were extended to check URI values.
BUG= 244929
R=eseidel@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=151780
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+104 lines, -17 lines) |
Patch |
 |
M |
LayoutTests/fast/exclusions/parsing-wrap-shape-inside-expected.txt
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/exclusions/parsing-wrap-shape-outside-expected.txt
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/exclusions/script-tests/parsing-wrap-shape-inside.js
|
View
|
|
2 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/exclusions/script-tests/parsing-wrap-shape-outside.js
|
View
|
|
2 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/CSSComputedStyleDeclaration.cpp
|
View
|
|
1 chunk |
+13 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/CSSParser.cpp
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/DeprecatedStyleBuilder.cpp
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/css/resolver/StyleResolver.cpp
|
View
|
|
1 chunk |
+8 lines, -0 lines |
1 comment
|
Download
|
 |
M |
Source/core/page/animation/CSSPropertyAnimation.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/rendering/exclusions/ExclusionShapeInfo.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/rendering/exclusions/ExclusionShapeInsideInfo.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/rendering/exclusions/ExclusionShapeOutsideInfo.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/rendering/style/ExclusionShapeValue.h
|
View
|
|
2 chunks |
+33 lines, -7 lines |
1 comment
|
Download
|
 |
M |
Source/core/rendering/style/RenderStyle.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|