From 483c7426037d3192b3928e65601a9a410fff5323 Mon Sep 17 00:00:00 2001 From: Peter Van der Beken Date: Tue, 7 Jul 2009 15:20:13 +0200 Subject: [PATCH] Testcase for bug 502617 (Crash when logging in to Facebook [@ JS_GetClass]). --HG-- extra : rebase_source : 733bce16594367a7b22b4bd9ee42a9268a8eb405 --- dom/base/crashtests/502617.html | 13 +++++++++++++ dom/base/crashtests/crashtests.list | 1 + 2 files changed, 14 insertions(+) create mode 100644 dom/base/crashtests/502617.html diff --git a/dom/base/crashtests/502617.html b/dom/base/crashtests/502617.html new file mode 100644 index 00000000000..4d4487817fe --- /dev/null +++ b/dom/base/crashtests/502617.html @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/dom/base/crashtests/crashtests.list b/dom/base/crashtests/crashtests.list index c0f0d7527e3..bed46359d8f 100644 --- a/dom/base/crashtests/crashtests.list +++ b/dom/base/crashtests/crashtests.list @@ -16,3 +16,4 @@ load 404869-1.xul load 462947.html load 439206-1.html load 473284.xul +load 502617.html