blob: 2da5a4c77483f07eaf14618c5260a9175ed298b5 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../../resources/js-test-pre.js"></script>
<script>
window.jsTestIsAsync = true;
window.onmessage = function (e) {
if (e.origin == location.protocol + "//" + location.host) {
queryCommandValues = JSON.parse(e.data);
shouldBeEqualToString('queryCommandValues["DefaultParagraphSeparator"]', "div");
shouldBeEqualToString('queryCommandValues["StyleWithCSS"]', "false");
finishJSTest();
}
}
</script>
</head>
<body>
<iframe style="display: none" src="resources/reset-default-values-helper-1.html"></iframe>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>