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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/filter-invalidation-with-composited-container-change-expected.txt

Issue 2733773004: Add check for missing visual rect updates and fix failures (Closed)
Patch Set: - Created 3 years, 9 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/filter-invalidation-with-composited-container-change-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/filter-invalidation-with-composited-container-change-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/filter-invalidation-with-composited-container-change-expected.txt
index f249364f457530b4e984d28f50d1c1a0ae10ea27..5f6ce9afdd4d1e0c3ce94c63aa966828c8102ba6 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/filter-invalidation-with-composited-container-change-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/filter-invalidation-with-composited-container-change-expected.txt
@@ -23,13 +23,13 @@
"paintInvalidations": [
{
"object": "LayoutBlockFlow DIV id='box' class='green box blurry'",
- "rect": [-29, -29, 258, 258],
- "reason": "subtree"
+ "rect": [0, 0, 200, 200],
+ "reason": "full"
},
{
"object": "LayoutBlockFlow DIV id='box' class='green box blurry'",
"rect": [0, 0, 200, 200],
- "reason": "full"
+ "reason": "subtree"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698