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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-style-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/js-update-style-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-style-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-style-expected.txt
index 0bb652b032d6240816af26893d1ed572b05b45c0..7d6e2755e7468881d5f35af466db882d269a6a9e 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-style-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-style-expected.txt
@@ -7,34 +7,34 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutSVGContainer g",
- "rect": [6, 6, 158, 238],
+ "object": "LayoutSVGRect rect",
+ "rect": [5, 185, 160, 60],
"reason": "style change"
},
{
- "object": "LayoutSVGRoot svg",
- "rect": [6, 6, 158, 238],
- "reason": "bounds change"
- },
- {
"object": "LayoutSVGRect rect",
- "rect": [6, 186, 158, 58],
+ "rect": [5, 125, 160, 60],
"reason": "style change"
},
{
"object": "LayoutSVGRect rect",
- "rect": [6, 126, 158, 58],
+ "rect": [5, 65, 160, 60],
"reason": "style change"
},
{
"object": "LayoutSVGRect rect",
- "rect": [6, 66, 158, 58],
+ "rect": [5, 5, 160, 60],
"reason": "style change"
},
{
- "object": "LayoutSVGRect rect",
- "rect": [6, 6, 158, 58],
+ "object": "LayoutSVGContainer g",
+ "rect": [6, 6, 158, 238],
"reason": "style change"
+ },
+ {
+ "object": "LayoutSVGRoot svg",
+ "rect": [6, 6, 158, 238],
+ "reason": "bounds change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698