diff options
Diffstat (limited to 'test/layout/pre-preserves-initial-whitespace.html')
-rw-r--r-- | test/layout/pre-preserves-initial-whitespace.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/layout/pre-preserves-initial-whitespace.html b/test/layout/pre-preserves-initial-whitespace.html new file mode 100644 index 00000000..64b41db1 --- /dev/null +++ b/test/layout/pre-preserves-initial-whitespace.html @@ -0,0 +1,4 @@ +<!DOCTYPE html> +<pre> + <span>test</span> + <div>test</div> |