blob: 7eaaa1691e10f572af639c8d4009fb148ce72411 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Test that script can access its own renderer when executing
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS script.offsetWidth > 0 is true
PASS script.offsetWidth > 0 is true
PASS successfullyParsed is true
TEST COMPLETE
shouldBeTrue("script.offsetWidth > 0")
|