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

Side by Side Diff: LayoutTests/virtual/slimmingpaint/fast/repaint/stacking-context-lost-expected.txt

Issue 1064633003: Auto-rebaseline for r193742 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [0, 0, 100, 100] 9 [0, 0, 100, 100]
10 ], 10 ],
11 "paintInvalidationClients": [ 11 "paintInvalidationClients": [
12 "LayoutBlockFlow (relative positioned) DIV id='inner'" 12 "LayoutBlockFlow (relative positioned) DIV id='inner'"
13 ], 13 ],
14 "children": [ 14 "children": [
15 { 15 {
16 "position": [278, 278], 16 "position": [278, 278],
17 "bounds": [100, 100], 17 "bounds": [100, 100],
18 "contentsOpaque": true, 18 "contentsOpaque": true,
19 "drawsContent": true, 19 "drawsContent": true,
20 "backfaceVisibility": "hidden", 20 "backfaceVisibility": "hidden",
21 "backgroundColor": "#008000", 21 "backgroundColor": "#008000",
22 "repaintRects": [ 22 "repaintRects": [
23 [0, 0, 100, 100], 23 [0, 0, 100, 100],
24 [0, 0, 100, 100],
24 [0, 0, 100, 100] 25 [0, 0, 100, 100]
25 ], 26 ],
26 "paintInvalidationClients": [ 27 "paintInvalidationClients": [
27 "LayoutBlockFlow (relative positioned) DIV id='outer'", 28 "LayoutBlockFlow (relative positioned) DIV id='outer'",
28 "LayoutBlockFlow (relative positioned) DIV id='inner'" 29 "LayoutBlockFlow (relative positioned) DIV id='inner'",
30 "LayoutBlockFlow (relative positioned) DIV id='outer'"
29 ] 31 ]
30 } 32 }
31 ] 33 ]
32 } 34 }
33 ] 35 ]
34 } 36 }
35 37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698