blob: 16d59a9992d485e3883f349cdef970af13d8258f [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="style-src *; script-src 'unsafe-inline'">
<link rel="stylesheet" href="resources/blue.css">
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<script>
document.write(document.styleSheets.length > 0 ? 'PASS' : 'FAIL');
</script>
</body>
</html>