chromium/third_party/blink/web_tests/external/wpt/html/rendering/the-css-user-agent-style-sheet-and-presentational-hints/body-bgcolor-attribute-change.html

<!doctype html>
<link rel="help" href="https://html.spec.whatwg.org/multipage/obsolete.html#attr-body-bgcolor">
<link rel="match" href="body-bgcolor-attribute-change-ref.html">
<body bgcolor="yellow">
  Passes if the background is green.
</body>
<script>
  document.body.offsetTop;
  document.body.setAttribute("bgcolor", "green");
</script>