blob: 0a1bef880166364015bcb29c7c6717f94b0f4e7b [file] [log] [blame]
<!DOCTYPE html>
<head>
<style>
div {
border-style: solid;
border-width: 10px;
border-left: 10px solid green;
color: transparent;
}
</style>
</head>
<body>
<div>PASS: did not crash.</div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</body>