summaryrefslogtreecommitdiffstats
path: root/layout/xul/crashtests/716503.html
blob: 250ad2ba40ed4f853aa43e0399fe3da08ae27a6e (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
<style>
div::before {
  content: "j";
  display:-moz-inline-box;
}
</style>
<body><div></div></body>
</html>