Skip to content

Instantly share code, notes, and snippets.

@alcinos
Created June 15, 2015 16:07
Show Gist options
  • Save alcinos/140dadd8179a0811f4fe to your computer and use it in GitHub Desktop.
Save alcinos/140dadd8179a0811f4fe to your computer and use it in GitHub Desktop.
Even smaller failing testcase for weasyprint
<html>
<head>
<title>Failing test case</title>
</head>
<body>
<table>
<th>
<td style="width:100px;height:100px;border:1px dashed black;position:relative">
<div style="width:100%;height:50px;top:0px;background-color:#00FF00;position:absolute">
</div>
</td>
</th>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment