blob: 90ab80e553dfbf3288f8abca3ed5b1a0adccfe25 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../../resources/js-test-pre.js"></script>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
}
var succeeded = false;
var successfullyParsed = false;
window.onload = function() {
shouldBe("succeeded", "true");
isSuccessfullyParsed();
};
</script>
</head>
<body>
<p id="description"></p>
<iframe id="frame" src="resources/iframe-content-rtl.html" style="width: 100vw; height: 100vh"></iframe>
<script>
description("Verify that the iframe propery parses snap-point settings.");
</script>
</body>
</html>