5 will-change: transform;
10 Test passes if it does not CRASH in debug.
11 Note, this test does not have a DOCTYPE as the failure does not
12 reproduce with a DOCTYPE.
16 if (window
.testRunner
)
17 testRunner
.dumpAsText();
19 document
.execCommand("selectAll");
20 document
.designMode
= "On";
21 document
.execCommand("italic")