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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/table-shrink-row-repaint-expected.txt

Issue 2643723009: Revert of Remove obsolete code that invalidates document element on LayoutView resize (patchset #3 … (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/platform/linux/paint/invalidation/table-shrink-row-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/table-shrink-row-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/table-shrink-row-repaint-expected.txt
index 2bbd089d879d712f665c39fb7790f5d73f3df41f..d86f50e07b019e9eef8a0a339840fc3f88cc4ce7 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/table-shrink-row-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/table-shrink-row-repaint-expected.txt
@@ -7,6 +7,11 @@
"drawsContent": true,
"paintInvalidations": [
{
+ "object": "LayoutBlockFlow HTML",
+ "rect": [0, 0, 785, 1050],
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutView #document",
"rect": [0, 850, 785, 200],
"reason": "incremental"
@@ -265,6 +270,10 @@
"reason": "incremental"
},
{
+ "object": "LayoutBlockFlow HTML",
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutTableCell TD id='resizeMe'",
"reason": "incremental"
},

Powered by Google App Engine
This is Rietveld 408576698