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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/border-collapsing/border-collapse-change-collapse-to-separate-expected.txt

Issue 2081773002: 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": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutTable TABLE id='table'", 12 "object": "LayoutTable TABLE id='table'",
11 "rect": [8, 8, 220, 112], 13 "rect": [8, 8, 220, 112],
12 "reason": "style change" 14 "reason": "style change"
13 }, 15 },
14 { 16 {
(...skipping 26 matching lines...) Expand all
41 "rect": [8, 8, 107, 108], 43 "rect": [8, 8, 107, 108],
42 "reason": "style change" 44 "reason": "style change"
43 }, 45 },
44 { 46 {
45 "object": "LayoutTableCell TD", 47 "object": "LayoutTableCell TD",
46 "rect": [10, 10, 106, 108], 48 "rect": [10, 10, 106, 108],
47 "reason": "style change" 49 "reason": "style change"
48 } 50 }
49 ] 51 ]
50 } 52 }
53 ],
54 "objectPaintInvalidations": [
55 {
56 "object": "LayoutTable TABLE id='table'",
57 "reason": "style change"
58 },
59 {
60 "object": "LayoutTableSection TBODY",
61 "reason": "style change"
62 },
63 {
64 "object": "LayoutTableRow TR",
65 "reason": "style change"
66 },
67 {
68 "object": "LayoutTableCell TD",
69 "reason": "style change"
70 },
71 {
72 "object": "LayoutTableCell TD",
73 "reason": "style change"
74 }
51 ] 75 ]
52 } 76 }
53 77
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698