blob: 40a713e3f991a19df4d1569f138ebf727afa6351 [file] [log] [blame]
<!doctype html>
<html>
<body>
<script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script>
<script src="resources/model-document.js"></script>
<script>
model_document_test(async modelDocument => {
const model = modelDocument.querySelector("model");
assert_true(model.interactive);
}, "<model> in standalone document is interactive.");
</script>
</body>
</html>