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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/padding-keeping-visual-size-expected.txt

Issue 2701103003: Let padding change always trigger layout and full paint invalidation (Closed)
Patch Set: Rebase Created 3 years, 10 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/padding-keeping-visual-size-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/padding-keeping-visual-size-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/padding-keeping-visual-size-expected.txt
index 608272df1472e440005f2ef36e00c5306d25d7e2..72637310e90c9b4144959404fc178790eb8d4a87 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/padding-keeping-visual-size-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/padding-keeping-visual-size-expected.txt
@@ -9,20 +9,29 @@
{
"object": "LayoutBlockFlow (positioned) DIV id='target2' class='outer'",
"rect": [0, 200, 100, 100],
- "reason": "background obscuration change"
+ "reason": "style change"
},
{
"object": "LayoutBlockFlow DIV class='inner'",
"rect": [0, 200, 100, 100],
"reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='target1' class='outer'",
+ "rect": [0, 0, 100, 100],
+ "reason": "style change"
}
]
}
],
"objectPaintInvalidations": [
{
+ "object": "LayoutBlockFlow (positioned) DIV id='target1' class='outer'",
+ "reason": "style change"
+ },
+ {
"object": "LayoutBlockFlow (positioned) DIV id='target2' class='outer'",
- "reason": "background obscuration change"
+ "reason": "style change"
},
{
"object": "LayoutBlockFlow DIV class='inner'",

Powered by Google App Engine
This is Rietveld 408576698