summaryrefslogtreecommitdiff
path: root/works/display-table.html
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2019-02-16 14:05:28 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2019-02-16 14:05:28 +0000
commit31123f0ee7ea98b0f4c4d2d5ed8f5b538db33064 (patch)
treeb2f47ad5e8e0e3410a2ae9f2794af3f45f0ef6b5 /works/display-table.html
parent83483d847db9992fc26507a15c523805b7fb8a38 (diff)
downloadnetsurf-test-31123f0ee7ea98b0f4c4d2d5ed8f5b538db33064.tar.gz
netsurf-test-31123f0ee7ea98b0f4c4d2d5ed8f5b538db33064.tar.bz2
Tests: Move tests that have not crashed NetSurf for ages.
Diffstat (limited to 'works/display-table.html')
-rw-r--r--works/display-table.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/works/display-table.html b/works/display-table.html
new file mode 100644
index 0000000..8ce559c
--- /dev/null
+++ b/works/display-table.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>display: table assert</title>
+ <style type="text/css">img { display: table; }</style>
+ </head>
+ <body>
+ <img src="../images/netsurf.png">
+ </body>
+</html>