From 57765523fdb1868ad69ee4dbee3ad1c27c97e700 Mon Sep 17 00:00:00 2001 From: Serge Gautherie Date: Thu, 24 Sep 2009 18:57:47 -0700 Subject: [PATCH] Bug 396392 - Support for getClientRects and getBoundingClientRect in DOM Range; (Bv1) Disable test (which fails on MacOSX, Windows) --- content/base/test/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/base/test/Makefile.in b/content/base/test/Makefile.in index bed878d62630..aa7c8295d6eb 100644 --- a/content/base/test/Makefile.in +++ b/content/base/test/Makefile.in @@ -314,6 +314,10 @@ _TEST_FILES = test_bug5141.html \ test_range_bounds.html \ test_bug514487.html \ $(NULL) + +# Disabled; see bug 396392: fails on MacOSX, Windows. +# test_range_bounds.html \ + # Disabled; see bug 492181 # test_plugin_freezing.html