4 <script src=
"../../resources/js-test.js"></script>
6 window
.jsTestIsAsync
= true;
7 window
.onmessage = function (e
) {
8 if (e
.origin
== location
.protocol
+ "//" + location
.host
) {
9 queryCommandValues
= JSON
.parse(e
.data
);
10 shouldBeEqualToString('queryCommandValues["DefaultParagraphSeparator"]', "div");
11 shouldBeEqualToString('queryCommandValues["StyleWithCSS"]', "false");
18 <iframe style=
"display: none" src=
"resources/reset-default-values-helper-1.html"></iframe>