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

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

Issue 1951203002: Auto-rebaseline for r391751 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 "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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow HTML", 10 "object": "LayoutBlockFlow HTML",
11 "rect": [10, 102, 285, 400], 11 "rect": [10, 102, 285, 400],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow DIV", 15 "object": "LayoutBlockFlow DIV",
16 "rect": [18, 146, 269, 356], 16 "rect": [18, 146, 269, 356],
17 "reason": "location change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow DIV id='to-be-changed'", 20 "object": "LayoutBlockFlow DIV id='to-be-changed'",
21 "rect": [18, 128, 269, 36], 21 "rect": [18, 128, 269, 36],
22 "reason": "forced by layout" 22 "reason": "forced by layout"
23 }, 23 },
24 { 24 {
25 "object": "LayoutText #text", 25 "object": "LayoutText #text",
26 "rect": [18, 128, 256, 36], 26 "rect": [18, 128, 256, 36],
27 "reason": "layoutObject removal" 27 "reason": "layoutObject removal"
28 }, 28 },
29 { 29 {
30 "object": "LayoutText #text", 30 "object": "LayoutText #text",
31 "rect": [18, 128, 84, 18], 31 "rect": [18, 128, 84, 18],
32 "reason": "location change" 32 "reason": "layoutObject insertion"
33 }, 33 },
34 { 34 {
35 "object": "LayoutView #document", 35 "object": "LayoutView #document",
36 "rect": [295, 102, 15, 400], 36 "rect": [295, 102, 15, 400],
37 "reason": "scroll" 37 "reason": "scroll"
38 }, 38 },
39 { 39 {
40 "object": "InlineTextBox 'After change'", 40 "object": "InlineTextBox 'After change'",
41 "reason": "location change" 41 "reason": "layoutObject insertion"
42 }, 42 },
43 { 43 {
44 "object": "InlineTextBox 'Find-in-page 'findme', then click here)'", 44 "object": "InlineTextBox 'Find-in-page 'findme', then click here)'",
45 "reason": "full" 45 "reason": "full"
46 }, 46 },
47 { 47 {
48 "object": "InlineTextBox 'To be changed: findme (Manual testing:'", 48 "object": "InlineTextBox 'To be changed: findme (Manual testing:'",
49 "reason": "full" 49 "reason": "full"
50 }, 50 },
51 { 51 {
(...skipping 10 matching lines...) Expand all
62 }, 62 },
63 { 63 {
64 "object": "VerticalScrollbar", 64 "object": "VerticalScrollbar",
65 "reason": "scroll" 65 "reason": "scroll"
66 } 66 }
67 ] 67 ]
68 } 68 }
69 ] 69 ]
70 } 70 }
71 71
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698