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

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

Issue 1883513002: 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 "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 "repaintRects": [ 15 "paintInvalidations": [
16 [0, 0, 70, 70], 16 {
17 [-30, -30, 50, 100], 17 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'",
18 [-30, -30, 50, 50] 18 "rect": [0, 0, 70, 70],
19 ], 19 "reason": "full"
20 "paintInvalidationClients": [ 20 },
21 "##ALL##", 21 {
22 "LayoutBlockFlow (positioned) DIV id='composited-box'", 22 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'",
23 "LayoutBlockFlow DIV class='child'" 23 "rect": [-30, -30, 50, 100],
24 "reason": "style change"
25 },
26 {
27 "object": "LayoutBlockFlow DIV class='child'",
28 "rect": [-30, -30, 50, 50],
29 "reason": "style change"
30 }
24 ], 31 ],
25 "children": [ 32 "children": [
26 { 33 {
27 "bounds": [90, 90], 34 "bounds": [90, 90],
28 "children": [ 35 "children": [
29 { 36 {
30 "position": [-30, 20], 37 "position": [-30, 20],
31 "bounds": [50, 50], 38 "bounds": [50, 50],
32 "contentsOpaque": true, 39 "contentsOpaque": true,
33 "drawsContent": true, 40 "drawsContent": true,
34 "backfaceVisibility": "hidden", 41 "backfaceVisibility": "hidden",
35 "backgroundColor": "#008000" 42 "backgroundColor": "#008000"
36 } 43 }
37 ] 44 ]
38 } 45 }
39 ] 46 ]
40 } 47 }
41 ] 48 ]
42 } 49 }
43 ] 50 ]
44 } 51 }
45 52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698