[Chromium] Rebaseline expectations due to r95402.
authordslomov@google.com <dslomov@google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 19 Sep 2011 17:34:53 +0000 (17:34 +0000)
committerdslomov@google.com <dslomov@google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 19 Sep 2011 17:34:53 +0000 (17:34 +0000)
* platform/chromium-win-vista/fast/dom/navigator-detached-no-crash-expected.txt: Removed.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@95438 268f45cc-cd09-0410-ab3c-d52691b4dbfc

LayoutTests/ChangeLog
LayoutTests/platform/chromium-win-vista/fast/dom/navigator-detached-no-crash-expected.txt [deleted file]

index 5ef45a4..c39eee5 100644 (file)
@@ -1,3 +1,9 @@
+2011-09-19  Dmitry Lomov  <dslomov@google.com>
+
+       [Chromium] Rebaseline expectations due to r95402.
+
+        * platform/chromium-win-vista/fast/dom/navigator-detached-no-crash-expected.txt: Removed.
+
 2011-09-19  Ilya Tikhonovsky  <loislo@chromium.org>
 
         Unreviewed skip inspector/timeline/timeline-animation-frame.html on win platform.
diff --git a/LayoutTests/platform/chromium-win-vista/fast/dom/navigator-detached-no-crash-expected.txt b/LayoutTests/platform/chromium-win-vista/fast/dom/navigator-detached-no-crash-expected.txt
deleted file mode 100644 (file)
index 0afd509..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-
-This tests that the navigator object of a deleted frame is disconnected properly. Accessing fields or methods shouldn't crash the browser. 
- Check Navigator
-navigator.appCodeName is OK
-navigator.appName is OK
-navigator.appVersion is OK
-navigator.cookieEnabled is OK
-navigator.getStorageUpdates() is OK
-navigator.javaEnabled() is OK
-navigator.language is OK
-navigator.mimeTypes is OK
-navigator.onLine is OK
-navigator.platform is OK
-navigator.plugins is OK
-navigator.product is OK
-navigator.productSub is OK
-navigator.registerProtocolHandler() threw err TypeError: Not enough arguments
-navigator.userAgent is OK
-navigator.vendor is OK
-navigator.vendorSub is OK
-