1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00

[test] test case for #167

This commit is contained in:
Witold Filipczyk 2022-05-09 13:42:52 +02:00
parent ca1241585f
commit 75d61e5431

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>