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

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

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) 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": [808, 585], 2 "bounds": [808, 585],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [808, 585], 5 "bounds": [808, 585],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow (floating) DIV id='target'", 10 "object": "LayoutTableCell TD",
11 "rect": [11, 75, 100, 100], 11 "rect": [10, 77, 102, 99],
12 "reason": "style change" 12 "reason": "incremental"
13 },
14 {
15 "object": "LayoutBlockFlow DIV",
16 "rect": [0, 0, 0, 0],
17 "reason": "location change"
18 },
19 {
20 "object": "LayoutBlockFlow DIV",
21 "rect": [0, 0, 0, 0],
22 "reason": "location change"
23 },
24 {
25 "object": "LayoutBlockFlow DIV",
26 "rect": [0, 0, 0, 0],
27 "reason": "location change"
28 }, 13 },
29 { 14 {
30 "object": "LayoutTableCell TD", 15 "object": "LayoutTableCell TD",
31 "rect": [12, 74, 100, 102], 16 "rect": [12, 74, 100, 102],
32 "reason": "incremental" 17 "reason": "incremental"
33 }, 18 },
34 { 19 {
20 "object": "LayoutBlockFlow (floating) DIV id='target'",
21 "rect": [11, 75, 100, 100],
22 "reason": "style change"
23 },
24 {
35 "object": "LayoutTableCell TD", 25 "object": "LayoutTableCell TD",
36 "rect": [10, 77, 102, 99], 26 "rect": [114, 74, 2, 102],
37 "reason": "incremental" 27 "reason": "location change"
38 }, 28 },
39 { 29 {
40 "object": "LayoutTableCell TD", 30 "object": "LayoutTableCell TD",
41 "rect": [14, 74, 2, 3], 31 "rect": [14, 74, 2, 3],
42 "reason": "location change" 32 "reason": "location change"
43 }, 33 },
44 { 34 {
45 "object": "LayoutTableCell TD", 35 "object": "LayoutBlockFlow DIV",
46 "rect": [114, 74, 2, 102], 36 "reason": "location change"
37 },
38 {
39 "object": "LayoutBlockFlow DIV",
40 "reason": "location change"
41 },
42 {
43 "object": "LayoutBlockFlow DIV",
47 "reason": "location change" 44 "reason": "location change"
48 } 45 }
49 ] 46 ]
50 } 47 }
51 ] 48 ]
52 } 49 }
53 50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698