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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/invalidate-descendants-when-receiving-paint-layer-expected.txt

Issue 1403963002: Invalidate non-self-painting-layer descendants when creating a layer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add spv2 expectation for the test Created 5 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/invalidate-descendants-when-receiving-paint-layer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-descendants-when-receiving-paint-layer-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-descendants-when-receiving-paint-layer-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7b8f43785fc648b67f3b96c3e50bbf346d3bae21
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-descendants-when-receiving-paint-layer-expected.txt
@@ -0,0 +1,57 @@
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [1, 1, 100, 100],
+ [1, 1, 100, 100]
+ ],
+ "paintInvalidationClients": [
+ "LayoutBlockFlow DIV id='target'",
+ "LayoutBlockFlow DIV id='child'"
+ ],
+ "children": [
+ {
+ "position": [8, 8]
+ },
+ {
+ "shouldFlattenTransform": false,
+ "children": [
+ {
+ "position": [8, 8],
+ "bounds": [784, 52],
+ "drawsContent": true,
+ "repaintRects": [
+ [1, 1, 100, 100],
+ [1, 1, 100, 100],
+ [0, 52, 784, 49]
+ ],
+ "paintInvalidationClients": [
+ "LayoutBlockFlow DIV id='target'",
+ "LayoutBlockFlow DIV id='child'",
+ "LayoutBlockFlow (relative positioned) DIV"
+ ]
+ },
+ {
+ "position": [9, 9],
+ "bounds": [100, 100],
+ "drawsContent": true,
+ "repaintRects": [
+ [0, 0, 100, 100],
+ [0, 0, 100, 100]
+ ],
+ "paintInvalidationClients": [
+ "LayoutBlockFlow DIV id='target'",
+ "LayoutBlockFlow DIV id='child'"
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698