Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <script src="../../resources/testharness.js"></script> | |
|
yosin_UTC9
2015/08/19 07:10:32
We prefer having <!DOCTYPE html> to use strict mod
yoichio
2015/08/20 06:31:10
Done.
| |
| 2 <script src="../../resources/testharnessreport.js"></script> | |
| 3 <body contenteditable="true"> | |
|
yosin_UTC9
2015/08/19 07:10:32
Can we move contenteditable="true" to "table"?
Or,
yoichio
2015/08/20 06:31:10
Done.
| |
| 4 <div id="log"></div> | |
| 5 <table><tbody><tr><td> | |
| 6 <table ><tbody><tr><td > | |
| 7 <ol id="ol"><li >wwwzip<br><br></li><li><br></li><li>Run<br>wine</li></ ol> | |
| 8 </td></tr></tbody></table> | |
| 9 Fixed Width<div style="-webkit-user-select: none;"></div><div style="display : inline-block; border:solid ; "></div> | |
|
yosin_UTC9
2015/08/19 07:10:32
nit: we don't need to have spaces around ";".
yoichio
2015/08/20 06:31:10
Done.
| |
| 10 </td></tr></tbody></table> | |
| 11 <script> | |
| 12 test(function () { | |
| 13 getSelection().selectAllChildren(ol); | |
| 14 document.execCommand('insertOrderedList'); | |
| 15 }); | |
| 16 </script> | |
| 17 </body> | |
| OLD | NEW |