зеркало из https://github.com/mozilla/gecko-dev.git
That's no moon. It's a crashtest!
This commit is contained in:
Родитель
e1a482c562
Коммит
e8dc89a208
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
div#x::first-letter { color: blue; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="x">x</div>
|
||||
<script>
|
||||
document.body.offsetWidth;
|
||||
var div = document.getElementById("x");
|
||||
div.id = "y";
|
||||
div.removeChild(div.firstChild);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -15,5 +15,6 @@ load 350128-1.xhtml
|
|||
load 364427-1.html
|
||||
load 366967-1.html
|
||||
load 372237-1.html
|
||||
load 372550-1.html
|
||||
load 379920-1.svg
|
||||
load 379920-1.svg
|
||||
load 379920-2.svg
|
||||
|
|
Загрузка…
Ссылка в новой задаче