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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/compositing/squashing/iframe-inside-squashed-layer-expected.txt

Issue 2091123002: Auto-rebaseline for r401697 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [785, 1016], 3 "bounds": [785, 1016],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [785, 1016], 7 "bounds": [785, 1016],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "children": [ 10 "children": [
(...skipping 24 matching lines...) Expand all
35 "object": "LayoutBlockFlow HTML", 35 "object": "LayoutBlockFlow HTML",
36 "rect": [0, 500, 300, 34], 36 "rect": [0, 500, 300, 34],
37 "reason": "forced by layout" 37 "reason": "forced by layout"
38 }, 38 },
39 { 39 {
40 "object": "LayoutBlockFlow HTML", 40 "object": "LayoutBlockFlow HTML",
41 "rect": [0, 500, 285, 150], 41 "rect": [0, 500, 285, 150],
42 "reason": "forced by layout" 42 "reason": "forced by layout"
43 }, 43 },
44 { 44 {
45 "object": "LayoutView #document",
46 "rect": [0, 500, 285, 150],
47 "reason": "full"
48 },
49 {
50 "object": "LayoutBlockFlow BODY", 45 "object": "LayoutBlockFlow BODY",
51 "rect": [8, 508, 284, 18], 46 "rect": [8, 508, 284, 18],
52 "reason": "forced by layout" 47 "reason": "forced by layout"
53 }, 48 },
54 { 49 {
55 "object": "LayoutBlockFlow BODY", 50 "object": "LayoutBlockFlow BODY",
56 "rect": [8, 508, 269, 142], 51 "rect": [8, 508, 269, 142],
57 "reason": "forced by layout" 52 "reason": "forced by layout"
58 }, 53 },
59 { 54 {
60 "object": "LayoutView #document", 55 "object": "LayoutView #document",
61 "rect": [285, 500, 15, 150], 56 "rect": [285, 500, 15, 150],
62 "reason": "scroll" 57 "reason": "scroll"
63 } 58 }
64 ] 59 ]
65 } 60 }
66 ] 61 ]
67 } 62 }
68 ] 63 ]
69 } 64 }
70 ] 65 ]
71 } 66 }
72 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698