blob: 990f63087b1fbffea7ab0c0a35f354bd1754d2c8 [file] [log] [blame]
unittest-suite-wait-for-done
TestRenderView enabled
PAINT FOR FRAME #1 ----------------------------------------------
1 | TestPaintingCanvas() constructor: 800.0 x 600.0
1 | paintChild RenderViewport at Point(0.0, 0.0)
1 | | TestPaintingCanvas() constructor: 800.0 x 600.0
1 | | save
1 | | clipRect(Rect.fromLTRB(0.0, 0.0, 800.0, 600.0))
1 | | paintChild RenderDecoratedBox at Point(0.0, 10.0)
1 | | | TestPaintingCanvas() constructor: 800.0 x 600.0
1 | | | drawRect(Rect.fromLTRB(0.0, 10.0, 800.0, 110.0), Paint(color:Color(0xffff0000)))
1 | | | paintChild RenderConstrainedBox at Point(0.0, 10.0)
1 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
1 | | restore
------------------------------------------------------------------------
PASS: Should be able to hit with negative scroll offset
All 1 tests passed.
unittest-suite-success
DONE