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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/compositing/iframe-inside-squashed-layer-expected.txt

Issue 2406733002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 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/platform/win/paint/invalidation/compositing/iframe-inside-squashed-layer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/compositing/iframe-inside-squashed-layer-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/compositing/iframe-inside-squashed-layer-expected.txt
index eec44b508638447dda39e37c0e89fd10b7c8108a..66790ed9da991bb0d7713fe500ba390042a11dca 100644
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/compositing/iframe-inside-squashed-layer-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/compositing/iframe-inside-squashed-layer-expected.txt
@@ -1,69 +1,63 @@
{
- "name": "Content Root Layer",
- "bounds": [785, 1016],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [785, 1016],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "Squashing Containment Layer",
+ "shouldFlattenTransform": false
+ },
+ {
+ "name": "LayoutBlockFlow DIV id='foo'",
+ "position": [8, 8],
+ "bounds": [200, 1000],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#D3D3D3"
+ },
+ {
+ "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV)",
+ "position": [8, 0],
+ "bounds": [300, 653],
"drawsContent": true,
- "children": [
+ "paintInvalidations": [
+ {
+ "object": "LayoutView #document",
+ "rect": [0, 500, 300, 150],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "rect": [0, 500, 300, 34],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "rect": [0, 500, 285, 150],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow BODY",
+ "rect": [8, 508, 284, 18],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow BODY",
+ "rect": [8, 508, 269, 142],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [8, 508, 31, 17],
+ "reason": "forced by layout"
+ },
{
- "name": "Squashing Containment Layer",
- "shouldFlattenTransform": false,
- "children": [
- {
- "name": "LayoutBlockFlow DIV id='foo'",
- "position": [8, 8],
- "bounds": [200, 1000],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#D3D3D3"
- },
- {
- "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV)",
- "position": [8, 0],
- "bounds": [300, 653],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutView #document",
- "rect": [0, 500, 300, 150],
- "reason": "style change"
- },
- {
- "object": "LayoutBlockFlow HTML",
- "rect": [0, 500, 300, 34],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow HTML",
- "rect": [0, 500, 285, 150],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow BODY",
- "rect": [8, 508, 284, 18],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow BODY",
- "rect": [8, 508, 269, 142],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "rect": [8, 508, 31, 17],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutView #document",
- "rect": [285, 500, 15, 150],
- "reason": "scroll"
- }
- ]
- }
- ]
+ "object": "LayoutView #document",
+ "rect": [285, 500, 15, 150],
+ "reason": "scroll"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698