Source code
Revision control
Copy as Markdown
Other Tools
test(function() {
assert_equals(getComputedStyle(document.getElementById("test")).position,
"fixed");
});
test(function() {
assert_equals(getComputedStyle(document.getElementById("test")).position,
"fixed");
});