Backed out changeset ea8744408e89 (bug 1324505)

MozReview-Commit-ID: ZX7rxfKI13
This commit is contained in:
Makoto Kato 2017-01-16 19:32:57 +09:00
Родитель a396fb9acd
Коммит 7530aa4e7d
2 изменённых файлов: 0 добавлений и 25 удалений

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

@ -1,24 +0,0 @@
<!DOCTYPE html>
<html>
<script>
addEventListener("DOMContentLoaded", function(){
let root = document.documentElement;
while(root.firstChild) {
root.removeChild(root.firstChild);
}
let o_0 = document.createElement("body");
root.appendChild(o_0);
o_0.appendChild(document.createElement("table"));
o_0.appendChild(document.createElement("canvas"));
let o_1 = document.createElement("canvas");
o_0.appendChild(o_1);
o_1.setAttribute("contenteditable", "true");
setTimeout(function(){
document.execCommand("selectAll", false, "Marker felt");
document.designMode = 'on';
document.execCommand("insertorderedlist", false, null);
document.execCommand("insertorderedlist", false, null);
}, 0);
});
</script>
</html>

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

@ -71,4 +71,3 @@ load 1264921.html
load 1272490.html
load 1317704.html
load 1317718.html
load 1324505.html