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

Unified Diff: LayoutTests/svg/custom/js-update-container-expected.txt

Issue 1158583003: Reduce how often LayoutSVGShape::updateShapeFromElement is called (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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: LayoutTests/svg/custom/js-update-container-expected.txt
diff --git a/LayoutTests/svg/custom/js-update-container-expected.txt b/LayoutTests/svg/custom/js-update-container-expected.txt
index a3e95988aa8cae43c0c7e4119801a5202db39db0..e7ec02948457d7455a97ff7c3fc5c3b5bdc6d2e3 100644
--- a/LayoutTests/svg/custom/js-update-container-expected.txt
+++ b/LayoutTests/svg/custom/js-update-container-expected.txt
@@ -6,12 +6,12 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [40, 0, 36, 76],
- [0, 40, 76, 36],
+ [38, 0, 38, 76],
+ [0, 38, 76, 38],
[0, 0, 76, 76],
[0, 0, 76, 76],
- [0, 0, 40, 40],
- [0, 0, 40, 40]
+ [0, 0, 38, 38],
+ [0, 0, 38, 38]
]
}
]

Powered by Google App Engine
This is Rietveld 408576698