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

Side by Side Diff: LayoutTests/virtual/softwarecompositing/geometry/layer-due-to-layer-children-switch-expected.txt

Issue 348583003: Auto-rebaseline for r176651 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | Annotate | Revision Log
OLDNEW
1 This content is in the parent 1 This content is in the parent
2 Box should switch between perspective and flat 2 Box should switch between perspective and flat
3 3
4 First dump layer tree: 4 First dump layer tree:
5 { 5 {
6 "bounds": [800, 600], 6 "bounds": [800, 600],
7 "children": [ 7 "children": [
8 { 8 {
9 "bounds": [800, 600], 9 "bounds": [800, 600],
10 "contentsOpaque": true, 10 "contentsOpaque": true,
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "bounds": [785, 916], 52 "bounds": [785, 916],
53 "children": [ 53 "children": [
54 { 54 {
55 "bounds": [785, 916], 55 "bounds": [785, 916],
56 "contentsOpaque": true, 56 "contentsOpaque": true,
57 "drawsContent": true 57 "drawsContent": true
58 } 58 }
59 ] 59 ]
60 } 60 }
61 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698