Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Side by Side Diff: LayoutTests/http/tests/serviceworker/resources/fetch-event-client-attribute-test-worker.js

Issue 1102363002: Add Client Attribute to FetchEvent- Blink Side. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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 });
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698