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

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

Issue 2643723009: Revert of Remove obsolete code that invalidates document element on LayoutView resize (patchset #3 … (Closed)
Patch Set: Created 3 years, 11 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 {
10 "object": "LayoutBlockFlow DIV id='to-be-changed'", 15 "object": "LayoutBlockFlow DIV id='to-be-changed'",
11 "rect": [18, 128, 269, 36], 16 "rect": [18, 128, 269, 36],
12 "reason": "full" 17 "reason": "full"
13 }, 18 },
14 { 19 {
15 "object": "LayoutText #text", 20 "object": "LayoutText #text",
16 "rect": [18, 128, 256, 36], 21 "rect": [18, 128, 256, 36],
17 "reason": "layoutObject removal" 22 "reason": "layoutObject removal"
18 }, 23 },
19 { 24 {
(...skipping 12 matching lines...) Expand all
32 "objectPaintInvalidations": [ 37 "objectPaintInvalidations": [
33 { 38 {
34 "object": "LayoutText #text", 39 "object": "LayoutText #text",
35 "reason": "layoutObject removal" 40 "reason": "layoutObject removal"
36 }, 41 },
37 { 42 {
38 "object": "VerticalScrollbar", 43 "object": "VerticalScrollbar",
39 "reason": "scroll" 44 "reason": "scroll"
40 }, 45 },
41 { 46 {
47 "object": "LayoutBlockFlow HTML",
48 "reason": "forced by layout"
49 },
50 {
42 "object": "LayoutBlockFlow DIV id='to-be-changed'", 51 "object": "LayoutBlockFlow DIV id='to-be-changed'",
43 "reason": "full" 52 "reason": "full"
44 }, 53 },
45 { 54 {
46 "object": "RootInlineBox", 55 "object": "RootInlineBox",
47 "reason": "full" 56 "reason": "full"
48 }, 57 },
49 { 58 {
50 "object": "LayoutText #text", 59 "object": "LayoutText #text",
51 "reason": "layoutObject insertion" 60 "reason": "layoutObject insertion"
52 }, 61 },
53 { 62 {
54 "object": "InlineTextBox 'After change'", 63 "object": "InlineTextBox 'After change'",
55 "reason": "layoutObject insertion" 64 "reason": "layoutObject insertion"
56 } 65 }
57 ] 66 ]
58 } 67 }
59 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698