blob: dca9f2eb716d7aa7c95214e49c1557dfd33949a1 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-WebKit-CSP" 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>