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

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

Issue 1413823005: Invalidate objects when containing block changed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 "repaintRects": [
chrishtr 2015/10/30 18:28:18 Why would this CL lead to less invalidation?
Xianzhu 2015/10/30 19:15:28 Previously spurious invalidation occurs in the fol
Xianzhu 2015/10/30 19:44:40 Rereading found this sentence is not clear: "The
9 [0, 0, 100, 100]
10 ],
11 "paintInvalidationClients": [ 8 "paintInvalidationClients": [
12 "LayoutBlockFlow (relative positioned) DIV id='inner'" 9 "LayoutBlockFlow (relative positioned) DIV id='inner'"
13 ], 10 ],
14 "children": [ 11 "children": [
15 { 12 {
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 "repaintRects": [ 19 "repaintRects": [
23 [0, 0, 100, 100], 20 [0, 0, 100, 100],
24 [0, 0, 100, 100], 21 [0, 0, 100, 100],
25 [0, 0, 100, 100] 22 [0, 0, 100, 100]
26 ], 23 ],
27 "paintInvalidationClients": [ 24 "paintInvalidationClients": [
28 "LayoutBlockFlow (relative positioned) DIV id='outer'", 25 "LayoutBlockFlow (relative positioned) DIV id='outer'",
29 "LayoutBlockFlow (relative positioned) DIV id='inner'", 26 "LayoutBlockFlow (relative positioned) DIV id='inner'",
30 "LayoutBlockFlow (relative positioned) DIV id='outer'" 27 "LayoutBlockFlow (relative positioned) DIV id='outer'"
31 ] 28 ]
32 } 29 }
33 ] 30 ]
34 } 31 }
35 ] 32 ]
36 } 33 }
37 34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698