diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/layout/intrinsic-min-width-with-breaking-opportunities.expected | 18 | ||||
-rw-r--r-- | test/layout/intrinsic-min-width-with-breaking-opportunities.html | 39 |
2 files changed, 57 insertions, 0 deletions
diff --git a/test/layout/intrinsic-min-width-with-breaking-opportunities.expected b/test/layout/intrinsic-min-width-with-breaking-opportunities.expected new file mode 100644 index 00000000..c9827431 --- /dev/null +++ b/test/layout/intrinsic-min-width-with-breaking-opportunities.expected @@ -0,0 +1,18 @@ + ああ + test ああ + test ああ + ああ + test ああああああああ + test + test aaaaaaaaaaaaaaaa + test + test aaaaaaaaaaaaaaaa + test + a-a- + a-a- + a-a- + test a-a- + test a-a- + a-a- + a-a- + a-a diff --git a/test/layout/intrinsic-min-width-with-breaking-opportunities.html b/test/layout/intrinsic-min-width-with-breaking-opportunities.html new file mode 100644 index 00000000..e0ac1332 --- /dev/null +++ b/test/layout/intrinsic-min-width-with-breaking-opportunities.html @@ -0,0 +1,39 @@ +<table style="width: 10ch"> +<tr> +<td> +test test +<td> +ああああああああ +</table> + +<table style="width: 10ch"> +<tr> +<td> +test test +<td style="word-break: keep-all"> +ああああああああ +</table> + +<table style="width: 10ch"> +<tr> +<td> +test test +<td> +aaaaaaaaaaaaaaaa +</table> + +<table style="width: 10ch"> +<tr> +<td> +test test +<td style="word-break: break-all"> +aaaaaaaaaaaaaaaa +</table> + +<table style="width: 10ch"> +<tr> +<td> +test test +<td> +a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a +</table> |