зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset ea8744408e89 (bug 1324505)
MozReview-Commit-ID: ZX7rxfKI13
This commit is contained in:
Родитель
a396fb9acd
Коммит
7530aa4e7d
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче