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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-repaint-composited-descendants-expected.txt

Issue 2591883002: Apply both phsical bounding box and clip to composited bounds. (Closed)
Patch Set: none Created 4 years 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/compositing/should-not-repaint-composited-descendants-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-repaint-composited-descendants-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-repaint-composited-descendants-expected.txt
index 14edfcd58d8a1e2dfbc5d74b8ee0c4b36a485fcc..ce5ebd7ae7b5c0c0ac04b1618335117b04a4deb7 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-repaint-composited-descendants-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-repaint-composited-descendants-expected.txt
@@ -9,18 +9,14 @@
{
"name": "LayoutBlockFlow (positioned) DIV id='composited-box'",
"position": [38, 38],
- "bounds": [90, 90],
+ "bounds": [20, 70],
+ "contentsOpaque": true,
"drawsContent": true,
"backfaceVisibility": "hidden",
"backgroundColor": "#008000",
"paintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='composited-box'",
- "rect": [0, 0, 70, 70],
- "reason": "full"
- },
- {
- "object": "LayoutBlockFlow (positioned) DIV id='composited-box'",
"rect": [-30, -30, 50, 100],
"reason": "subtree"
},
@@ -28,6 +24,11 @@
"object": "LayoutBlockFlow DIV class='child'",
"rect": [-30, -30, 50, 50],
"reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='composited-box'",
+ "rect": [0, 0, 10, 60],
+ "reason": "full"
}
]
},

Powered by Google App Engine
This is Rietveld 408576698