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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/fixed-table-overflow-expected.txt

Issue 1883513002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "bounds": [800, 2016], 2 "bounds": [800, 2016],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 2016], 5 "bounds": [800, 2016],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "paintInvalidations": [
9 [100, 100, 100, 100], 9 {
10 [100, 100, 100, 100], 10 "object": "LayoutBlockFlow (positioned) TD id='moveMe' class='fixed'",
11 [100, 100, 100, 100], 11 "rect": [100, 100, 100, 100],
12 [0, 100, 100, 100], 12 "reason": "location change"
13 [0, 100, 100, 100], 13 },
14 [0, 0, 200, 200], 14 {
15 [0, 0, 200, 200] 15 "object": "LayoutBlockFlow (relative positioned) DIV class='green'",
16 ], 16 "rect": [0, 100, 100, 100],
17 "paintInvalidationClients": [ 17 "reason": "layoutObject removal"
18 "LayoutBlockFlow (relative positioned) DIV class='green'", 18 },
19 "LayoutTableCell TD id='moveMe' class='fixed'", 19 {
20 "LayoutTable (positioned) TABLE", 20 "object": "LayoutBlockFlow (relative positioned) DIV class='green'",
21 "LayoutTableCell TD", 21 "rect": [0, 100, 100, 100],
22 "LayoutTableCell TD", 22 "reason": "location change"
23 "LayoutTableCell TD class='red'", 23 },
24 "LayoutTableCell (anonymous)", 24 {
25 "LayoutTableSection TBODY", 25 "object": "LayoutTable (positioned) TABLE",
26 "LayoutTableCell (anonymous)", 26 "rect": [0, 0, 200, 200],
27 "LayoutBlockFlow (positioned) TD id='moveMe' class='fixed'", 27 "reason": "style change"
28 "LayoutBlockFlow (relative positioned) DIV class='green'" 28 },
29 {
30 "object": "LayoutTableCell (anonymous)",
31 "rect": [0, 0, 0, 0],
32 "reason": "full"
33 },
34 {
35 "object": "LayoutTableCell (anonymous)",
36 "rect": [100, 100, 100, 100],
37 "reason": "location change"
38 },
39 {
40 "object": "LayoutTableCell TD",
41 "rect": [0, 0, 0, 0],
42 "reason": "full"
43 },
44 {
45 "object": "LayoutTableCell TD",
46 "rect": [0, 0, 0, 0],
47 "reason": "full"
48 },
49 {
50 "object": "LayoutTableCell TD class='red'",
51 "rect": [0, 0, 0, 0],
52 "reason": "full"
53 },
54 {
55 "object": "LayoutTableCell TD id='moveMe' class='fixed'",
56 "rect": [100, 100, 100, 100],
57 "reason": "layoutObject removal"
58 },
59 {
60 "object": "LayoutTableSection TBODY",
61 "rect": [0, 0, 200, 200],
62 "reason": "forced by layout"
63 }
29 ] 64 ]
30 } 65 }
31 ] 66 ]
32 } 67 }
33 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698