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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/marker-viewBox-changes-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/marker-viewBox-changes-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/marker-viewBox-changes-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/marker-viewBox-changes-expected.txt
index 6490c0dbca12fafab2d69827d11cfe77316b8891..d0e9d4ddbef5f4fdbd3c2a752d4a0baa9cfbeeb5 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/marker-viewBox-changes-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/marker-viewBox-changes-expected.txt
@@ -7,14 +7,14 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutSVGContainer g",
- "rect": [90, 95, 98, 98],
- "reason": "bounds change"
+ "object": "LayoutSVGPath path id='go'",
+ "rect": [89, 94, 100, 100],
+ "reason": "full"
},
{
- "object": "LayoutSVGPath path id='go'",
+ "object": "LayoutSVGContainer g",
"rect": [90, 95, 98, 98],
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGRoot svg",

Powered by Google App Engine
This is Rietveld 408576698