blob: a6a7dd88e528a946bab7af8afae7d0993e502d14 [file] [log] [blame]
Test for Bug: 105836 - computed value of float on positioned elements.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS getComputedStyle(document.getElementById("static")).float is "right"
PASS getComputedStyle(document.getElementById("absolute")).float is "none"
PASS getComputedStyle(document.getElementById("fixed")).float is "none"
PASS successfullyParsed is true
TEST COMPLETE