Commit 5d9d7c58 authored by Jan Scheffler's avatar Jan Scheffler Committed by Commit Bot

[DevTools] Enable test after landing patch

This patch enables a test that blocked
landing the following cl:
https://crrev.com/c/2466187

Bug: chromium:1093791
Change-Id: I195d71618548766a0de4e9128d03a032284909b8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498508Reviewed-by: default avatarSigurd Schneider <sigurds@chromium.org>
Reviewed-by: default avatarMathias Bynens <mathias@chromium.org>
Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
Commit-Queue: Jan Scheffler <janscheffler@chromium.org>
Auto-Submit: Jan Scheffler <janscheffler@chromium.org>
Cr-Commit-Position: refs/heads/master@{#821314}
parent 00bf927c
...@@ -5866,7 +5866,6 @@ crbug.com/v8/10556 external/wpt/wasm/jsapi/instance/constructor-caching.any.work ...@@ -5866,7 +5866,6 @@ crbug.com/v8/10556 external/wpt/wasm/jsapi/instance/constructor-caching.any.work
crbug.com/1011811 http/tests/devtools/network/network-xhr-data-received-async-response-type-blob.js [ Pass Failure ] crbug.com/1011811 http/tests/devtools/network/network-xhr-data-received-async-response-type-blob.js [ Pass Failure ]
crbug.com/1011811 http/tests/devtools/network/download.js [ Pass Failure ] crbug.com/1011811 http/tests/devtools/network/download.js [ Pass Failure ]
crbug.com/1011811 http/tests/devtools/sxg/sxg-disable-cache.js [ Pass Failure ] crbug.com/1011811 http/tests/devtools/sxg/sxg-disable-cache.js [ Pass Failure ]
crbug.com/1093791 http/tests/devtools/copy-network-request.js [ Pass Failure ]
crbug.com/1080609 virtual/threaded/external/wpt/scroll-animations/element-based-offset.html [ Pass Failure ] crbug.com/1080609 virtual/threaded/external/wpt/scroll-animations/element-based-offset.html [ Pass Failure ]
crbug.com/1080609 virtual/threaded/external/wpt/scroll-animations/element-based-offset-clamp.html [ Pass Failure ] crbug.com/1080609 virtual/threaded/external/wpt/scroll-animations/element-based-offset-clamp.html [ Pass Failure ]
......
...@@ -29,13 +29,13 @@ fetch("http://example.org/path", { ...@@ -29,13 +29,13 @@ fetch("http://example.org/path", {
cURL Windows: cURL Windows:
curl "http://example.org/path" ^ curl "http://example.org/path" ^
--data-binary "123" ^ --data-raw "123" ^
--compressed --compressed
cURL Unix: cURL Unix:
curl 'http://example.org/path' \ curl 'http://example.org/path' \
--data-binary '123' \ --data-raw '123' \
--compressed --compressed
...@@ -109,14 +109,14 @@ fetch("http://example.org/path", { ...@@ -109,14 +109,14 @@ fetch("http://example.org/path", {
cURL Windows: cURL Windows:
curl "http://example.org/path" ^ curl "http://example.org/path" ^
-H "Content-Type: application/json" ^ -H "Content-Type: application/json" ^
--data-binary "^{^\^"a^\^":1^}" ^ --data-raw "^{^\^"a^\^":1^}" ^
--compressed --compressed
cURL Unix: cURL Unix:
curl 'http://example.org/path' \ curl 'http://example.org/path' \
-H 'Content-Type: application/json' \ -H 'Content-Type: application/json' \
--data-binary '{"a":1}' \ --data-raw '{"a":1}' \
--compressed --compressed
...@@ -153,7 +153,7 @@ fetch("http://example.org/path", { ...@@ -153,7 +153,7 @@ fetch("http://example.org/path", {
cURL Windows: cURL Windows:
curl "http://example.org/path" ^ curl "http://example.org/path" ^
-H "Content-Type: application/binary" ^ -H "Content-Type: application/binary" ^
--data-binary ^"1234^ --data-raw ^"1234^
00^^^^'^\^"^!^" ^ 00^^^^'^\^"^!^" ^
--compressed --compressed
...@@ -162,7 +162,7 @@ curl "http://example.org/path" ^ ...@@ -162,7 +162,7 @@ curl "http://example.org/path" ^
cURL Unix: cURL Unix:
curl 'http://example.org/path' \ curl 'http://example.org/path' \
-H 'Content-Type: application/binary' \ -H 'Content-Type: application/binary' \
--data-binary $'1234\r\n00\u0002\u0003\u0004\u0005\'"\u0021' \ --data-raw $'1234\r\n00\u0002\u0003\u0004\u0005\'"\u0021' \
--compressed --compressed
...@@ -199,7 +199,7 @@ fetch("http://example.org/path", { ...@@ -199,7 +199,7 @@ fetch("http://example.org/path", {
cURL Windows: cURL Windows:
curl "http://example.org/path" ^ curl "http://example.org/path" ^
-H "Content-Type: application/binary" ^ -H "Content-Type: application/binary" ^
--data-binary ^"1234^ --data-raw ^"1234^
^00^^^^'^\^"^!^" ^ ^00^^^^'^\^"^!^" ^
--compressed --compressed
...@@ -208,7 +208,7 @@ curl "http://example.org/path" ^ ...@@ -208,7 +208,7 @@ curl "http://example.org/path" ^
cURL Unix: cURL Unix:
curl 'http://example.org/path' \ curl 'http://example.org/path' \
-H 'Content-Type: application/binary' \ -H 'Content-Type: application/binary' \
--data-binary $'1234\r\n\u000100\u0002\u0003\u0004\u0005\'"\u0021' \ --data-raw $'1234\r\n\u000100\u0002\u0003\u0004\u0005\'"\u0021' \
--compressed --compressed
...@@ -245,7 +245,7 @@ fetch("http://example.org/path", { ...@@ -245,7 +245,7 @@ fetch("http://example.org/path", {
cURL Windows: cURL Windows:
curl "http://example.org/path" ^ curl "http://example.org/path" ^
-H "Content-Type: application/binary" ^ -H "Content-Type: application/binary" ^
--data-binary ^"^%^OS^%^ --data-raw ^"^%^OS^%^
^%^%^OS^%^%^ ^%^%^OS^%^%^
...@@ -256,7 +256,7 @@ curl "http://example.org/path" ^ ...@@ -256,7 +256,7 @@ curl "http://example.org/path" ^
cURL Unix: cURL Unix:
curl 'http://example.org/path' \ curl 'http://example.org/path' \
-H 'Content-Type: application/binary' \ -H 'Content-Type: application/binary' \
--data-binary $'%OS%\r\n%%OS%%\r\n"\\"\'$&\u0021' \ --data-raw $'%OS%\r\n%%OS%%\r\n"\\"\'$&\u0021' \
--compressed --compressed
...@@ -293,7 +293,7 @@ fetch("http://example.org/path", { ...@@ -293,7 +293,7 @@ fetch("http://example.org/path", {
cURL Windows: cURL Windows:
curl "http://example.org/path" ^ curl "http://example.org/path" ^
-H "Content-Type: application/binary" ^ -H "Content-Type: application/binary" ^
--data-binary ^"^!^@^#^$^%^^^&*()_+~`1234567890-=^[^]^{^};':^\^",./^ --data-raw ^"^!^@^#^$^%^^^&*()_+~`1234567890-=^[^]^{^};':^\^",./^
^<^>?^ ^<^>?^
...@@ -310,7 +310,7 @@ yuiopasdfghjklmnbvcxzQWERTYUIOPLKJHGFDSAZXCVBNM^" ^ ...@@ -310,7 +310,7 @@ yuiopasdfghjklmnbvcxzQWERTYUIOPLKJHGFDSAZXCVBNM^" ^
cURL Unix: cURL Unix:
curl 'http://example.org/path' \ curl 'http://example.org/path' \
-H 'Content-Type: application/binary' \ -H 'Content-Type: application/binary' \
--data-binary $'\u0021@#$%^&*()_+~`1234567890-=[]{};\':",./\r<>?\r\nqwer\nt\n\nyuiopasdfghjklmnbvcxzQWERTYUIOPLKJHGFDSAZXCVBNM' \ --data-raw $'\u0021@#$%^&*()_+~`1234567890-=[]{};\':",./\r<>?\r\nqwer\nt\n\nyuiopasdfghjklmnbvcxzQWERTYUIOPLKJHGFDSAZXCVBNM' \
--compressed --compressed
...@@ -347,14 +347,14 @@ fetch("http://example.org/path", { ...@@ -347,14 +347,14 @@ fetch("http://example.org/path", {
cURL Windows: cURL Windows:
curl "http://example.org/path" ^ curl "http://example.org/path" ^
-H "Content-Type: application/binary" ^ -H "Content-Type: application/binary" ^
--data-binary "^^€^^ÿ ^܀" ^ --data-raw "^^€^^ÿ ^܀" ^
--compressed --compressed
cURL Unix: cURL Unix:
curl 'http://example.org/path' \ curl 'http://example.org/path' \
-H 'Content-Type: application/binary' \ -H 'Content-Type: application/binary' \
--data-binary $'\u007f\u0080\u0090ÿ\u0009܀' \ --data-raw $'\u007f\u0080\u0090ÿ\u0009܀' \
--compressed --compressed
...@@ -420,14 +420,14 @@ fetch("http://labs.ft.com/?querystring=[]{}", { ...@@ -420,14 +420,14 @@ fetch("http://labs.ft.com/?querystring=[]{}", {
cURL Windows: cURL Windows:
curl "http://example.org/path" ^ curl "http://example.org/path" ^
-H "Content-Type: application/binary" ^ -H "Content-Type: application/binary" ^
--data-binary "^%^PATH^%^$PATH" ^ --data-raw "^%^PATH^%^$PATH" ^
--compressed --compressed
cURL Unix: cURL Unix:
curl 'http://example.org/path' \ curl 'http://example.org/path' \
-H 'Content-Type: application/binary' \ -H 'Content-Type: application/binary' \
--data-binary '%PATH%$PATH' \ --data-raw '%PATH%$PATH' \
--compressed --compressed
...@@ -666,14 +666,14 @@ fetch (for nodejs): ...@@ -666,14 +666,14 @@ fetch (for nodejs):
cURL Windows: cURL Windows:
curl "http://example.org/path" ^ curl "http://example.org/path" ^
-H "Content-Type: foo/bar" ^ -H "Content-Type: foo/bar" ^
--data-binary "baz" ^ --data-raw "baz" ^
--compressed --compressed
cURL Unix: cURL Unix:
curl 'http://example.org/path' \ curl 'http://example.org/path' \
-H 'Content-Type: foo/bar' \ -H 'Content-Type: foo/bar' \
--data-binary 'baz' \ --data-raw 'baz' \
--compressed --compressed
...@@ -710,14 +710,14 @@ fetch("http://example.org/path", { ...@@ -710,14 +710,14 @@ fetch("http://example.org/path", {
cURL Windows: cURL Windows:
curl "http://example.org/path" ^ curl "http://example.org/path" ^
-H "Content-Type: foo/bar" ^ -H "Content-Type: foo/bar" ^
--data-binary "baz" ^ --data-raw "baz" ^
--compressed --compressed
cURL Unix: cURL Unix:
curl 'http://example.org/path' \ curl 'http://example.org/path' \
-H 'Content-Type: foo/bar' \ -H 'Content-Type: foo/bar' \
--data-binary 'baz' \ --data-raw 'baz' \
--compressed --compressed
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment