diff options
Diffstat (limited to 'test/layout')
-rw-r--r-- | test/layout/nested-inline-block.expected | 1 | ||||
-rw-r--r-- | test/layout/nested-inline-block.html | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/test/layout/nested-inline-block.expected b/test/layout/nested-inline-block.expected new file mode 100644 index 00000000..3289c7a9 --- /dev/null +++ b/test/layout/nested-inline-block.expected @@ -0,0 +1 @@ +bekebeke 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> |