mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 10:40:12 +00:00
Testcase for bug 502617 (Crash when logging in to Facebook [@ JS_GetClass]).
--HG-- extra : rebase_source : 733bce16594367a7b22b4bd9ee42a9268a8eb405
This commit is contained in:
parent
61b2a683a1
commit
097e66db6f
13
dom/base/crashtests/502617.html
Normal file
13
dom/base/crashtests/502617.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script type="text/javascript">
|
||||
|
||||
var a = {};
|
||||
a instanceof HTMLImageElement;
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body></body>
|
||||
</html>
|
@ -16,3 +16,4 @@ load 404869-1.xul
|
||||
load 462947.html
|
||||
load 439206-1.html
|
||||
load 473284.xul
|
||||
load 502617.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user