зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1725850 - part 4: Port editor/libeditor/crashtests/402172-1.html to WPT r=saschanaz
Differential Revision: https://phabricator.services.mozilla.com/D124849
This commit is contained in:
Родитель
74249e5767
Коммит
efe248d8b3
|
@ -1,5 +1,4 @@
|
|||
load 336081-1.xhtml
|
||||
load 402172-1.html
|
||||
load 403965-1.xhtml
|
||||
load 407074-1.html
|
||||
load 407079-1.html
|
||||
|
|
|
@ -1,16 +1,14 @@
|
|||
<html>
|
||||
<head>
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
document.getElementById("div").contentEditable = "true";
|
||||
document.getElementById("div").focus();
|
||||
document.getElementById("div").contentEditable = "false";
|
||||
|
||||
|
||||
document.getElementById("table").contentEditable = "true";
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
Загрузка…
Ссылка в новой задаче