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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/4776765-expected.txt

Issue 2374083002: Auto-rebaseline for r420749 (Closed)
Patch Set: Created 4 years, 2 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 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutBlockFlow DIV", 12 "object": "LayoutBlockFlow DIV",
13 "rect": [7, 41, 786, 56], 13 "rect": [7, 41, 786, 56],
14 "reason": "outline" 14 "reason": "outline"
15 }, 15 },
16 { 16 {
17 "object": "LayoutBlockFlow DIV id='div'", 17 "object": "LayoutBlockFlow DIV id='div'",
18 "rect": [8, 78, 784, 18], 18 "rect": [8, 78, 784, 18],
19 "reason": "layoutObject insertion" 19 "reason": "layoutObject insertion"
20 }, 20 },
21 { 21 {
22 "object": "LayoutBR BR", 22 "object": "LayoutBR BR",
23 "rect": [7, 77, 3, 19], 23 "rect": [7, 77, 3, 19],
24 "reason": "invalidate paint rectangle" 24 "reason": "invalidate paint rectangle"
25 }, 25 },
26 { 26 {
27 "object": "LayoutBR BR", 27 "object": "LayoutBR BR",
28 "rect": [7, 77, 3, 19],
29 "reason": "invalidate paint rectangle"
30 },
31 {
32 "object": "LayoutBR BR",
33 "rect": [7, 77, 3, 19],
34 "reason": "invalidate paint rectangle"
35 },
36 {
37 "object": "LayoutBR BR",
28 "rect": [7, 59, 3, 19], 38 "rect": [7, 59, 3, 19],
29 "reason": "invalidate paint rectangle" 39 "reason": "invalidate paint rectangle"
30 } 40 }
31 ] 41 ]
32 } 42 }
33 ], 43 ],
34 "objectPaintInvalidations": [ 44 "objectPaintInvalidations": [
35 { 45 {
46 "object": "Caret",
47 "reason": "invalidate paint rectangle"
48 },
49 {
50 "object": "Caret",
51 "reason": "invalidate paint rectangle"
52 },
53 {
36 "object": "LayoutBlockFlow DIV", 54 "object": "LayoutBlockFlow DIV",
37 "reason": "outline" 55 "reason": "outline"
38 }, 56 },
39 { 57 {
40 "object": "LayoutBlockFlow DIV id='div'", 58 "object": "LayoutBlockFlow DIV id='div'",
41 "reason": "layoutObject insertion" 59 "reason": "layoutObject insertion"
42 }, 60 },
43 { 61 {
44 "object": "RootInlineBox", 62 "object": "RootInlineBox",
45 "reason": "layoutObject insertion" 63 "reason": "layoutObject insertion"
(...skipping 10 matching lines...) Expand all
56 "object": "LayoutBR BR", 74 "object": "LayoutBR BR",
57 "reason": "layoutObject insertion" 75 "reason": "layoutObject insertion"
58 }, 76 },
59 { 77 {
60 "object": "InlineTextBox '\n'", 78 "object": "InlineTextBox '\n'",
61 "reason": "layoutObject insertion" 79 "reason": "layoutObject insertion"
62 } 80 }
63 ] 81 ]
64 } 82 }
65 83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698