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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/border-repaint-glitch-expected.txt

Issue 2423513002: Simplify incremental paint invalidation (Closed)
Patch Set: Update test and rebaseline layout tests Created 4 years, 2 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 DIV", 10 "object": "LayoutBlockFlow DIV",
11 "rect": [19, 401, 200, 24], 11 "rect": [19, 401, 200, 24],
12 "reason": "incremental" 12 "reason": "incremental"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow DIV", 15 "object": "LayoutBlockFlow DIV",
16 "rect": [19, 241, 200, 24], 16 "rect": [19, 241, 200, 24],
17 "reason": "incremental" 17 "reason": "incremental"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow DIV",
21 "rect": [19, 405, 200, 20],
22 "reason": "incremental"
23 },
24 {
25 "object": "LayoutBlockFlow DIV",
26 "rect": [19, 245, 200, 20],
27 "reason": "incremental"
28 },
29 {
30 "object": "LayoutBlockFlow DIV id='b'", 20 "object": "LayoutBlockFlow DIV id='b'",
31 "rect": [33, 391, 172, 20], 21 "rect": [33, 391, 172, 20],
32 "reason": "incremental" 22 "reason": "incremental"
33 }, 23 },
34 { 24 {
35 "object": "LayoutBlockFlow DIV id='a'", 25 "object": "LayoutBlockFlow DIV id='a'",
36 "rect": [33, 231, 172, 20], 26 "rect": [33, 231, 172, 20],
37 "reason": "incremental" 27 "reason": "incremental"
38 } 28 }
39 ] 29 ]
(...skipping 12 matching lines...) Expand all
52 "object": "LayoutBlockFlow DIV", 42 "object": "LayoutBlockFlow DIV",
53 "reason": "incremental" 43 "reason": "incremental"
54 }, 44 },
55 { 45 {
56 "object": "LayoutBlockFlow DIV id='b'", 46 "object": "LayoutBlockFlow DIV id='b'",
57 "reason": "incremental" 47 "reason": "incremental"
58 } 48 }
59 ] 49 ]
60 } 50 }
61 51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698