From bc91b2694072d90b102076740af06fa33f1acd82 Mon Sep 17 00:00:00 2001 From: "dslomov@google.com" Date: Mon, 19 Sep 2011 17:34:53 +0000 Subject: [PATCH] [Chromium] Rebaseline expectations due to r95402. * 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 | 6 ++++++ .../dom/navigator-detached-no-crash-expected.txt | 21 --------------------- 2 files changed, 6 insertions(+), 21 deletions(-) delete mode 100644 LayoutTests/platform/chromium-win-vista/fast/dom/navigator-detached-no-crash-expected.txt diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 5ef45a4..c39eee5 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,9 @@ +2011-09-19 Dmitry Lomov + + [Chromium] Rebaseline expectations due to r95402. + + * platform/chromium-win-vista/fast/dom/navigator-detached-no-crash-expected.txt: Removed. + 2011-09-19 Ilya Tikhonovsky 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 index 0afd509..0000000 --- a/LayoutTests/platform/chromium-win-vista/fast/dom/navigator-detached-no-crash-expected.txt +++ /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 - -- 2.7.4