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

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: Fix layout test crash Created 6 years, 1 month 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 [40, 148, 102, 102],
10 [40, 148, 102, 102],
11 [38, 146, 106, 106],
12 [38, 146, 106, 106],
13 [21, 129, 140, 140],
14 [21, 129, 140, 140],
15 [21, 129, 140, 140],
16 [21, 129, 140, 140],
Julien - ping for review 2014/11/22 02:35:04 That's a lot of invalidations when you *know* that
Xianzhu 2014/11/24 17:23:00 These are expected based on current table layout c
17 [8, 252, 784, 17]
Julien - ping for review 2014/11/22 02:35:04 That's a lot of invalidations when we *know* that
Xianzhu 2014/11/24 17:23:00 This is the overflow change of <BODY>. I can make
Xianzhu 2014/11/24 17:23:00 The overflow change also propagates to <BODY>.
18 ]
19 }
20 ]
21 }
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698