diff options
Diffstat (limited to 'test/layout')
-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 |