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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/repaint-paintorder-expected.txt

Issue 2444593002: Introduce Layout*::adjustVisualRectForRasterEffects and use it for SVG hairlines. (Closed)
Patch Set: none Created 4 years, 2 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
Index: third_party/WebKit/LayoutTests/paint/invalidation/svg/repaint-paintorder-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/repaint-paintorder-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/repaint-paintorder-expected.txt
index ec654a7e848af3136601c2f5ed68295761493680..6a156e777329d8d5cb87c19bbd0dd8bec5198fe5 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/repaint-paintorder-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/repaint-paintorder-expected.txt
@@ -8,41 +8,41 @@
"paintInvalidations": [
{
"object": "LayoutSVGPath polygon",
- "rect": [137, 37, 580, 563],
+ "rect": [135, 35, 584, 567],
"reason": "style change"
},
{
"object": "LayoutSVGPath polygon",
- "rect": [456, 166, 133, 132],
+ "rect": [454, 164, 137, 136],
"reason": "style change"
},
{
"object": "LayoutSVGPath polygon id='t3'",
- "rect": [320, 166, 133, 132],
+ "rect": [318, 164, 137, 136],
"reason": "style change"
},
{
- "object": "LayoutSVGContainer use id='t1'",
- "rect": [47, 166, 133, 132],
+ "object": "LayoutSVGPath polygon",
+ "rect": [45, 164, 137, 136],
"reason": "style change"
},
{
"object": "LayoutSVGPath polygon",
- "rect": [47, 166, 133, 132],
+ "rect": [182, 164, 136, 136],
"reason": "style change"
},
{
- "object": "LayoutSVGViewportContainer svg id='poly'",
+ "object": "LayoutSVGContainer use id='t1'",
"rect": [47, 166, 133, 132],
"reason": "style change"
},
{
- "object": "LayoutSVGContainer use id='t2'",
- "rect": [184, 166, 132, 132],
+ "object": "LayoutSVGViewportContainer svg id='poly'",
+ "rect": [47, 166, 133, 132],
"reason": "style change"
},
{
- "object": "LayoutSVGPath polygon",
+ "object": "LayoutSVGContainer use id='t2'",
"rect": [184, 166, 132, 132],
"reason": "style change"
},
@@ -53,7 +53,7 @@
},
{
"object": "LayoutSVGEllipse circle id='t4'",
- "rect": [46, 28, 7, 7],
+ "rect": [44, 26, 11, 11],
"reason": "style change"
}
]

Powered by Google App Engine
This is Rietveld 408576698