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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt

Issue 2080783003: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "bounds": [808, 585], 3 "bounds": [808, 585],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [808, 585], 7 "bounds": [808, 585],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutTableCell TD", 12 "object": "LayoutTableCell TD",
11 "rect": [10, 73, 102, 99], 13 "rect": [10, 73, 102, 99],
12 "reason": "incremental" 14 "reason": "incremental"
13 }, 15 },
14 { 16 {
15 "object": "LayoutTableCell TD", 17 "object": "LayoutTableCell TD",
16 "rect": [12, 70, 100, 102], 18 "rect": [12, 70, 100, 102],
17 "reason": "incremental" 19 "reason": "incremental"
18 }, 20 },
19 { 21 {
20 "object": "LayoutBlockFlow (floating) DIV id='target'", 22 "object": "LayoutBlockFlow (floating) DIV id='target'",
21 "rect": [11, 71, 100, 100], 23 "rect": [11, 71, 100, 100],
22 "reason": "style change" 24 "reason": "style change"
23 }, 25 },
24 { 26 {
25 "object": "LayoutTableCell TD", 27 "object": "LayoutTableCell TD",
26 "rect": [114, 70, 2, 102], 28 "rect": [114, 70, 2, 102],
27 "reason": "bounds change" 29 "reason": "bounds change"
28 }, 30 },
29 { 31 {
30 "object": "LayoutTableCell TD", 32 "object": "LayoutTableCell TD",
31 "rect": [14, 70, 2, 3], 33 "rect": [14, 70, 2, 3],
32 "reason": "bounds change" 34 "reason": "bounds change"
33 },
34 {
35 "object": "LayoutBlockFlow DIV",
36 "reason": "bounds change"
37 },
38 {
39 "object": "LayoutBlockFlow DIV",
40 "reason": "bounds change"
41 },
42 {
43 "object": "LayoutBlockFlow DIV",
44 "reason": "bounds change"
45 } 35 }
46 ] 36 ]
47 } 37 }
38 ],
39 "objectPaintInvalidations": [
40 {
41 "object": "LayoutTableCell TD",
42 "reason": "incremental"
43 },
44 {
45 "object": "LayoutBlockFlow (floating) DIV id='target'",
46 "reason": "style change"
47 },
48 {
49 "object": "LayoutTableCell TD",
50 "reason": "bounds change"
51 },
52 {
53 "object": "LayoutBlockFlow DIV",
54 "reason": "bounds change"
55 },
56 {
57 "object": "LayoutBlockFlow DIV",
58 "reason": "bounds change"
59 },
60 {
61 "object": "LayoutBlockFlow DIV",
62 "reason": "bounds change"
63 }
48 ] 64 ]
49 } 65 }
50 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698