diff --git a/push-api/consume-transient-activation.https.html b/push-api/consume-transient-activation.https.html new file mode 100644 index 00000000000000..139d595c5499d9 --- /dev/null +++ b/push-api/consume-transient-activation.https.html @@ -0,0 +1,36 @@ + + +Test that transient activation is consumed + + + + + + + + diff --git a/push-api/resources/simple_sw.js b/push-api/resources/simple_sw.js new file mode 100644 index 00000000000000..a36af7e7d67404 --- /dev/null +++ b/push-api/resources/simple_sw.js @@ -0,0 +1,3 @@ +self.onpush = ( ) => { + // does nothing... +};