about summary refs log tree commit diff stats
path: root/test/layout/float-with-margins.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/layout/float-with-margins.html')
-rw-r--r--test/layout/float-with-margins.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/test/layout/float-with-margins.html b/test/layout/float-with-margins.html
index 864a4e2b..09206e51 100644
--- a/test/layout/float-with-margins.html
+++ b/test/layout/float-with-margins.html
@@ -1,6 +1,10 @@
 <!DOCTYPE html>
-<html>
-<body>
+<style>
+* {
+font-family: monospace;
+font-size: 16px
+}
+</style>
 <div style="width: 20ch">
 <div style="float: left; width: 20ch">
 testing
@@ -17,5 +21,3 @@ aside
 3<br>
 4
 </div>
-</body>
-</html>