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

Issue 1138223002: Layout Tests for client attribute of Fetchvent (Closed)

Created:
5 years, 7 months ago by Paritosh Kumar
Modified:
5 years, 5 months ago
Reviewers:
falken, jsbell
CC:
blink-reviews, michaeln, jsbell+serviceworker_chromium.org, kenjibaheux+watch_chromium.org, tzik, serviceworker-reviews, nhiroki, falken, kinuko+serviceworker, horo+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Layout Tests for client attribute of Fetchvent Intent to Implement and Ship Link: https://groups.google.com/a/chromium.org/forum/#!searchin/blink-dev/fetchevent/blink-dev/naYY_V77Amo/zd4v_jwWlvsJ [PATCH 1]: Blink Side: https://codereview.chromium.org/1102363002/ [Patch 2]: Chromium Side: https://codereview.chromium.org/1108273002/ [Patch 3]: Layout Tests: This Patch. BUG=470036

Patch Set 1 #

Patch Set 2 : #

Total comments: 3

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -1 line) Patch
A LayoutTests/http/tests/serviceworker/fetch-event-client-attribute.html View 1 2 1 chunk +25 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/serviceworker/resources/fetch-event-client-attribute-test-worker.js View 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/resources/interfaces-worker.js View 1 2 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 6 (1 generated)
Paritosh Kumar
Now tests are here please have a look. https://codereview.chromium.org/1138223002/diff/20001/LayoutTests/http/tests/serviceworker/fetch-event-client-attribute.html File LayoutTests/http/tests/serviceworker/fetch-event-client-attribute.html (right): https://codereview.chromium.org/1138223002/diff/20001/LayoutTests/http/tests/serviceworker/fetch-event-client-attribute.html#newcode18 LayoutTests/http/tests/serviceworker/fetch-event-client-attribute.html:18: 'nested', ...
5 years, 7 months ago (2015-05-12 12:20:43 UTC) #2
jsbell
lgtm
5 years, 7 months ago (2015-05-12 16:42:47 UTC) #3
falken
lgtm https://codereview.chromium.org/1138223002/diff/20001/LayoutTests/http/tests/serviceworker/fetch-event-client-attribute.html File LayoutTests/http/tests/serviceworker/fetch-event-client-attribute.html (right): https://codereview.chromium.org/1138223002/diff/20001/LayoutTests/http/tests/serviceworker/fetch-event-client-attribute.html#newcode18 LayoutTests/http/tests/serviceworker/fetch-event-client-attribute.html:18: 'nested', 'frameType for frame should be nested'); nit: ...
5 years, 7 months ago (2015-05-15 04:41:25 UTC) #4
Paritosh Kumar
Thanks falken https://codereview.chromium.org/1138223002/diff/20001/LayoutTests/http/tests/serviceworker/fetch-event-client-attribute.html File LayoutTests/http/tests/serviceworker/fetch-event-client-attribute.html (right): https://codereview.chromium.org/1138223002/diff/20001/LayoutTests/http/tests/serviceworker/fetch-event-client-attribute.html#newcode18 LayoutTests/http/tests/serviceworker/fetch-event-client-attribute.html:18: 'nested', 'frameType for frame should be nested'); ...
5 years, 7 months ago (2015-05-15 05:46:32 UTC) #5
Paritosh Kumar
5 years, 5 months ago (2015-07-22 03:56:48 UTC) #6
On 2015/05/15 05:46:32, Paritosh Kumar wrote:
> Thanks falken
> 
>
https://codereview.chromium.org/1138223002/diff/20001/LayoutTests/http/tests/...
> File LayoutTests/http/tests/serviceworker/fetch-event-client-attribute.html
> (right):
> 
>
https://codereview.chromium.org/1138223002/diff/20001/LayoutTests/http/tests/...
> LayoutTests/http/tests/serviceworker/fetch-event-client-attribute.html:18:
> 'nested', 'frameType for frame should be nested');
> On 2015/05/15 04:41:25, falken wrote:
> > nit: this line should be indented so the arguments line up.
> > 
> > assert_equals(frame.contentDocument.body.textContent,
> >                       'nested', 'frameType for frame should be nested');
> 
> Done. Thanks.

As client attribute removed from specs,
https://github.com/slightlyoff/ServiceWorker/issues/723
this test is not required. Closing.

Powered by Google App Engine
This is Rietveld 408576698