diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/layout/visibility-switch-in-inline-box.expected | 1 | ||||
-rw-r--r-- | test/layout/visibility-switch-in-inline-box.html | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/test/layout/visibility-switch-in-inline-box.expected b/test/layout/visibility-switch-in-inline-box.expected new file mode 100644 index 00000000..9daeafb9 --- /dev/null +++ b/test/layout/visibility-switch-in-inline-box.expected @@ -0,0 +1 @@ +test diff --git a/test/layout/visibility-switch-in-inline-box.html b/test/layout/visibility-switch-in-inline-box.html new file mode 100644 index 00000000..a382ccae --- /dev/null +++ b/test/layout/visibility-switch-in-inline-box.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<div style="visibility: hidden"> +<span> +<div style="visibility: visible"> +test +</div> +</span> +</div> |