Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/platform/linux/svg/custom/masking-clipping-hidpi-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/custom/masking-clipping-hidpi-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/custom/masking-clipping-hidpi-expected.txt |
| index 6b1689c149c9404d9b0542372ebd241a7022a0f1..aefe23dcb380211364f364ca8b95e56909404305 100644 |
| --- a/third_party/WebKit/LayoutTests/platform/linux/svg/custom/masking-clipping-hidpi-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/platform/linux/svg/custom/masking-clipping-hidpi-expected.txt |
| @@ -1,10 +1,10 @@ |
| layer at (0,0) size 1600x1200 |
| LayoutView at (0,0) size 1600x1200 |
| -layer at (0,0) size 1600x1200 |
| - LayoutSVGRoot {svg} at (0,0) size 567x724 |
| +layer at (0,0) size 1600x600 |
|
ymalik
2016/11/04 18:54:18
This test like the other window resize tests also
bokan
2016/11/04 19:23:59
Why was scrollbar existence computed incorrectly?
ymalik
2016/11/04 19:39:51
I believe that the difference is caused by compute
bokan
2016/11/04 20:00:37
In that case, the scrollbar existence was computed
skobes
2016/11/04 21:33:20
The test runner calls updateAllLifecyclePhases bef
ymalik
2016/11/08 00:11:13
So I did a bit more investigation. My original com
|
| + LayoutSVGRoot {svg} at (0,0) size 567x600 |
| LayoutSVGHiddenContainer {defs} at (0,0) size 0x0 |
| LayoutSVGResourceMasker {mask} [id="textMask"] [maskUnits=objectBoundingBox] [maskContentUnits=userSpaceOnUse] |
| - LayoutSVGRect {rect} at (0,0) size 1600x1200 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=0.00] [width=800.00] [height=600.00] |
| + LayoutSVGRect {rect} at (0,0) size 1600x600 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=0.00] [width=800.00] [height=300.00] |
| LayoutSVGText {text} at (0,-2) size 160x18 contains 1 chunk(s) |
| LayoutSVGInlineText {#text} at (0,0) size 160x18 |
| chunk 1 text run 1 at (0.00,12.00) startOffset 0 endOffset 26 width 160.00: "This text should be sharp." |
| @@ -27,4 +27,4 @@ layer at (0,0) size 1600x1200 |
| LayoutSVGHiddenContainer {defs} at (0,0) size 0x0 |
| LayoutSVGResourcePattern {pattern} [id="Pattern"] [patternUnits=objectBoundingBox] [patternContentUnits=userSpaceOnUse] |
| LayoutSVGEllipse {circle} at (10,10) size 80x80 [fill={[type=LINEAR-GRADIENT] [id="blackGradient"]}] [cx=25.00] [cy=25.00] [r=20.00] |
| - LayoutSVGRect {rect} at (0,324) size 400x400 [fill={[type=PATTERN] [id="Pattern"]}] [x=0.00] [y=162.00] [width=200.00] [height=200.00] |
| + LayoutSVGRect {rect} at (0,324) size 400x276 [fill={[type=PATTERN] [id="Pattern"]}] [x=0.00] [y=162.00] [width=200.00] [height=200.00] |