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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-container-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-container-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-container-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-container-expected.txt
index 476a7838b55e1cc548a2f4725c7c9f3675cf566c..e3d75b7eda678cf51ecb5e084776f5bac75a35ba 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-container-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-container-expected.txt
@@ -22,6 +22,11 @@
"reason": "incremental"
},
{
+ "object": "LayoutSVGRect rect",
+ "rect": [-1, -1, 42, 42],
+ "reason": "style change"
+ },
+ {
"object": "LayoutSVGRoot svg",
"rect": [40, 0, 36, 76],
"reason": "incremental"

Powered by Google App Engine
This is Rietveld 408576698