diff options
Diffstat (limited to 'test/layout')
-rw-r--r-- | test/layout/float-text-align-right.color.expected | 2 | ||||
-rw-r--r-- | test/layout/float-text-align-right.html | 4 | ||||
-rw-r--r-- | test/layout/inline_split_sizes.color.expected | 16 | ||||
-rwxr-xr-x | test/layout/run_layout_tests.sh | 1 |
4 files changed, 15 insertions, 8 deletions
diff --git a/test/layout/float-text-align-right.color.expected b/test/layout/float-text-align-right.color.expected new file mode 100644 index 00000000..bcb22cf8 --- /dev/null +++ b/test/layout/float-text-align-right.color.expected @@ -0,0 +1,2 @@ +[48;2;255;0;0mfloat float float[49m test[48;2;255;0;0mfloat[49m + diff --git a/test/layout/float-text-align-right.html b/test/layout/float-text-align-right.html new file mode 100644 index 00000000..3c0f3c25 --- /dev/null +++ b/test/layout/float-text-align-right.html @@ -0,0 +1,4 @@ +<div style="text-align: right"> +<div style="float: right; background-color: red">float</div> +<div style="float: left; background-color: red">float float float</div> +test diff --git a/test/layout/inline_split_sizes.color.expected b/test/layout/inline_split_sizes.color.expected index dafbf438..636edd8a 100644 --- a/test/layout/inline_split_sizes.color.expected +++ b/test/layout/inline_split_sizes.color.expected @@ -1,9 +1,9 @@ - [48;2;255;0;0m [m -[38;2;255;255;255mbefore [48;2;255;0;0mt[m[38;2;255;255;255m[m - -[38;2;255;255;255mcarthago delenda[m -[48;2;255;0;0m [m -[48;2;255;0;0m [38;2;255;255;255mest[m -[48;2;255;0;0m [m -[38;2;255;255;255m[48;2;255;0;0mhello[m[38;2;255;255;255m after[m + +before [48;2;255;0;0mt[49m + +carthago delenda + +[48;2;255;0;0m est[49m + +[48;2;255;0;0mhello[49m after diff --git a/test/layout/run_layout_tests.sh b/test/layout/run_layout_tests.sh index 2e2bfa7b..20b85ce1 100755 --- a/test/layout/run_layout_tests.sh +++ b/test/layout/run_layout_tests.sh @@ -20,4 +20,5 @@ do printf '%s\r' "$h" else printf 'WARNING: expected file not found for %s\n' "$h" fi done +printf '\n' exit "$failed" |