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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-descendants-expected.txt

Issue 2235233007: Auto-rebaseline for r411843 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "children": [ 10 "children": [
(...skipping 10 matching lines...) Expand all
21 "rect": [0, 0, 70, 70], 21 "rect": [0, 0, 70, 70],
22 "reason": "full" 22 "reason": "full"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'", 25 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'",
26 "rect": [-30, -30, 50, 100], 26 "rect": [-30, -30, 50, 100],
27 "reason": "subtree" 27 "reason": "subtree"
28 }, 28 },
29 { 29 {
30 "object": "LayoutBlockFlow DIV class='child'", 30 "object": "LayoutBlockFlow DIV class='child'",
31 "rect": [-30, -30, 50, 50], 31 "rect": [0, 0, 20, 20],
32 "reason": "subtree" 32 "reason": "subtree"
33 } 33 }
34 ], 34 ],
35 "children": [ 35 "children": [
36 { 36 {
37 "name": "Child Containment Layer", 37 "name": "Child Containment Layer",
38 "bounds": [90, 90], 38 "bounds": [90, 90],
39 "children": [ 39 "children": [
40 { 40 {
41 "name": "LayoutBlockFlow DIV class='composited child'", 41 "name": "LayoutBlockFlow DIV class='composited child'",
(...skipping 16 matching lines...) Expand all
58 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'", 58 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'",
59 "reason": "subtree" 59 "reason": "subtree"
60 }, 60 },
61 { 61 {
62 "object": "LayoutBlockFlow DIV class='child'", 62 "object": "LayoutBlockFlow DIV class='child'",
63 "reason": "subtree" 63 "reason": "subtree"
64 } 64 }
65 ] 65 ]
66 } 66 }
67 67
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698