Commit 19882d05 authored by Hayato Ito's avatar Hayato Ito Committed by Chromium LUCI CQ

Fix generate-test-wbns.sh used in WPT

It looks generate-test-wbns.sh fails with two errors:

1. nested/resource.js is missing
2. cors/resource.json is wrong. It should be cors/resource.cors.json

BUG=1082020

Change-Id: I18a87f59784d6c36e050a64567c1ba671af0468a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2627209Reviewed-by: default avatarKunihiko Sakamoto <ksakamoto@chromium.org>
Reviewed-by: default avatarTsuyoshi Horo <horo@chromium.org>
Commit-Queue: Hayato Ito <hayato@chromium.org>
Cr-Commit-Position: refs/heads/master@{#842933}
parent 807778aa
...@@ -74,5 +74,5 @@ gen-bundle \ ...@@ -74,5 +74,5 @@ gen-bundle \
gen-bundle \ gen-bundle \
-version b1 \ -version b1 \
-har cross-origin.har \ -har cross-origin.har \
-primaryURL $wpt_test_https_origin/web-bundle/resources/wbn/cors/resource.json \ -primaryURL $wpt_test_https_origin/web-bundle/resources/wbn/cors/resource.cors.json \
-o wbn/cors/cross-origin.wbn -o wbn/cors/cross-origin.wbn
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