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

Side by Side Diff: LayoutTests/platform/mac/fast/repaint/table-extra-bottom-grow-expected.txt

Issue 250803011: Revert FCM text-based-repaint change and rebaselines (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Too many 500 errors Created 6 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 | Annotate | Revision Log
OLDNEW
1 BUG ID: Bugzilla bug 6769 REGRESSION: Incomplete repaint when a cell's extra bot tom margin grows 1 BUG ID: Bugzilla bug 6769 REGRESSION: Incomplete repaint when a cell's extra bot tom margin grows
2 2
3 TEST PASS: There should be only a green square below, and no red. 3 TEST PASS: There should be only a green square below, and no red.
4 4
5 TEST FAIL: The lower-right quarter of the square will be red. 5 TEST FAIL: The lower-right quarter of the square will be red.
6 6
7 (GraphicsLayer 7 (repaint rects
8 (bounds 800.00 600.00) 8 (rect 58 130 50 100)
9 (children 1
10 (GraphicsLayer
11 (bounds 800.00 600.00)
12 (contentsOpaque 1)
13 (drawsContent 1)
14 (repaint rects
15 (rect 58.00 130.00 50.00 100.00)
16 )
17 )
18 )
19 ) 9 )
20 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698