Lines Matching full:fail
63 applicationCache.onnoupdate = function() { log("FAIL: received unexpected noupdate event") }
64 applicationCache.oncached = function() { log("FAIL: received unexpected cached event") }
69 log("FAIL: Cannot load an URL from fallback namespace when network is enabled");
74 log("FAIL: Fallback resource wasn't used for a 404 response");
79 log("FAIL: Fallback resource wasn't used for a redirect to a resource with another origin");
91 log("FAIL: Fallback resource wasn't used for a 404 response (async)");
97 log("FAIL: Unexpected result for a 404 response (async)");
111 log("FAIL: Fallback resource wasn't used for a redirect to a resource with another origin (async)");
117 log("FAIL: Unexpected result for a redirect response (async)");
140 log("FAIL: Fallback URL was not honored for main resource");
151 log("FAIL: Cannot load an URL from fallback namespace when network is disabled");
154 log("FAIL: Loading an URL from fallback namespace when network is disabled returned unexpected response");
166 applicationCache.onupdateready = function() { log("FAIL: received unexpected updateready event") }
167 applicationCache.onerror = function() { log("FAIL: received unexpected error event") }