зеркало из https://github.com/mozilla/pjs.git
Holy crashtest, Batman!
This commit is contained in:
Родитель
a4b0390b25
Коммит
0d295b1cfc
|
@ -0,0 +1,25 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
||||
<style>
|
||||
body:first-letter { }
|
||||
body { display: inline; }
|
||||
</style>
|
||||
|
||||
<script>
|
||||
function foo()
|
||||
{
|
||||
document.getElementById("aa").style.display = "block";
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body onload="foo()">
|
||||
<input type="text" style="display: block;" />
|
||||
<span>Z</span>
|
||||
<span id="aa">A</span>
|
||||
<span style="display: block;">B</span>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -8,5 +8,6 @@ load 331204-1.html
|
|||
load 335140-1.html
|
||||
load 337419-1.html
|
||||
load 343540-1.html
|
||||
load 349095-1.xhtml
|
||||
load 379920-1.svg
|
||||
load 379920-1.svg
|
||||
|
|
Загрузка…
Ссылка в новой задаче