Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / position-absolute-float-expected.txt
bloba6a7dd88e528a946bab7af8afae7d0993e502d14
1 Test for Bug: 105836 - computed value of float on positioned elements.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS getComputedStyle(document.getElementById("static")).float is "right"
7 PASS getComputedStyle(document.getElementById("absolute")).float is "none"
8 PASS getComputedStyle(document.getElementById("fixed")).float is "none"
9 PASS successfullyParsed is true
11 TEST COMPLETE