diff options
| author | John MacFarlane <[email protected]> | 2023-08-13 19:23:53 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-08-13 19:23:53 -0700 |
| commit | 948567f200ddaf59c87d0155bb0d652930601a61 (patch) | |
| tree | ee5f2b90ffa3bb1c5cb7ad4a9081a3d26cc1a1b0 /test | |
| parent | cfe8cc797906caf841cd1d0c5f7e65a2e6b5bec7 (diff) | |
Fix tests for change to template in #8999.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lhs-test.html | 2 | ||||
| -rw-r--r-- | test/lhs-test.html+lhs | 2 | ||||
| -rw-r--r-- | test/writer.html4 | 2 | ||||
| -rw-r--r-- | test/writer.html5 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/test/lhs-test.html b/test/lhs-test.html index e8950c888..c85e4adc9 100644 --- a/test/lhs-test.html +++ b/test/lhs-test.html @@ -61,7 +61,7 @@ max-width: 100%; } svg { - height; auto; + height: auto; max-width: 100%; } h1, h2, h3, h4, h5, h6 { diff --git a/test/lhs-test.html+lhs b/test/lhs-test.html+lhs index 43c66689b..db055d405 100644 --- a/test/lhs-test.html+lhs +++ b/test/lhs-test.html+lhs @@ -61,7 +61,7 @@ max-width: 100%; } svg { - height; auto; + height: auto; max-width: 100%; } h1, h2, h3, h4, h5, h6 { diff --git a/test/writer.html4 b/test/writer.html4 index 2fb59584e..65c98eadf 100644 --- a/test/writer.html4 +++ b/test/writer.html4 @@ -64,7 +64,7 @@ max-width: 100%; } svg { - height; auto; + height: auto; max-width: 100%; } h1, h2, h3, h4, h5, h6 { diff --git a/test/writer.html5 b/test/writer.html5 index dc8c27920..b7444d2af 100644 --- a/test/writer.html5 +++ b/test/writer.html5 @@ -64,7 +64,7 @@ max-width: 100%; } svg { - height; auto; + height: auto; max-width: 100%; } h1, h2, h3, h4, h5, h6 { |
