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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/virtual/off-main-thread-fetch/http/tests/fetch/chromium/data-saver-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/off-main-thread-fetch/http/tests/fetch/chromium/data-saver-expected.txt b/third_party/WebKit/LayoutTests/virtual/off-main-thread-fetch/http/tests/fetch/chromium/data-saver-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0cf1cec2400a58d78f689483af2c956ce6283761
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/virtual/off-main-thread-fetch/http/tests/fetch/chromium/data-saver-expected.txt
@@ -0,0 +1,9 @@
+This is a testharness.js-based test.
+PASS fetch() from document with Data-Saver disabled.
+PASS fetch() from document with Data-Saver enabled.
+PASS fetch() from dedicated worker with Data-Saver disabled.
+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" but got "No Save-Data"
+PASS fetch() from shared worker with Data-Saver disabled.
+FAIL fetch() from shared worker with Data-Saver enabled. assert_equals: Save-Data header should be sent for worker script when enabled. expected "Save-Data: on" but got "No Save-Data"
+Harness: the test ran to completion.
+
« 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