diff options
author | Yuri Kobets <yuri.kobets@gmail.com> | 2023-02-18 16:00:25 +0300 |
---|---|---|
committer | Yuri Kobets <yuri.kobets@gmail.com> | 2023-02-18 16:00:25 +0300 |
commit | eca6a7439dca9c2c2636664fee6478202568b24a (patch) | |
tree | c9a6fc365867c700f0b56ec11e705000bead6c46 /test | |
parent | b3a42c2acbcf73a3e5c674cd586148ec8ff91612 (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.htm | 1 | ||||
-rw-r--r-- | test/render/test9.htm.png | bin | 418 -> 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 Binary files differindex e2c0e657..9aa5e364 100644 --- a/test/render/test9.htm.png +++ b/test/render/test9.htm.png |