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

Unified Diff: third_party/WebKit/LayoutTests/virtual/spv2/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/virtual/spv2/paint/invalidation/invalidate-descendants-when-receiving-paint-layer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/float-in-new-block-with-layout-delta-expected.txt b/third_party/WebKit/LayoutTests/virtual/spv2/paint/invalidation/invalidate-descendants-when-receiving-paint-layer-expected.txt
similarity index 57%
copy from third_party/WebKit/LayoutTests/fast/repaint/float-in-new-block-with-layout-delta-expected.txt
copy to third_party/WebKit/LayoutTests/virtual/spv2/paint/invalidation/invalidate-descendants-when-receiving-paint-layer-expected.txt
index 2aa40ceabdce49e6400e40d772264a7e97552c4d..1b0274b11242475ece4f865cf8bf356f7728290c 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/float-in-new-block-with-layout-delta-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/spv2/paint/invalidation/invalidate-descendants-when-receiving-paint-layer-expected.txt
@@ -6,12 +6,15 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [8, 108, 784, 100],
- [8, 108, 100, 100]
+ [9, 9, 100, 100],
+ [9, 9, 100, 100],
+ [8, 8, 784, 101],
+ [8, 8, 784, 52]
],
"paintInvalidationClients": [
+ "LayoutBlockFlow (relative positioned) DIV",
"LayoutBlockFlow DIV id='target'",
- "LayoutBlockFlow (floating) DIV"
+ "LayoutBlockFlow DIV id='child'"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698