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

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

Issue 2087483002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow HTML", 12 "object": "LayoutBlockFlow HTML",
11 "rect": [10, 102, 285, 400], 13 "rect": [10, 102, 285, 400],
12 "reason": "forced by layout" 14 "reason": "forced by layout"
13 }, 15 },
14 { 16 {
(...skipping 13 matching lines...) Expand all
28 }, 30 },
29 { 31 {
30 "object": "LayoutText #text", 32 "object": "LayoutText #text",
31 "rect": [18, 128, 84, 18], 33 "rect": [18, 128, 84, 18],
32 "reason": "layoutObject insertion" 34 "reason": "layoutObject insertion"
33 }, 35 },
34 { 36 {
35 "object": "LayoutView #document", 37 "object": "LayoutView #document",
36 "rect": [295, 102, 15, 400], 38 "rect": [295, 102, 15, 400],
37 "reason": "scroll" 39 "reason": "scroll"
38 },
39 {
40 "object": "InlineTextBox 'After change'",
41 "reason": "layoutObject insertion"
42 },
43 {
44 "object": "InlineTextBox 'Find-in-page 'findme', then click here)'",
45 "reason": "full"
46 },
47 {
48 "object": "InlineTextBox 'To be changed: findme (Manual testing:'",
49 "reason": "full"
50 },
51 {
52 "object": "RootInlineBox",
53 "reason": "full"
54 },
55 {
56 "object": "RootInlineBox",
57 "reason": "full"
58 },
59 {
60 "object": "RootInlineBox",
61 "reason": "full"
62 },
63 {
64 "object": "VerticalScrollbar",
65 "reason": "scroll"
66 } 40 }
67 ] 41 ]
68 } 42 }
69 ] 43 ]
70 } 44 }
71 45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698