зеркало из https://github.com/mozilla/pjs.git
Add crashtest
This commit is contained in:
Родитель
9214713b4b
Коммит
c3b3d88f54
|
@ -0,0 +1,13 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
onload="setTimeout(function() { document.getElementById('focc').style.overflow = 'scroll'; setTimeout(function() { location.reload(); }, 200); }, 200);">
|
||||
|
||||
<g id="focc">
|
||||
<foreignObject width="500" height="500" id="fo" x="20" y="20">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml">
|
||||
<select><option>Reload to see some assertions</option></select>
|
||||
</div>
|
||||
</foreignObject>
|
||||
</g>
|
||||
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 501 B |
|
@ -0,0 +1,21 @@
|
|||
<html class="reftest-wait">
|
||||
<head>
|
||||
<script type="text/javascript">
|
||||
|
||||
var childLoads = 0;
|
||||
function inc()
|
||||
{
|
||||
++childLoads;
|
||||
if (childLoads >= 2)
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<iframe src="366271-1-frame.svg" onload="inc();"></iframe>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -47,6 +47,7 @@ load 364427-1.html
|
|||
load 365909-1.xhtml
|
||||
load 365909-2.xhtml
|
||||
load 366128-1.xhtml
|
||||
load 366271-1.html
|
||||
load 366967-1.html
|
||||
load 367015-1.html
|
||||
load 367243-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче