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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/external/wpt/service-workers/service-worker/clients-matchall-order.https-expected.txt

Issue 2905593002: Clients.matchAll() should return ordered clients by type/focus time/creation time (Closed)
Patch Set: Address shimazu's comments #31 and fix the test failure Created 3 years, 6 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 This is a testharness.js-based test.
2 FAIL Clients.matchAll() returns non-focused controlled windows in creation order . assert_equals: expected URL index 0 expected "https://web-platform.test:8444/s ervice-workers/service-worker/resources/empty.html?name=no-focus-controlled-wind ows&q=0" but got "https://web-platform.test:8444/service-workers/service-worker/ resources/empty.html?name=no-focus-controlled-windows&q=2"
3 PASS Clients.matchAll() returns controlled windows in focus order. Case 1.
4 PASS Clients.matchAll() returns controlled windows in focus order. Case 2.
5 FAIL Clients.matchAll() returns non-focused uncontrolled windows in creation ord er. assert_equals: expected 6 but got 5
6 FAIL Clients.matchAll() returns uncontrolled windows in focus order. Case 1. as sert_equals: expected 6 but got 5
7 FAIL Clients.matchAll() returns uncontrolled windows in focus order. Case 2. as sert_equals: expected 6 but got 5
8 FAIL Clients.matchAll() returns controlled windows and frames in focus order. as sert_equals: expected URL index 1 expected "https://web-platform.test:8444/servi ce-workers/service-worker/resources/empty.html?name=focus-controlled-nested-wind ows&q=1" but got "https://web-platform.test:8444/service-workers/service-worker/ resources/empty.html?name=focus-controlled-nested-windows&q=1&nested=true"
9 Harness: the test ran to completion.
10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698