зеркало из https://github.com/mozilla/gecko-dev.git
Add a crashtest
This commit is contained in:
Родитель
88e45bf74a
Коммит
3a7137bcc7
|
@ -0,0 +1,27 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
||||
<style>
|
||||
body, #tq { display: inline; }
|
||||
#tq { position: relative; }
|
||||
</style>
|
||||
|
||||
<style id="newstyle">
|
||||
</style>
|
||||
|
||||
<script>
|
||||
function foo()
|
||||
{
|
||||
document.getElementById("tq").style.position = "static";
|
||||
document.getElementById("newstyle").textContent = "*:first-letter { }";
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body onload="foo()">
|
||||
<table><tr><td>Table</td></tr></table>
|
||||
<div id="tq">Div</div>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -34,6 +34,7 @@ load 349095-1.xhtml
|
|||
load 350128-1.xhtml
|
||||
load 354766-1.xhtml
|
||||
load 354771-1.xul
|
||||
load 355989-1.xhtml
|
||||
load 355993-1.xhtml
|
||||
load 364427-1.html
|
||||
load 365909-1.xhtml
|
||||
|
|
Загрузка…
Ссылка в новой задаче