1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00

[test] b must not be bold. Refs #247

This commit is contained in:
Witold Filipczyk 2023-07-20 09:01:46 +02:00
parent b92d8d9e9b
commit c39bd18b10

9
test/bold2.html Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<head>
<title>a</title>
</head>
<body>
<p class="indent">b</p>
</body>
</html>