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-top-navigation-no-upgrade-1.sub.html
<html>
  <head>
    <title>Upgrade Insecure Requests: top-frame navigation inside iframe (no upgrade expected)</title>
  </head>
  <body>
    <!--
    This is a bit of a hack. UPGRADE doesn't upgrade the port number. So if the
    url is upgraded, the url becomes invalid (https over the http port). The
    expected behavior is that the url is not upgraded and the page loads.
    -->
    <iframe
      sandbox="allow-scripts allow-top-navigation"
      src="https://{{domains[www]}}:{{ports[https][0]}}/upgrade-insecure-requests/link-upgrade/resources/navigate-top-frame.sub.html?url=http://{{domains[www]}}:{{ports[http][1]}}/upgrade-insecure-requests/link-upgrade/resources/post-message-to-opener.sub.html%3Fmessage=iframe-top-navigation-no-upgrade-1"
    ></iframe>
  </body>
</html>
back to top