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

Side by Side Diff: LayoutTests/platform/win/fast/repaint/table-cell-move-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 8449 REGRESSION: Incomplete repaint of table cell that move d 1 BUG ID: Bugzilla bug 8449 REGRESSION: Incomplete repaint of table cell that move d
2 2
3 TEST PASS: There should be only a green square below the line, and no red. 3 TEST PASS: There should be only a green square below the line, and no red.
4 4
5 TEST FAIL: There will be a red square and a green rectangle. 5 TEST FAIL: There will be a red square and a green rectangle.
6 6
7 (GraphicsLayer 7 (repaint rects
8 (bounds 800.00 600.00) 8 (rect 8 146 61 60)
9 (children 1 9 (rect 8 146 61 180)
10 (GraphicsLayer 10 (rect 8 206 61 180)
11 (bounds 800.00 600.00) 11 (rect 8 326 61 60)
12 (contentsOpaque 1) 12 (rect 8 326 61 60)
13 (drawsContent 1)
14 (repaint rects
15 (rect 8.00 146.00 61.00 60.00)
16 (rect 8.00 146.00 61.00 180.00)
17 (rect 8.00 206.00 61.00 180.00)
18 (rect 8.00 326.00 61.00 60.00)
19 (rect 8.00 326.00 61.00 60.00)
20 )
21 )
22 )
23 ) 13 )
24 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698