Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / notifications / notifications-constructor-request-permission.html
index 0ead09f..5940909 100644 (file)
@@ -27,7 +27,7 @@
             // has been set yet.
             Notification.requestPermission(function (localResult) {
                 result = localResult;
-                shouldBeEqualToString("result", "default");
+                shouldBeEqualToString("result", "denied");
 
                 if (!window.testRunner) {
                     testPassed("The remainder of this test requires the TestRunner.");