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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/off-main-thread-fetch/http/tests/fetch/chromium/data-saver-expected.txt

Issue 2884183002: Add Data-Saver LayoutTest for Worker and SharedWorker (Closed)
Patch Set: incoporated falken's comment and add expected.txt for virtual/off-main-thread-fetch Created 3 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
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/fetch/chromium/resources/data-saver-worker.php ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS fetch() from document with Data-Saver disabled.
3 PASS fetch() from document with Data-Saver enabled.
4 PASS fetch() from dedicated worker with Data-Saver disabled.
5 FAIL fetch() from dedicated worker with Data-Saver enabled. assert_equals: Save- Data header should be sent when enabled. method: GET expected "Save-Data: on" bu t got "No Save-Data"
6 PASS fetch() from shared worker with Data-Saver disabled.
7 FAIL fetch() from shared worker with Data-Saver enabled. assert_equals: Save-Dat a header should be sent for worker script when enabled. expected "Save-Data: on" but got "No Save-Data"
8 Harness: the test ran to completion.
9
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/fetch/chromium/resources/data-saver-worker.php ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698