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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/selection-after-remove-expected.txt

Issue 2224873002: Auto-rebaseline for r410308 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/mac/fast/repaint/selection-after-remove-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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": [
(...skipping 28 matching lines...) Expand all
39 "objectPaintInvalidations": [ 39 "objectPaintInvalidations": [
40 { 40 {
41 "object": "LayoutText #text", 41 "object": "LayoutText #text",
42 "reason": "layoutObject removal" 42 "reason": "layoutObject removal"
43 }, 43 },
44 { 44 {
45 "object": "LayoutInline SPAN id='removeme'", 45 "object": "LayoutInline SPAN id='removeme'",
46 "reason": "layoutObject removal" 46 "reason": "layoutObject removal"
47 }, 47 },
48 { 48 {
49 "object": "LayoutBlockFlow HTML",
50 "reason": "selection"
51 },
52 {
53 "object": "LayoutBlockFlow BODY",
54 "reason": "selection"
55 },
56 {
57 "object": "LayoutBlockFlow DIV id='test'", 49 "object": "LayoutBlockFlow DIV id='test'",
58 "reason": "forced by layout" 50 "reason": "forced by layout"
59 }, 51 },
60 { 52 {
61 "object": "RootInlineBox", 53 "object": "RootInlineBox",
62 "reason": "forced by layout" 54 "reason": "forced by layout"
63 }, 55 },
64 { 56 {
65 "object": "LayoutText #text", 57 "object": "LayoutText #text",
66 "reason": "forced by layout" 58 "reason": "forced by layout"
(...skipping 14 matching lines...) Expand all
81 "object": "LayoutBR BR", 73 "object": "LayoutBR BR",
82 "reason": "forced by layout" 74 "reason": "forced by layout"
83 }, 75 },
84 { 76 {
85 "object": "InlineTextBox '\n'", 77 "object": "InlineTextBox '\n'",
86 "reason": "forced by layout" 78 "reason": "forced by layout"
87 } 79 }
88 ] 80 ]
89 } 81 }
90 82
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/mac/fast/repaint/selection-after-remove-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698