Commit b474c970 authored by nhiroki@chromium.org's avatar nhiroki@chromium.org

ServiceWorker: Remove unnecessary NeedsRebaseline for fetch-event.html

BUG=388375,401381
TBR=nhiroki@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/642933008

git-svn-id: svn://svn.chromium.org/blink/trunk@183640 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent baaf562c
......@@ -1306,6 +1306,7 @@ crbug.com/396851 [ Lion ] inspector/console/console-stack-overflow.html [ Timeou
crbug.com/397244 [ Snowleopard Debug ] inspector/elements/edit-dom-actions.html [ Crash ]
crbug.com/401377 [ Win Release ] http/tests/serviceworker/fetch-mixed-content.html [ Pass Timeout ]
crbug.com/401380 inspector/elements/styles/styles-should-not-force-sync-style-recalc.html [ Pass Failure ]
crbug.com/401381 [ Win ] http/tests/serviceworker/fetch-event.html [ Pass Failure Timeout ]
crbug.com/418864 [ Win ] http/tests/serviceworker/chromium/registration-stress.html [ Pass Timeout ]
crbug.com/418868 [ XP ] http/tests/serviceworker/ready.html [ Pass Timeout ]
crbug.com/418869 [ Win ] http/tests/serviceworker/register-same-scope-different-script-url.html [ Pass Timeout ]
......@@ -1457,6 +1458,4 @@ crbug.com/422199 ietestcenter/Javascript/15.2.3.14-1-3.html [ NeedsManualRebasel
crbug.com/422278 [ XP ] http/tests/serviceworker/fetch-canvas-tainting.html [ Pass Timeout ]
crbug.com/422278 [ XP ] http/tests/serviceworker/fetch-cors-xhr.html [ Pass Timeout ]
crbug.com/388375 http/tests/serviceworker/fetch-event.html [ NeedsManualRebaseline ]
crbug.com/422846 [ Linux ] fast/text/shaping/same-script-different-lang.html [ Pass Failure ]
This is a testharness.js-based test.
PASS Service Worker responds to fetch event with string
PASS Service Worker responds to fetch event with blob body
PASS Service Worker responds to fetch event with the referrer URL
TIMEOUT Service Worker does not respond to fetch event Test timed out
PASS Service Worker responds to fetch event with null response body
TIMEOUT Service Worker fetches other file in fetch event Test timed out
PASS Service Worker responds to fetch event with POST form
TIMEOUT Multiple calls of respondWith must throw InvalidStateErrors Test timed out
Harness: the test ran to completion.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment