Title: [95402] trunk/LayoutTests
Revision
95402
Author
[email protected]
Date
2011-09-18 23:50:06 -0700 (Sun, 18 Sep 2011)

Log Message

Rebaseline navigator test for chromium-win-vista.
https://bugs.webkit.org/show_bug.cgi?id=68334

Unreviewed. Rebaseline for navigator-detached-no-crash.


* platform/chromium-win-vista/fast/dom/navigator-detached-no-crash-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (95401 => 95402)


--- trunk/LayoutTests/ChangeLog	2011-09-19 05:34:39 UTC (rev 95401)
+++ trunk/LayoutTests/ChangeLog	2011-09-19 06:50:06 UTC (rev 95402)
@@ -1,3 +1,12 @@
+2011-09-18  James Kozianski  <[email protected]>
+
+        Rebaseline navigator test for chromium-win-vista.
+        https://bugs.webkit.org/show_bug.cgi?id=68334
+
+        Unreviewed. Rebaseline for navigator-detached-no-crash.
+
+        * platform/chromium-win-vista/fast/dom/navigator-detached-no-crash-expected.txt: Added.
+
 2011-09-18  Dan Bernstein  <[email protected]>
 
         <rdar://problem/7860281> Decomposed text is displayed incorrectly when Verdana is specified

Added: trunk/LayoutTests/platform/chromium-win-vista/fast/dom/navigator-detached-no-crash-expected.txt (0 => 95402)


--- trunk/LayoutTests/platform/chromium-win-vista/fast/dom/navigator-detached-no-crash-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium-win-vista/fast/dom/navigator-detached-no-crash-expected.txt	2011-09-19 06:50:06 UTC (rev 95402)
@@ -0,0 +1,21 @@
+
+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
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to