summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/editing/execCommand/format-block-at-root-expected.txt
blob: bd83f5fdc38c9cd33b2d3606a2cf8670803712b3 (plain)
1
2
3
* { display: table; }
Test passes if it does not crash. 
if (window.testRunner) testRunner.dumpAsText(); document.designMode = "on"; range = document.createRange(); range.selectNodeContents(document.body); window.getSelection().addRange(range); document.execCommand("FormatBlock", false, "h1");