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

Unified Diff: third_party/WebKit/LayoutTests/compositing/squashing/squash-compositing-hover-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/compositing/squashing/squash-compositing-hover-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/squash-compositing-hover-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/squash-compositing-hover-expected.txt
index ee8f562e34e8f669b354a7553b1b32c45c1ca7b8..9e48f84c6b27756fb1461f2e6eb7407ebf3286d2 100644
--- a/third_party/WebKit/LayoutTests/compositing/squashing/squash-compositing-hover-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/squashing/squash-compositing-hover-expected.txt
@@ -12,7 +12,8 @@ Case 1, original layer tree:
{
"name": "LayoutBlockFlow DIV class='composited'",
"position": [8, 8],
- "bounds": [784, 0]
+ "transformOrigin": [392, 0],
+ "contentsOpaque": true
},
{
"name": "Squashing Containment Layer",
@@ -46,7 +47,8 @@ Case 2: hovering over the "middle" element (causes that div to become its own co
{
"name": "LayoutBlockFlow DIV class='composited'",
"position": [8, 8],
- "bounds": [784, 0]
+ "transformOrigin": [392, 0],
+ "contentsOpaque": true
},
{
"name": "LayoutBlockFlow (positioned) DIV class='composited box behind'",
@@ -88,7 +90,8 @@ Case 3: hovering over the "middle2" element (causes that div to become its own c
{
"name": "LayoutBlockFlow DIV class='composited'",
"position": [8, 8],
- "bounds": [784, 0]
+ "transformOrigin": [392, 0],
+ "contentsOpaque": true
},
{
"name": "Squashing Containment Layer",
@@ -140,7 +143,8 @@ Case 4: hovering over the "top" element (causes that div to become its own compo
{
"name": "LayoutBlockFlow DIV class='composited'",
"position": [8, 8],
- "bounds": [784, 0]
+ "transformOrigin": [392, 0],
+ "contentsOpaque": true
},
{
"name": "Squashing Containment Layer",
@@ -182,7 +186,8 @@ Case 5: back to situation in case 1
{
"name": "LayoutBlockFlow DIV class='composited'",
"position": [8, 8],
- "bounds": [784, 0]
+ "transformOrigin": [392, 0],
+ "contentsOpaque": true
},
{
"name": "Squashing Containment Layer",

Powered by Google App Engine
This is Rietveld 408576698