forked from mirrors/gecko-dev
When we turn on the pref security.data_uri.unique_opaque_origin to make data URI is unique origin, the following tests will fail because now data document is treated as cross origin, so we replace data URIs with seperate files, hence it will still in the same origin.
1 line
71 B
HTML
1 line
71 B
HTML
<script>window.onload = function() { opener.continueTest(); }</script>
|