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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/border-radius-without-border-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/border-radius-without-border-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/border-radius-without-border-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/border-radius-without-border-expected.txt
index 4db3a0907dcb887e4bd6de347a62533b3800ddda..ab694cda00647d6fd487aea5f5d7d2bd92eb2abc 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/border-radius-without-border-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/border-radius-without-border-expected.txt
@@ -8,23 +8,13 @@
"paintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='target1'",
- "rect": [80, 0, 120, 100],
- "reason": "incremental"
+ "rect": [0, 0, 200, 100],
+ "reason": "border box change"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='target2'",
- "rect": [0, 275, 100, 125],
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow (positioned) DIV id='target1'",
- "rect": [100, 0, 100, 100],
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow (positioned) DIV id='target2'",
- "rect": [0, 300, 100, 100],
- "reason": "incremental"
+ "rect": [0, 200, 100, 200],
+ "reason": "border box change"
}
]
}
@@ -32,11 +22,11 @@
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='target1'",
- "reason": "incremental"
+ "reason": "border box change"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='target2'",
- "reason": "incremental"
+ "reason": "border box change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698