Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WPT/mixed-content] Add tests for HTTPS->HTTP redirects #21703

Merged
merged 1 commit into from Feb 12, 2020

Conversation

chromium-wpt-export-bot
Copy link
Collaborator

@chromium-wpt-export-bot chromium-wpt-export-bot commented Feb 10, 2020

This CL adds HTTPS->HTTP direct cases for mixed-content tests.
The requests are rejected not in initial requests,
but during redirect handling.

The added tests expose the following issues on Chromium:

Issue 1048619:

  • gen/top.http-rp/opt-in/sharedworker-import-data/cross-https.swap-scheme.https.html
  • gen/top.http-rp/opt-in/sharedworker-import-data/same-https.swap-scheme.https.html

Issue 1050826:
Requests are blocked as expected but no events are fired,
causing test timeout.

  • gen/top.http-rp/opt-in/object-tag/cross-https.swap-scheme.https.html
  • gen/top.http-rp/opt-in/object-tag/same-https.swap-scheme.https.html

Bug: 1048619, 1050826, 906850
Change-Id: I0aaa88788a28a20cd95b3dbfb078481c20786bd0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2047823
Reviewed-by: Kenichi Ishibashi <bashi@chromium.org>
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org>
Cr-Commit-Position: refs/heads/master@{#740792}

Copy link
Collaborator

@wpt-pr-bot wpt-pr-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The review process for this patch is being conducted in the Chromium project.

This CL adds HTTPS->HTTP direct cases for mixed-content tests.
The requests are rejected not in initial requests,
but during redirect handling.

The added tests expose the following issues on Chromium:

Issue 1048619:
  - gen/top.http-rp/opt-in/sharedworker-import-data/cross-https.swap-scheme.https.html
  - gen/top.http-rp/opt-in/sharedworker-import-data/same-https.swap-scheme.https.html

Issue 1050826:
  Requests are blocked as expected but no events are fired,
  causing test timeout.
  - gen/top.http-rp/opt-in/object-tag/cross-https.swap-scheme.https.html
  - gen/top.http-rp/opt-in/object-tag/same-https.swap-scheme.https.html

Bug: 1048619, 1050826, 906850
Change-Id: I0aaa88788a28a20cd95b3dbfb078481c20786bd0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2047823
Reviewed-by: Kenichi Ishibashi <bashi@chromium.org>
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org>
Cr-Commit-Position: refs/heads/master@{#740792}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants