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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-bounce-expected.txt

Issue 2620603002: Run virtual/stable/paint/invalidation for non-SlimmingPaintInvalidation (Closed)
Patch Set: - Created 3 years, 11 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-bounce-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-bounce-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-bounce-expected.txt
index a8d85e55a806becf4a0fd3faa4e10f9be59d6c09..c588db4bd9731c1943cb2b36348c92e30bdf9cc6 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-bounce-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-bounce-expected.txt
@@ -8,12 +8,12 @@
"paintInvalidations": [
{
"object": "LayoutSVGEllipse circle id='bounce'",
- "rect": [101, 101, 68, 68],
+ "rect": [102, 102, 66, 66],
"reason": "subtree"
},
{
"object": "LayoutSVGEllipse circle id='bounce'",
- "rect": [1, 1, 68, 68],
+ "rect": [2, 2, 66, 66],
"reason": "subtree"
}
]

Powered by Google App Engine
This is Rietveld 408576698