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:
Masayuki Nakano 2021-09-10 13:09:39 +00:00
Родитель 74249e5767
Коммит efe248d8b3
2 изменённых файлов: 1 добавлений и 4 удалений

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

@ -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>