mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
16 lines
671 B
HTML
16 lines
671 B
HTML
<html>
|
|
<head>
|
|
<link rel='stylesheet' type='text/css'
|
|
href='/tests/content/base/test/csp/file_CSP.sjs?testid=css_self&type=text/css' />
|
|
<link rel='stylesheet' type='text/css'
|
|
href='http://example.com/tests/content/base/test/csp/file_CSP.sjs?testid=css_examplecom&type=text/css' />
|
|
|
|
</head>
|
|
<body>
|
|
<img src="/tests/content/base/test/csp/file_CSP.sjs?testid=img_self&type=img/png"> </img>
|
|
<img src="http://example.com/tests/content/base/test/csp/file_CSP.sjs?testid=img_examplecom&type=img/png"> </img>
|
|
<script src='/tests/content/base/test/csp/file_CSP.sjs?testid=script_self&type=text/javascript'></script>
|
|
|
|
</body>
|
|
</html>
|