That's no moon. It's a crashtest!
git-svn-id: svn://10.0.0.236/trunk@241411 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
17
mozilla/layout/base/crashtests/372550-1.html
Normal file
17
mozilla/layout/base/crashtests/372550-1.html
Normal file
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user