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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/js-repaint-rect-on-path-with-stroke-expected.txt

Issue 2478233002: Make 'transform' a presentation attribute on SVG elements (Closed)
Patch Set: Rebase Created 4 years, 1 month 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-repaint-rect-on-path-with-stroke-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-repaint-rect-on-path-with-stroke-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-repaint-rect-on-path-with-stroke-expected.txt
index 91fb8b93808e4032c80435481106bef2a8e897d6..89c287cc9b9ea7f851d938b2bdbcdf06da96a9a0 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-repaint-rect-on-path-with-stroke-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-repaint-rect-on-path-with-stroke-expected.txt
@@ -9,12 +9,12 @@
{
"object": "LayoutSVGPath path id='path'",
"rect": [199, 49, 102, 52],
- "reason": "full"
+ "reason": "subtree"
},
{
"object": "LayoutSVGPath path id='path'",
"rect": [49, 49, 102, 52],
- "reason": "full"
+ "reason": "subtree"
}
]
}
@@ -22,7 +22,7 @@
"objectPaintInvalidations": [
{
"object": "LayoutSVGPath path id='path'",
- "reason": "full"
+ "reason": "subtree"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698