Changeset 295736 in webkit
- Timestamp:
- Jun 22, 2022, 10:23:25 AM (4 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
-
http/wpt/service-workers/update-service-worker.https.html (modified) (1 diff)
-
platform/wk2/TestExpectations (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/http/wpt/service-workers/update-service-worker.https.html
r271769 r295736 11 11 var iframe; 12 12 promise_test(async (test) => { 13 registration = await navigator.serviceWorker.getRegistration("resources ");13 registration = await navigator.serviceWorker.getRegistration("resources/"); 14 14 if (registration) 15 15 await registration.unregister(); 16 registration = await navigator.serviceWorker.register("resources/update-worker.py", { scope : "resources " });16 registration = await navigator.serviceWorker.register("resources/update-worker.py", { scope : "resources/" }); 17 17 activeWorker = registration.active; 18 18 if (activeWorker) -
trunk/LayoutTests/platform/wk2/TestExpectations
r295391 r295736 848 848 webkit.org/b/186406 compositing/iframes/display-none-subframe.html [ Pass Failure ] 849 849 850 webkit.org/b/187766 http/wpt/service-workers/update-service-worker.https.html [ Pass Failure Timeout ]851 852 850 # Newly imported test that is flaky on WebKit2 only. 853 851 imported/w3c/web-platform-tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/no_window_open_when_term_nesting_level_nonzero.window.html [ Pass Failure ]
Note:
See TracChangeset
for help on using the changeset viewer.