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

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

Issue 2108503002: Auto-rebaseline for r402292 (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": [
11 { 11 {
12 "object": "LayoutBlockFlow HTML", 12 "object": "LayoutBlockFlow HTML",
13 "rect": [10, 102, 285, 400], 13 "rect": [10, 102, 285, 400],
14 "reason": "forced by layout" 14 "reason": "forced by layout"
15 }, 15 },
16 { 16 {
17 "object": "LayoutBlockFlow DIV", 17 "object": "LayoutBlockFlow DIV",
18 "rect": [18, 150, 269, 352], 18 "rect": [18, 150, 269, 352],
19 "reason": "bounds change" 19 "reason": "bounds change"
20 }, 20 },
21 { 21 {
22 "object": "LayoutBlockFlow DIV id='to-be-changed'", 22 "object": "LayoutBlockFlow DIV id='to-be-changed'",
23 "rect": [18, 130, 269, 40], 23 "rect": [18, 130, 269, 40],
24 "reason": "forced by layout" 24 "reason": "full"
25 }, 25 },
26 { 26 {
27 "object": "LayoutText #text", 27 "object": "LayoutText #text",
28 "rect": [18, 130, 235, 39], 28 "rect": [18, 130, 235, 39],
29 "reason": "layoutObject removal" 29 "reason": "layoutObject removal"
30 }, 30 },
31 { 31 {
32 "object": "LayoutText #text", 32 "object": "LayoutText #text",
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 ] 43 ]
44 } 44 }
45 45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698