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

Unified Diff: third_party/WebKit/LayoutTests/compositing/squashing/composited-bounds-for-negative-z-expected.txt

Issue 1407383005: Fix flattening for scrollable areas. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 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/compositing/squashing/composited-bounds-for-negative-z-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/composited-bounds-for-negative-z-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/composited-bounds-for-negative-z-expected.txt
index 9db0a91ac3bbc8e1c3bbe0cad2ddd5788735c390..06ec77e6b1e9e005baeb5bd83865354333b9ce6e 100644
--- a/third_party/WebKit/LayoutTests/compositing/squashing/composited-bounds-for-negative-z-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/squashing/composited-bounds-for-negative-z-expected.txt
@@ -23,14 +23,15 @@
{
"position": [108, 100],
"bounds": [300, 300],
+ "shouldFlattenTransform": false,
"drawsContent": true,
"children": [
{
"bounds": [285, 300],
+ "shouldFlattenTransform": false,
"children": [
{
- "bounds": [285, 1000],
- "shouldFlattenTransform": false
+ "bounds": [285, 1000]
}
]
},

Powered by Google App Engine
This is Rietveld 408576698