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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/column-rules-fixed-height-expected.txt

Issue 2522453003: invalidateColumnSets() doesn't need to mark anything for layout. (Closed)
Patch Set: Rebaseline test expectation. Less layout. Created 4 years, 1 month 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/column-rules-fixed-height-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/column-rules-fixed-height-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/column-rules-fixed-height-expected.txt
index d78b766b042f14970a1c9d95f9b75e101f629e55..ed77b0902bbac5ad72816bcfcf7d5a3885330269 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/column-rules-fixed-height-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/column-rules-fixed-height-expected.txt
@@ -7,11 +7,6 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutMultiColumnFlowThread (anonymous)",
- "rect": [8, 52, 625, 315],
- "reason": "forced by layout"
- },
- {
"object": "LayoutMultiColumnSet (anonymous)",
"rect": [8, 52, 525, 315],
"reason": "style change"
@@ -30,10 +25,6 @@
"reason": "style change"
},
{
- "object": "LayoutMultiColumnFlowThread (anonymous)",
- "reason": "forced by layout"
- },
- {
"object": "LayoutMultiColumnSet (anonymous)",
"reason": "style change"
}

Powered by Google App Engine
This is Rietveld 408576698