зеркало из https://github.com/mozilla/pjs.git
Add crashtest
This commit is contained in:
Родитель
b4e4859325
Коммит
ca028e1d06
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script type="text/javascript">
|
||||
|
||||
function boom()
|
||||
{
|
||||
var y = document.createTextNode('Y');
|
||||
document.body.insertBefore(y, document.getElementById("v").nextSibling);
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom();" style="-moz-column-count: 2; width: 10ch; letter-spacing: 1px; font-family: monospace;">
|
||||
<div style="background: lightblue; float: right; height: 14em; width: 1ch;" id="v"></div>a bcd<span>‫X</span>
|
||||
</body>
|
||||
</html>
|
|
@ -144,5 +144,6 @@ load 422283-1.html
|
|||
load 422301-1.html
|
||||
load 423055-1.html
|
||||
load 425253-1.html
|
||||
load 426272-1.html
|
||||
load 430352-1.html
|
||||
load 448903-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче