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

Side by Side Diff: LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-container-expected.txt

Issue 1181413010: Auto-rebaseline for r197134 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "children": [
9 {
10 "position": [8, 108],
11 "bounds": [210, 210],
12 "drawsContent": true,
13 "repaintRects": [
14 [0, 0, 210, 210]
15 ],
16 "children": [
17 {
18 "position": [5, 5],
19 "bounds": [185, 185],
20 "children": [
21 {
22 "bounds": [400, 400],
23 "drawsContent": true,
24 "repaintRects": [
25 [-5, -5, 210, 210]
26 ],
27 "children": [
28 {
29
30 }
31 ]
32 }
33 ]
34 },
35 {
36 "children": [
37 {
38 "position": [5, 190],
39 "bounds": [185, 15],
40 "drawsContent": true
41 },
42 {
43 "position": [190, 5],
44 "bounds": [15, 185],
45 "drawsContent": true
46 },
47 {
48 "position": [190, 190],
49 "bounds": [15, 15],
50 "drawsContent": true
51 }
52 ]
53 }
54 ]
55 }
56 ]
57 }
58 ]
59 }
60
OLDNEW
« no previous file with comments | « LayoutTests/platform/win/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-content-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698