Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 self.addEventListener('fetch', function(event) { | |
| 2 event.respondWith(new Response((event.client.frameType).toString())); | |
|
jsbell
2015/05/05 17:45:42
The only assertion in the test is looking at data.
Paritosh Kumar
2015/05/06 11:42:36
We are using an assertion in promise_test as:
asse
jsbell
2015/05/06 16:21:26
Got it, thanks for the explanation! I was looking
| |
| 3 }); | |
| OLD | NEW |