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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/text-match-document-change-expected.txt

Issue 2139073002: Auto-rebaseline for r404741 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 22 matching lines...) Expand all
33 "rect": [18, 130, 77, 19], 33 "rect": [18, 130, 77, 19],
34 "reason": "layoutObject insertion" 34 "reason": "layoutObject insertion"
35 }, 35 },
36 { 36 {
37 "object": "LayoutView #document", 37 "object": "LayoutView #document",
38 "rect": [295, 102, 15, 400], 38 "rect": [295, 102, 15, 400],
39 "reason": "scroll" 39 "reason": "scroll"
40 } 40 }
41 ] 41 ]
42 } 42 }
43 ],
44 "objectPaintInvalidations": [
45 {
46 "object": "LayoutText #text",
47 "reason": "layoutObject removal"
48 },
49 {
50 "object": "LayoutBlockFlow HTML",
51 "reason": "forced by layout"
52 },
53 {
54 "object": "LayoutBlockFlow DIV id='to-be-changed'",
55 "reason": "full"
56 },
57 {
58 "object": "RootInlineBox",
59 "reason": "full"
60 },
61 {
62 "object": "LayoutText #text",
63 "reason": "layoutObject insertion"
64 },
65 {
66 "object": "InlineTextBox 'After change'",
67 "reason": "layoutObject insertion"
68 },
69 {
70 "object": "LayoutBlockFlow DIV",
71 "reason": "bounds change"
72 },
73 {
74 "object": "VerticalScrollbar",
75 "reason": "scroll"
76 }
43 ] 77 ]
44 } 78 }
45 79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698