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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/box-sizing-expected.txt

Issue 2423513002: Simplify incremental paint invalidation (Closed)
Patch Set: Update test and rebaseline layout tests 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/box-sizing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/box-sizing-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/box-sizing-expected.txt
index d51f8ddcbe050dff64159cb7650d7364a08727ad..363e3a438e8b9d1b5928b8ef51b2bfba3d70c562 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/box-sizing-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/box-sizing-expected.txt
@@ -18,18 +18,8 @@
},
{
"object": "LayoutBlockFlow (positioned) DIV id='target1' class='content-box'",
- "rect": [0, 100, 440, 40],
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow (positioned) DIV id='target1' class='content-box'",
"rect": [380, 0, 60, 140],
"reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow (positioned) DIV id='target1' class='content-box'",
- "rect": [400, 0, 40, 140],
- "reason": "incremental"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698