Bug 1274050 - Add crashtest. r=me

This commit is contained in:
Jesse Schwartzentruber 2017-10-12 22:41:14 -04:00
Родитель cc54a93021
Коммит beb397098f
2 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,11 @@
<body>
<table contenteditable="true"></table>
</body>
<script>
window.onload = function() {
document.execCommand("useCSS", false, false);
document.designMode = 'on';
document.execCommand("insertunorderedlist", false);
document.execCommand("justifyfull", false);
};
</script>

Просмотреть файл

@ -69,6 +69,7 @@ load 1158651.html
load 1244894.xhtml
load 1264921.html
load 1272490.html
load 1274050.html
load 1317704.html
load 1317718.html
load 1324505.html