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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/selection/invalidation-rect-includes-newline-for-rtl-expected.txt

Issue 2217813005: Auto-rebaseline for r409965 (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
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 13 matching lines...) Expand all
24 { 24 {
25 "object": "LayoutBlockFlow BODY", 25 "object": "LayoutBlockFlow BODY",
26 "reason": "selection" 26 "reason": "selection"
27 }, 27 },
28 { 28 {
29 "object": "LayoutBlockFlow DIV id='container'", 29 "object": "LayoutBlockFlow DIV id='container'",
30 "reason": "selection" 30 "reason": "selection"
31 }, 31 },
32 { 32 {
33 "object": "LayoutText #text", 33 "object": "LayoutText #text",
34 "reason": "selection"
35 },
36 {
37 "object": "InlineTextBox 'xx'",
38 "reason": "selection"
39 },
40 {
41 "object": "InlineTextBox 'y'",
42 "reason": "selection"
43 },
44 {
45 "object": "LayoutText #text",
46 "reason": "bounds change" 34 "reason": "bounds change"
47 }, 35 },
48 { 36 {
49 "object": "InlineTextBox 'xx'", 37 "object": "InlineTextBox 'xx'",
50 "reason": "bounds change" 38 "reason": "bounds change"
51 }, 39 },
52 { 40 {
53 "object": "InlineTextBox 'y'", 41 "object": "InlineTextBox 'y'",
54 "reason": "bounds change" 42 "reason": "bounds change"
55 } 43 }
56 ] 44 ]
57 } 45 }
58 46
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698