зеркало из https://github.com/mozilla/gecko-dev.git
What is this crashtest of which you speak?
This commit is contained in:
Родитель
68020cec16
Коммит
a6641edff1
|
@ -0,0 +1,31 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<style id="firstLetterSheet">
|
||||
.fl:first-letter { }
|
||||
</style>
|
||||
|
||||
<style id="emptySheet">
|
||||
</style>
|
||||
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
document.getElementById("firstLetterSheet").textContent = "";
|
||||
document.getElementById("emptySheet").textContent = ".aft:after { content: counter(chicken); }";
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body onload="boom()">
|
||||
|
||||
<div class="fl">Foo <span class="aft">Bar</span></div>
|
||||
|
||||
<p class="aft">Baz</p>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -16,5 +16,6 @@ load 364427-1.html
|
|||
load 366967-1.html
|
||||
load 372237-1.html
|
||||
load 372550-1.html
|
||||
load 379799-1.html
|
||||
load 379920-1.svg
|
||||
load 379920-2.svg
|
||||
|
|
Загрузка…
Ссылка в новой задаче