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

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

Issue 2081773002: 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 { 1 {
2 "name": "Content Root Layer",
2 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutBlockFlow (relative positioned) DIV id='inner'",
11 "reason": "layoutObject removal"
12 }
13 ],
14 "children": [ 10 "children": [
15 { 11 {
12 "name": "LayoutBlockFlow (relative positioned) DIV id='outer'",
16 "position": [278, 278], 13 "position": [278, 278],
17 "bounds": [100, 100], 14 "bounds": [100, 100],
18 "contentsOpaque": true, 15 "contentsOpaque": true,
19 "drawsContent": true, 16 "drawsContent": true,
20 "backfaceVisibility": "hidden", 17 "backfaceVisibility": "hidden",
21 "backgroundColor": "#008000", 18 "backgroundColor": "#008000",
22 "paintInvalidations": [ 19 "paintInvalidations": [
23 { 20 {
24 "object": "LayoutBlockFlow (relative positioned) DIV id='inner'", 21 "object": "LayoutBlockFlow (relative positioned) DIV id='inner'",
25 "rect": [0, 0, 100, 100], 22 "rect": [0, 0, 100, 100],
26 "reason": "subtree" 23 "reason": "subtree"
27 }, 24 },
28 { 25 {
29 "object": "LayoutBlockFlow (relative positioned) DIV id='outer'", 26 "object": "LayoutBlockFlow (relative positioned) DIV id='outer'",
30 "rect": [0, 0, 100, 100], 27 "rect": [0, 0, 100, 100],
31 "reason": "became visible" 28 "reason": "became visible"
32 }, 29 },
33 { 30 {
34 "object": "LayoutBlockFlow (relative positioned) DIV id='outer'", 31 "object": "LayoutBlockFlow (relative positioned) DIV id='outer'",
35 "rect": [0, 0, 100, 100], 32 "rect": [0, 0, 100, 100],
36 "reason": "subtree" 33 "reason": "subtree"
37 } 34 }
38 ] 35 ]
39 } 36 }
40 ] 37 ]
41 } 38 }
39 ],
40 "objectPaintInvalidations": [
41 {
42 "object": "LayoutBlockFlow (relative positioned) DIV id='outer'",
43 "reason": "subtree"
44 },
45 {
46 "object": "LayoutBlockFlow (relative positioned) DIV id='inner'",
47 "reason": "subtree"
48 },
49 {
50 "object": "LayoutBlockFlow (relative positioned) DIV id='inner'",
51 "reason": "layoutObject removal"
52 },
53 {
54 "object": "LayoutBlockFlow (relative positioned) DIV id='outer'",
55 "reason": "became visible"
56 }
42 ] 57 ]
43 } 58 }
44 59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698