summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/check-style-sheet.js
blob: cbab154f5ae794ca2baccfa37ff4621cb87a4796 (plain)
1
2
3
4
test(function() {
  assert_equals(getComputedStyle(document.getElementById("test")).position,
                "fixed");
});