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