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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/compositing/squashing/move-squashing-layer-expected.txt

Issue 2084643002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
OLDNEW
1 This tests that squashed layers' offset from renderer is updated properly. If no t properly updated, the two divs will appear to be aligned vertically in the pix el results, while really the blue div ('squashed') should be offset 100px left o f the green ('host'). 1 This tests that squashed layers' offset from renderer is updated properly. If no t properly updated, the two divs will appear to be aligned vertically in the pix el results, while really the blue div ('squashed') should be offset 100px left o f the green ('host').
2 2
3 { 3 {
4 "bounds": [800, 600], 4 "bounds": [800, 600],
5 "children": [ 5 "children": [
6 { 6 {
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 19 matching lines...) Expand all
30 "bounds": [100, 100], 30 "bounds": [100, 100],
31 "drawsContent": true 31 "drawsContent": true
32 } 32 }
33 ] 33 ]
34 } 34 }
35 ] 35 ]
36 } 36 }
37 ] 37 ]
38 } 38 }
39 39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698