tenfourfox/layout/style/crashtests/862113.html

17 lines
203 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script>
function boom()
{
window.getComputedStyle(document.documentElement, ":foo");
}
</script>
</head>
<body onload="boom();"></body>
</html>