aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorYuri Kobets <yuri.kobets@gmail.com>2023-02-18 16:00:25 +0300
committerYuri Kobets <yuri.kobets@gmail.com>2023-02-18 16:00:25 +0300
commiteca6a7439dca9c2c2636664fee6478202568b24a (patch)
treec9a6fc365867c700f0b56ec11e705000bead6c46 /test
parentb3a42c2acbcf73a3e5c674cd586148ec8ff91612 (diff)
don't inherit font-size, font-weight and font-style properties for table
Related to the issue #233
Diffstat (limited to 'test')
-rw-r--r--test/render/test9.htm1
-rw-r--r--test/render/test9.htm.pngbin418 -> 558 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/test/render/test9.htm b/test/render/test9.htm
index 67dc762c..34d34e06 100644
--- a/test/render/test9.htm
+++ b/test/render/test9.htm
@@ -1 +1,2 @@
<h1>BIG WORDS.<br> <font size=-1 style="background-color: green">WORDS<br>MORE<br>AAA</font>
+ <table border=1><tr><td>MORE WORDS.</td></tr></table></h1>
diff --git a/test/render/test9.htm.png b/test/render/test9.htm.png
index e2c0e657..9aa5e364 100644
--- a/test/render/test9.htm.png
+++ b/test/render/test9.htm.png
Binary files differ