diff options
Diffstat (limited to 'tests/ref/float_table_ref.html')
-rw-r--r-- | tests/ref/float_table_ref.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/ref/float_table_ref.html b/tests/ref/float_table_ref.html new file mode 100644 index 00000000000..78d1f44fddd --- /dev/null +++ b/tests/ref/float_table_ref.html @@ -0,0 +1,22 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="content-type" content="text/html; charset=UTF-8"> + <meta charset="UTF-8"> + <style type="text/css"> + body { + margin: 0; + } + div { + background-color: red; + width: 100px; + height: 100px; + position: absolute; + right: 0; + } + </style> + </head> + <body> + <div></div> + </body> +</html> |