mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-13 11:30:02 +00:00
11 lines
290 B
HTML
11 lines
290 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Bug 1045897 - Test CSP base-uri directive</title>
|
|
<base href="http://mochi.test">
|
|
</head>
|
|
<body onload='window.parent.postMessage({result: document.baseURI}, "*");'>
|
|
<!-- just making use of the 'base' tag for this test -->
|
|
</body>
|
|
</html>
|