diff options
Diffstat (limited to 'test/layout/nested-inline-block.html')
-rw-r--r-- | test/layout/nested-inline-block.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/layout/nested-inline-block.html b/test/layout/nested-inline-block.html new file mode 100644 index 00000000..f2a67d8b --- /dev/null +++ b/test/layout/nested-inline-block.html @@ -0,0 +1,4 @@ +<div style="display: inline-block"> +<div style="display: inline-block"> +bekebeke +</div> |