Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / resources / reset-default-values-helper-1.html
blob04a5647169e84576160e69f247d95cedec3c467f
1 <!DOCTYPE html>
2 <script>
3 document.execCommand("DefaultParagraphSeparator", false, "p");
4 document.execCommand("StyleWithCSS", false, true);
5 location.href = "reset-default-values-helper-2.html";
6 </script>