blob: b5242a98be3a786a111f39420afd9156276d7ddf [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ experimental:CSSOMViewSmoothScrollingEnabled=false ] -->
<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
if ("scrollBehavior" in document.documentElement.style)
document.write("Fail test scrollBehavior should be invalidate if CSSOMViewSmoothScrollingEnabled is disabled.");
else
document.write("Pass test scrollBehavior should be invalidate if CSSOMViewSmoothScrollingEnabled is disabled.");
</script>
</head>
</html>