Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<html>
<head>
<title>Chrome crash with inline </title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>test(()=>{})</script>
<style>
a {
position: relative;
}
a:before {
content: "foo";
position: absolute;
background: green;
}
</style>
</head>
<body>
<div>
<li>
<a href="dummy">success if does not crash</a>
</li>
</div>
</body>
</html>