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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/insert-frame-expected.txt

Issue 2332973002: Fix crash of paint invalidation tracking after a new frame is created (Closed)
Patch Set: platform-neutual Created 4 years, 3 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
(Empty)
1 {
2 "name": "Content Root Layer",
3 "bounds": [800, 600],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [800, 600],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "paintInvalidations": [
11 {
12 "object": "LayoutBlockFlow BODY",
13 "rect": [0, 0, 800, 200],
14 "reason": "forced by layout"
15 },
16 {
17 "object": "LayoutIFrame IFRAME",
18 "rect": [0, 0, 104, 104],
19 "reason": "layoutObject insertion"
20 },
21 {
22 "object": "LayoutBlockFlow HTML",
23 "rect": [2, 2, 100, 100],
24 "reason": "layoutObject insertion"
25 },
26 {
27 "object": "LayoutView #document",
28 "rect": [2, 2, 100, 100],
29 "reason": "style change"
30 },
31 {
32 "object": "LayoutBlockFlow BODY",
33 "rect": [10, 10, 84, 84],
34 "reason": "layoutObject insertion"
35 }
36 ]
37 }
38 ],
39 "objectPaintInvalidations": [
40 {
41 "object": "LayoutBlockFlow BODY",
42 "reason": "forced by layout"
43 },
44 {
45 "object": "RootInlineBox",
46 "reason": "forced by layout"
47 },
48 {
49 "object": "LayoutIFrame IFRAME",
50 "reason": "layoutObject insertion"
51 }
52 ]
53 }
54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698