diff options
Diffstat (limited to 'test/layout/center-in-inline.html')
-rw-r--r-- | test/layout/center-in-inline.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/layout/center-in-inline.html b/test/layout/center-in-inline.html new file mode 100644 index 00000000..bac61fd1 --- /dev/null +++ b/test/layout/center-in-inline.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<center> +<span> +test +<center style="width: 20ch"> +<div style="width: 5ch"> +test +</div> +</center> +test +</span> |