blob: bf8bff3121097e341c0225df1a602da95f9a6e54 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="../../../resources/js-test-pre.js"></script>
</head>
<body>
<script>
description("Tests the behavior of document.scrollingElement in standards mode.");
debug("In standards mode the scrolling element is supposed to be `HTML`");
shouldBe("document.scrollingElement", "document.documentElement");
</script>
<script src="../../../resources/js-test-post.js"></script>
</body>
</html>