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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/scrolling-neg-z-index-descendants-should-cause-repaint-expected.txt

Issue 2747333006: Modify paint/invalidation/compositing/scrolling-neg-z-index-descendants-should-cause-repaint-expect… (Closed)
Patch Set: Rebase Created 3 years, 9 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/compositing/scrolling-neg-z-index-descendants-should-cause-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/scrolling-neg-z-index-descendants-should-cause-repaint-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/scrolling-neg-z-index-descendants-should-cause-repaint-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1bee9e9e1c8fb72b5f9f64d87e732b3dbe5337c6
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/scrolling-neg-z-index-descendants-should-cause-repaint-expected.txt
@@ -0,0 +1,45 @@
+{
+ "layers": [
+ {
+ "name": "LayoutView #document",
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV id='container'",
+ "position": [8, 8],
+ "bounds": [102, 302],
+ "shouldFlattenTransform": false,
+ "drawsContent": true,
+ "backfaceVisibility": "hidden"
+ },
+ {
+ "name": "Scrolling Layer",
+ "position": [1, 1],
+ "bounds": [100, 300],
+ "shouldFlattenTransform": false
+ },
+ {
+ "name": "Scrolling Contents Layer",
+ "bounds": [100, 430]
+ },
+ {
+ "name": "Overflow Controls Host Layer",
+ "bounds": [102, 302]
+ },
+ {
+ "name": "Horizontal Scrollbar Layer",
+ "position": [1, 301],
+ "bounds": [100, 0],
+ "drawsContent": true
+ },
+ {
+ "name": "Vertical Scrollbar Layer",
+ "position": [101, 1],
+ "bounds": [0, 300],
+ "drawsContent": true
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698