blob: cbab154f5ae794ca2baccfa37ff4621cb87a4796 [file] [log] [blame]
test(function() {
assert_equals(getComputedStyle(document.getElementById("test")).position,
"fixed");
});