mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Your mother was a hamster and your father smelt of crashtests!
This commit is contained in:
parent
b3a5a3dce7
commit
cf798e4015
17
layout/style/crashtests/397022-1.html
Normal file
17
layout/style/crashtests/397022-1.html
Normal file
@ -0,0 +1,17 @@
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
|
||||
div:before { content: counter(c); }
|
||||
|
||||
.b:before { content: "x"; }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body onload="document.getElementById('v').setAttribute('class', 'b');">
|
||||
|
||||
<div id="v"></div>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -4,4 +4,5 @@ load 330998-1.html
|
||||
load 383979-1.xhtml
|
||||
load 383979-2.html
|
||||
load 391034-1.xhtml
|
||||
load 397022-1.html
|
||||
load 399289-1.svg
|
||||
|
Loading…
Reference in New Issue
Block a user