Revision c63b9d03ba8b8c32dd9188e1fb23465951d49b03 authored by Ting-Yu Lin on 11 April 2018, 09:35:12 UTC, committed by moz-wptsync-bot on 11 April 2018, 09:35:12 UTC
There's no shape-outside: <image> test with writing-modes on
web-platform-tests, so I added some.
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1404222
gecko-commit: c489650a973000342cb667442321900d904e049e
gecko-integration-branch: central
gecko-reviewers: dholbert
1 parent cd16720
Raw File
iframe-link-upgrade.sub.html
<!--
  This document has set "Content-Security-Policy: upgrade-insecure-requests". It
  contains an iframe. This iframe clicks on a link to the same host. The link
  must be upgraded.

  This is a bit of a hack. UPGRADE doesn't upgrade the port number. So if
  the url is not upgraded, the url is invalid (http over the https port).
  The expected behavior is that the url is upgraded and the page loads.
-->
<iframe src= "./resources/click-on-link.sub.html?url=http://{{host}}:{{ports[https][0]}}/upgrade-insecure-requests/link-upgrade/resources/post-message-to-opener.sub.html%3Fmessage=iframe-link-upgrade">
</iframe>
back to top