1
0
Fork 0

[test] test case for #167

This commit is contained in:
Witold Filipczyk 2022-05-09 13:42:52 +02:00
parent ca1241585f
commit 75d61e5431
1 changed files with 8 additions and 0 deletions

8
test/test167.html Normal file
View File

@ -0,0 +1,8 @@
<html>
<head></head>
<body>
<div width="100%" style="width: 100%; background: red">Hello</div>
<table bgcolor="green" width="100%">
<tr><td bgcolor="orange">Hi</td></tr>
</table>
</body></html>