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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/repaint/search-field-cancel-expected.txt

Issue 2081773002: 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 DIV id='inner-editor'", 12 "object": "LayoutBlockFlow DIV id='inner-editor'",
11 "rect": [12, 45, 113, 13], 13 "rect": [12, 45, 113, 13],
12 "reason": "forced by layout" 14 "reason": "forced by layout"
13 }, 15 },
14 { 16 {
15 "object": "LayoutText #text", 17 "object": "LayoutText #text",
16 "rect": [12, 45, 50, 13], 18 "rect": [12, 45, 50, 13],
17 "reason": "layoutObject insertion" 19 "reason": "layoutObject insertion"
18 },
19 {
20 "object": "InlineTextBox 'some text'",
21 "reason": "layoutObject insertion"
22 },
23 {
24 "object": "RootInlineBox",
25 "reason": "full"
26 } 20 }
27 ] 21 ]
28 } 22 }
23 ],
24 "objectPaintInvalidations": [
25 {
26 "object": "LayoutBlockFlow DIV id='inner-editor'",
27 "reason": "forced by layout"
28 },
29 {
30 "object": "RootInlineBox",
31 "reason": "forced by layout"
32 },
33 {
34 "object": "LayoutText #text",
35 "reason": "layoutObject insertion"
36 },
37 {
38 "object": "InlineTextBox 'some text'",
39 "reason": "layoutObject insertion"
40 }
29 ] 41 ]
30 } 42 }
31 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698