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

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

Issue 2699463004: Fix gradient background invalidation when HTML size changes (Closed)
Patch Set: - Created 3 years, 10 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow HTML",
11 "rect": [10, 102, 285, 400],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutBlockFlow DIV id='to-be-changed'", 10 "object": "LayoutBlockFlow DIV id='to-be-changed'",
16 "rect": [18, 130, 269, 40], 11 "rect": [18, 130, 269, 40],
17 "reason": "full" 12 "reason": "full"
18 }, 13 },
19 { 14 {
20 "object": "LayoutText #text", 15 "object": "LayoutText #text",
21 "rect": [18, 130, 235, 39], 16 "rect": [18, 130, 235, 39],
22 "reason": "layoutObject removal" 17 "reason": "layoutObject removal"
23 }, 18 },
24 { 19 {
(...skipping 12 matching lines...) Expand all
37 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
38 { 33 {
39 "object": "LayoutText #text", 34 "object": "LayoutText #text",
40 "reason": "layoutObject removal" 35 "reason": "layoutObject removal"
41 }, 36 },
42 { 37 {
43 "object": "VerticalScrollbar", 38 "object": "VerticalScrollbar",
44 "reason": "scroll" 39 "reason": "scroll"
45 }, 40 },
46 { 41 {
47 "object": "LayoutBlockFlow HTML",
48 "reason": "forced by layout"
49 },
50 {
51 "object": "LayoutBlockFlow DIV id='to-be-changed'", 42 "object": "LayoutBlockFlow DIV id='to-be-changed'",
52 "reason": "full" 43 "reason": "full"
53 }, 44 },
54 { 45 {
55 "object": "RootInlineBox", 46 "object": "RootInlineBox",
56 "reason": "full" 47 "reason": "full"
57 }, 48 },
58 { 49 {
59 "object": "LayoutText #text", 50 "object": "LayoutText #text",
60 "reason": "layoutObject insertion" 51 "reason": "layoutObject insertion"
61 }, 52 },
62 { 53 {
63 "object": "InlineTextBox 'After change'", 54 "object": "InlineTextBox 'After change'",
64 "reason": "layoutObject insertion" 55 "reason": "layoutObject insertion"
65 } 56 }
66 ] 57 ]
67 } 58 }
68 59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698