1This 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
enne (OOO)
2014/04/30 01:08:14
This test and the other background-* one were just
This test and the other background-* one were just attempting to verify that 500
showed up in the output, which isn't particularly useful. I think the repaint
rects here are better.
Issue 263553005: Convert repaintRectsAsText callers to text-based-repaint.js
(Closed)
Created 6 years, 7 months ago by enne (OOO)
Modified 6 years, 7 months ago
Reviewers: ojan, abarth-chromium
Base URL: svn://svn.chromium.org/blink/trunk
Comments: 2