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

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

Issue 1880263003: Auto-rebaseline for r386782 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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": "InlineTextBox 'After change'", 10 "object": "InlineTextBox 'After change'",
11 "rect": [0, 0, 0, 0], 11 "rect": [0, 0, 0, 0],
12 "reason": "location change" 12 "reason": "location change"
13 }, 13 },
14 { 14 {
15 "object": "InlineTextBox 'Find-in-page 'findme', then click here)'", 15 "object": "InlineTextBox 'Find-in-page 'findme', then click here)'",
16 "rect": [0, 0, 0, 0], 16 "rect": [0, 0, 0, 0],
17 "reason": "full" 17 "reason": "full"
18 }, 18 },
19 { 19 {
20 "object": "InlineTextBox 'To be changed: findme (Manual testing:'", 20 "object": "InlineTextBox 'To be changed: findme (Manual testing:'",
21 "rect": [0, 0, 0, 0], 21 "rect": [0, 0, 0, 0],
22 "reason": "full" 22 "reason": "full"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow DIV", 25 "object": "LayoutBlockFlow DIV",
26 "rect": [18, 164, 269, 338],
27 "reason": "location change"
28 },
29 {
30 "object": "LayoutBlockFlow DIV",
31 "rect": [18, 146, 269, 356], 26 "rect": [18, 146, 269, 356],
32 "reason": "location change" 27 "reason": "location change"
33 }, 28 },
34 { 29 {
35 "object": "LayoutBlockFlow DIV id='to-be-changed'", 30 "object": "LayoutBlockFlow DIV id='to-be-changed'",
36 "rect": [18, 128, 269, 36], 31 "rect": [18, 128, 269, 36],
37 "reason": "forced by layout" 32 "reason": "forced by layout"
38 }, 33 },
39 { 34 {
40 "object": "LayoutBlockFlow DIV id='to-be-changed'",
41 "rect": [18, 128, 269, 18],
42 "reason": "forced by layout"
43 },
44 {
45 "object": "LayoutBlockFlow HTML", 35 "object": "LayoutBlockFlow HTML",
46 "rect": [10, 102, 285, 400], 36 "rect": [10, 102, 285, 400],
47 "reason": "forced by layout" 37 "reason": "forced by layout"
48 }, 38 },
49 { 39 {
50 "object": "LayoutText #text", 40 "object": "LayoutText #text",
51 "rect": [18, 128, 257, 36], 41 "rect": [18, 128, 257, 36],
52 "reason": "layoutObject removal" 42 "reason": "layoutObject removal"
53 }, 43 },
54 { 44 {
(...skipping 24 matching lines...) Expand all
79 { 69 {
80 "object": "VerticalScrollbar", 70 "object": "VerticalScrollbar",
81 "rect": [0, 0, 0, 0], 71 "rect": [0, 0, 0, 0],
82 "reason": "scroll" 72 "reason": "scroll"
83 } 73 }
84 ] 74 ]
85 } 75 }
86 ] 76 ]
87 } 77 }
88 78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698