Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / serviceworker / resources / fetch-cors-xhr-iframe.html
index 0207428..f9c2e18 100644 (file)
@@ -42,6 +42,12 @@ window.addEventListener('message', function(evt) {
             false);
         })
       .then(function() {
+          return create_failure_test_promise('./dummy?reject', false);
+        })
+      .then(function() {
+          return create_failure_test_promise('./dummy?resolve-null', false);
+        })
+      .then(function() {
           return create_success_test_promise(
             './dummy?url=' +
              encodeURIComponent(host_info['HTTP_ORIGIN'] + path),