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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/inline-outline-repaint-expected.txt

Issue 2304863002: Auto-rebaseline for r416191 (Closed)
Patch Set: 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
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": [
(...skipping 27 matching lines...) Expand all
38 }, 38 },
39 { 39 {
40 "object": "LayoutBlockFlow DIV", 40 "object": "LayoutBlockFlow DIV",
41 "reason": "forced by layout" 41 "reason": "forced by layout"
42 }, 42 },
43 { 43 {
44 "object": "RootInlineBox", 44 "object": "RootInlineBox",
45 "reason": "forced by layout" 45 "reason": "forced by layout"
46 }, 46 },
47 { 47 {
48 "object": "Caret",
49 "reason": "invalidate paint rectangle"
50 },
51 {
48 "object": "LayoutInline SPAN id='test'", 52 "object": "LayoutInline SPAN id='test'",
49 "reason": "forced by layout" 53 "reason": "forced by layout"
50 }, 54 },
51 { 55 {
52 "object": "InlineFlowBox", 56 "object": "InlineFlowBox",
53 "reason": "forced by layout" 57 "reason": "forced by layout"
54 }, 58 },
55 { 59 {
56 "object": "InlineFlowBox", 60 "object": "InlineFlowBox",
57 "reason": "forced by layout" 61 "reason": "forced by layout"
58 }, 62 },
59 { 63 {
60 "object": "LayoutText #text", 64 "object": "LayoutText #text",
61 "reason": "full" 65 "reason": "full"
62 }, 66 },
63 { 67 {
64 "object": "InlineTextBox 'Lorem ipsum'", 68 "object": "InlineTextBox 'Lorem ipsum'",
65 "reason": "full" 69 "reason": "full"
66 }, 70 },
67 { 71 {
68 "object": "InlineTextBox ' '", 72 "object": "InlineTextBox ' '",
69 "reason": "full" 73 "reason": "full"
70 }, 74 },
71 { 75 {
72 "object": "InlineTextBox 'dolor\u00A0'", 76 "object": "InlineTextBox 'dolor\u00A0'",
73 "reason": "full" 77 "reason": "full"
74 },
75 {
76 "object": "LayoutBlockFlow DIV",
77 "reason": "invalidate paint rectangle"
78 } 78 }
79 ] 79 ]
80 } 80 }
81 81
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698