Changeset 225838 in webkit


Ignore:
Timestamp:
Dec 12, 2017 8:47:23 PM (6 years ago)
Author:
Chris Dumez
Message:

Re-sync imported/w3c/web-platform-tests/service-workers/service-worker/interfaces-sw.https.html
https://bugs.webkit.org/show_bug.cgi?id=180698

Reviewed by Alex Christensen.

Re-sync imported/w3c/web-platform-tests/service-workers/service-worker/interfaces-sw.https.html
after https://github.com/w3c/web-platform-tests/pull/8622.

  • web-platform-tests/service-workers/service-worker/interfaces-sw.https-expected.txt:
  • web-platform-tests/service-workers/service-worker/resources/interfaces-worker.sub.js:
Location:
trunk/LayoutTests/imported/w3c
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r225809 r225838  
     12017-12-12  Chris Dumez  <cdumez@apple.com>
     2
     3        Re-sync imported/w3c/web-platform-tests/service-workers/service-worker/interfaces-sw.https.html
     4        https://bugs.webkit.org/show_bug.cgi?id=180698
     5
     6        Reviewed by Alex Christensen.
     7
     8        Re-sync imported/w3c/web-platform-tests/service-workers/service-worker/interfaces-sw.https.html
     9        after https://github.com/w3c/web-platform-tests/pull/8622.
     10
     11        * web-platform-tests/service-workers/service-worker/interfaces-sw.https-expected.txt:
     12        * web-platform-tests/service-workers/service-worker/resources/interfaces-worker.sub.js:
     13
    1142017-12-12  Youenn Fablet  <youenn@apple.com>
    215
  • trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/interfaces-sw.https-expected.txt

    r225718 r225838  
    22PASS Interfaces and attributes in ServiceWorkerGlobalScope
    33PASS test setup (cache creation)
    4 FAIL Event constructors assert_equals: Default FetchEvent.clientId should be null expected (object) null but got (string) ""
     4FAIL Event constructors assert_equals: Default FetchEvent.isReload should be false expected (boolean) false but got (undefined) undefined
    55PASS xhr is not exposed
    66PASS ServiceWorkerGlobalScope interface: existence and properties of interface object
  • trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/resources/interfaces-worker.sub.js

    r224730 r225838  
    5656    assert_equals(
    5757      new FetchEvent('FetchEvent', {request: req}).clientId,
    58       null, 'Default FetchEvent.clientId should be null');
     58      '', 'Default FetchEvent.clientId should be the empty string');
    5959    assert_equals(
    6060      new FetchEvent('FetchEvent', {request: req}).isReload,
Note: See TracChangeset for help on using the changeset viewer.