Skip to content

Commit

Permalink
Add b-div.html test
Browse files Browse the repository at this point in the history
  • Loading branch information
rodarima committed Dec 28, 2023
1 parent eaa3569 commit 962eca2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/html/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ TESTS = \
render/float-img-justify.html \
render/img-aspect-ratio.html \
render/table-thead-tfoot.html \
render/white-space.html
render/white-space.html \
render/b-div.html

# To be fixed
XFAIL_TESTS = \
Expand Down
1 change: 1 addition & 0 deletions test/html/render/b-div.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<b>Hello World</b><div>Hello world</div>
1 change: 1 addition & 0 deletions test/html/render/b-div.ref.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<b>Hello World</b><br/>Hello world

0 comments on commit 962eca2

Please sign in to comment.