diff options
author | bptato <nincsnevem662@gmail.com> | 2024-09-21 20:52:23 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-09-21 21:06:01 +0200 |
commit | 9c544ac50b271eef7533663082beb69ff65f6bea (patch) | |
tree | 30aaa8f5aba6ee7b1f909cfe635c0757aabddd2b /test | |
parent | 3cd133836483d2c53fa8f32739067de11bc0f37e (diff) | |
download | chawan-9c544ac50b271eef7533663082beb69ff65f6bea.tar.gz |
layout: remove line-height
This was a bad idea that, despite my best efforts, never worked properly.
Diffstat (limited to 'test')
-rw-r--r-- | test/layout/inline_split_sizes.color.expected | 4 | ||||
-rw-r--r-- | test/layout/inline_split_sizes.html | 4 | ||||
-rw-r--r-- | test/layout/line-height-change.expected | 4 | ||||
-rw-r--r-- | test/layout/line-height-change.html | 2 |
4 files changed, 2 insertions, 12 deletions
diff --git a/test/layout/inline_split_sizes.color.expected b/test/layout/inline_split_sizes.color.expected index 636edd8a..39ddcf28 100644 --- a/test/layout/inline_split_sizes.color.expected +++ b/test/layout/inline_split_sizes.color.expected @@ -1,9 +1,5 @@ - 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/inline_split_sizes.html b/test/layout/inline_split_sizes.html index df50dca5..935607e5 100644 --- a/test/layout/inline_split_sizes.html +++ b/test/layout/inline_split_sizes.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -before <span style="background-color: red; line-height: 2em"> t<br> +before <span style="background-color: red"> t<br> <div>carthago delenda</div> -<span style="padding-left: 5em; line-height: 2em"></span><span>est</span><br> +<span style="padding-left: 5em"></span><span>est</span><br> hello</span> after diff --git a/test/layout/line-height-change.expected b/test/layout/line-height-change.expected deleted file mode 100644 index ec17045e..00000000 --- a/test/layout/line-height-change.expected +++ /dev/null @@ -1,4 +0,0 @@ - - -one -two diff --git a/test/layout/line-height-change.html b/test/layout/line-height-change.html deleted file mode 100644 index 1cae1f85..00000000 --- a/test/layout/line-height-change.html +++ /dev/null @@ -1,2 +0,0 @@ -<span style="line-height: 2em"><br>one</span><br> -two |