chromium/third_party/blink/web_tests/external/wpt/html/semantics/scripting-1/the-script-element/execution-timing/scripts/check-style-sheet.js

test(function() {
  assert_equals(getComputedStyle(document.getElementById("test")).position,
                "fixed");
});