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

Side by Side Diff: LayoutTests/fast/repaint/background-size-auto-with-gradient-and-height-changes-expected.txt

Issue 263553005: Convert repaintRectsAsText callers to text-based-repaint.js (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase again Created 6 years, 7 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 This test verifies that gradient background gets repainted properly after child box height change. 1 (repaint rects
2 (rect 8 208 784 100)
3 (rect 8 208 784 300)
4 (rect 8 8 784 300)
5 (rect 8 8 784 500)
6 )
2 7
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS repaintRects.indexOf('500') is not -1
7 PASS successfullyParsed is true
8
9 TEST COMPLETE
10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698