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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/stacking-context-lost-expected.txt

Issue 1878163002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 "paintInvalidationClients": [ 8 "paintInvalidations": [
9 "LayoutBlockFlow (relative positioned) DIV id='inner'" 9 {
10 "object": "LayoutBlockFlow (relative positioned) DIV id='inner'",
11 "rect": [0, 0, 0, 0],
12 "reason": "layoutObject removal"
13 }
10 ], 14 ],
11 "children": [ 15 "children": [
12 { 16 {
13 "position": [278, 278], 17 "position": [278, 278],
14 "bounds": [100, 100], 18 "bounds": [100, 100],
15 "contentsOpaque": true, 19 "contentsOpaque": true,
16 "drawsContent": true, 20 "drawsContent": true,
17 "backfaceVisibility": "hidden", 21 "backfaceVisibility": "hidden",
18 "backgroundColor": "#008000", 22 "backgroundColor": "#008000",
19 "repaintRects": [ 23 "paintInvalidations": [
20 [0, 0, 100, 100], 24 {
21 [0, 0, 100, 100], 25 "object": "LayoutBlockFlow (relative positioned) DIV id='inner'",
22 [0, 0, 100, 100] 26 "rect": [0, 0, 100, 100],
23 ], 27 "reason": "layer"
24 "paintInvalidationClients": [ 28 },
25 "LayoutBlockFlow (relative positioned) DIV id='outer'", 29 {
26 "LayoutBlockFlow (relative positioned) DIV id='inner'", 30 "object": "LayoutBlockFlow (relative positioned) DIV id='outer'",
27 "LayoutBlockFlow (relative positioned) DIV id='outer'" 31 "rect": [0, 0, 100, 100],
32 "reason": "layer"
33 },
34 {
35 "object": "LayoutBlockFlow (relative positioned) DIV id='outer'",
36 "rect": [0, 0, 100, 100],
37 "reason": "became visible"
38 }
28 ] 39 ]
29 } 40 }
30 ] 41 ]
31 } 42 }
32 ] 43 ]
33 } 44 }
34 45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698