зеркало из https://github.com/mozilla/pjs.git
Add crashtest
This commit is contained in:
Родитель
d2228d0160
Коммит
58097b525f
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<style type="text/css">
|
||||
#div:first-letter { float: left; color: lightgreen; }
|
||||
</style>
|
||||
|
||||
<script type="text/javascript">
|
||||
function boom()
|
||||
{
|
||||
document.getElementById("div").className = "anything";
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom()">
|
||||
|
||||
<div id="div"><span style="color: magenta">Foo</span> bar</div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -64,6 +64,7 @@ load 382204-1.html
|
|||
load 383806-1.xhtml
|
||||
load 385866-1.xhtml
|
||||
load 385880-1.xhtml
|
||||
load 388715-1.html
|
||||
load 390976-1.html
|
||||
load 393661-1.html
|
||||
load 393801-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче