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

Side by Side Diff: LayoutTests/fast/table/outline-change-in-table-cell-expected.txt

Issue 744493002: Let RenderTable reach table cells needing overflow recalc (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Avoid O(rows*cols) Created 6 years 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "repaintRects": [
9 [60, 168, 102, 102],
10 [60, 168, 102, 102],
11 [58, 166, 106, 106],
12 [58, 166, 106, 106],
13 [41, 149, 140, 140],
14 [41, 149, 140, 140],
15 [41, 149, 140, 140],
16 [41, 149, 140, 140],
17 [8, 272, 784, 17]
Xianzhu 2014/11/24 23:03:28 The above invalidation is caused by crbug.com/4361
18 ]
19 }
20 ]
21 }
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698