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

Unified Diff: third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-change-out-of-view-in-view-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/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt b/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt
index ef0f983661a1ab8e44ccfc021feaeffa73a6f847..ac2e3b93172e4d3ae2d79924c73e9aa9039439c1 100644
--- a/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt
@@ -18,7 +18,6 @@ Layer tree when the fixed elements are out-of-view (should have just a root laye
{
"name": "LayoutBlockFlow (positioned) DIV id='fixed2'",
"position": [100, 100],
- "bounds": [10, 0],
"contentsOpaque": true,
"drawsContent": true,
"backgroundColor": "#C0C0C0"
@@ -72,7 +71,6 @@ Layer tree when the fixed elements are out-of-view again (should have just a roo
{
"name": "LayoutBlockFlow (positioned) DIV id='fixed2'",
"position": [100, 100],
- "bounds": [10, 0],
"contentsOpaque": true,
"drawsContent": true,
"backgroundColor": "#C0C0C0"

Powered by Google App Engine
This is Rietveld 408576698