Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(864)

Unified Diff: third_party/WebKit/LayoutTests/platform/win7/svg/repaint/mask-clip-target-transform-expected.txt

Issue 2068553002: Manually rebaseline 10 tests after 399384 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/win7/svg/repaint/mask-clip-target-transform-expected.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/platform/win7/svg/repaint/mask-clip-target-transform-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win7/svg/repaint/mask-clip-target-transform-expected.txt b/third_party/WebKit/LayoutTests/platform/win7/svg/repaint/mask-clip-target-transform-expected.txt
index cb634994d5d168412724274074cf131af079aab8..4e9a471be3919422d8e2045422d667a826cb4a39 100644
--- a/third_party/WebKit/LayoutTests/platform/win7/svg/repaint/mask-clip-target-transform-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win7/svg/repaint/mask-clip-target-transform-expected.txt
@@ -1,18 +1,43 @@
-layer at (0,0) size 800x600
- LayoutView at (0,0) size 800x600
-layer at (0,0) size 800x600
- LayoutSVGRoot {svg} at (50,50) size 200x200
- LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
- LayoutSVGResourceMasker {mask} [id="mask"] [maskUnits=objectBoundingBox] [maskContentUnits=userSpaceOnUse]
- LayoutSVGEllipse {circle} at (150,50) size 100x100 [fill={[type=SOLID] [color=#FFFFFF]}] [cx=100.00] [cy=0.00] [r=50.00]
- LayoutSVGResourceClipper {clipPath} [id="clip"] [clipPathUnits=userSpaceOnUse]
- LayoutSVGEllipse {circle} at (50,150) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=100.00] [r=50.00]
- LayoutSVGEllipse {circle} at (0,0) size 0x0 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=0.00] [r=0.00]
- LayoutSVGEllipse {circle} at (150,50) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [cx=100.00] [cy=0.00] [r=50.00]
- LayoutSVGContainer {g} at (150,50) size 100x50
- [masker="mask"] LayoutSVGResourceMasker {mask} at (50,-50) size 100x70
- LayoutSVGRect {rect} at (0,0) size 300x100 [fill={[type=SOLID] [color=#008000]}] [x=-200.00] [y=-200.00] [width=400.00] [height=200.00]
- LayoutSVGEllipse {circle} at (50,150) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [cx=0.00] [cy=100.00] [r=50.00]
- LayoutSVGContainer {g} at (100,150) size 50x100
- [clipPath="clip"] LayoutSVGResourceClipper {clipPath} at (-50,50) size 100x100
- LayoutSVGRect {rect} at (100,0) size 200x300 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=-200.00] [width=200.00] [height=400.00]
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutSVGRect rect id='clipper'",
+ "rect": [0, 100, 300, 200],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGRect rect id='masker'",
+ "rect": [0, 0, 300, 100],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGRect rect id='clipper'",
+ "rect": [100, 0, 200, 300],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGRect rect id='masker'",
+ "rect": [100, 0, 200, 300],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGContainer g",
+ "rect": [150, 50, 100, 100],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGContainer g",
+ "rect": [50, 150, 100, 100],
+ "reason": "bounds change"
+ }
+ ]
+ }
+ ]
+}
+
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/win7/svg/repaint/mask-clip-target-transform-expected.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698