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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-descendants-expected.txt

Issue 1968743003: Auto-rebaseline for r392861 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 "children": [ 8 "children": [
9 { 9 {
10 "position": [38, 38], 10 "position": [38, 38],
11 "bounds": [90, 90], 11 "bounds": [90, 90],
12 "drawsContent": true, 12 "drawsContent": true,
13 "backfaceVisibility": "hidden", 13 "backfaceVisibility": "hidden",
14 "backgroundColor": "#008000", 14 "backgroundColor": "#008000",
15 "paintInvalidations": [ 15 "paintInvalidations": [
16 { 16 {
17 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'", 17 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'",
18 "rect": [0, 0, 70, 70], 18 "rect": [0, 0, 70, 70],
19 "reason": "full" 19 "reason": "full"
20 }, 20 },
21 { 21 {
22 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'", 22 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'",
23 "rect": [-30, -30, 50, 100], 23 "rect": [-30, -30, 50, 100],
24 "reason": "style change" 24 "reason": "subtree"
25 }, 25 },
26 { 26 {
27 "object": "LayoutBlockFlow DIV class='child'", 27 "object": "LayoutBlockFlow DIV class='child'",
28 "rect": [-30, -30, 50, 50], 28 "rect": [-30, -30, 50, 50],
29 "reason": "style change" 29 "reason": "subtree"
30 } 30 }
31 ], 31 ],
32 "children": [ 32 "children": [
33 { 33 {
34 "bounds": [90, 90], 34 "bounds": [90, 90],
35 "children": [ 35 "children": [
36 { 36 {
37 "position": [-30, 20], 37 "position": [-30, 20],
38 "bounds": [50, 50], 38 "bounds": [50, 50],
39 "contentsOpaque": true, 39 "contentsOpaque": true,
40 "drawsContent": true, 40 "drawsContent": true,
41 "backfaceVisibility": "hidden", 41 "backfaceVisibility": "hidden",
42 "backgroundColor": "#008000" 42 "backgroundColor": "#008000"
43 } 43 }
44 ] 44 ]
45 } 45 }
46 ] 46 ]
47 } 47 }
48 ] 48 ]
49 } 49 }
50 ] 50 ]
51 } 51 }
52 52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698