summaryrefslogtreecommitdiff
path: root/crashes
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-06-24 13:00:42 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-06-24 13:00:42 +0000
commit6e54ad66e55011657d3de44fb20172b09bd9571e (patch)
treeb8077ec1c47c92d019ebc3bc383f05f454f2e285 /crashes
parente36fc1bdb0202ffb5980b3be6c2f7fac7b456951 (diff)
downloadnetsurf-test-6e54ad66e55011657d3de44fb20172b09bd9571e.tar.gz
netsurf-test-6e54ad66e55011657d3de44fb20172b09bd9571e.tar.bz2
Testcase for assertion when display: table is specified on an element
svn path=/trunk/netsurftest/; revision=7946
Diffstat (limited to 'crashes')
-rw-r--r--crashes/display-table.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/crashes/display-table.html b/crashes/display-table.html
new file mode 100644
index 0000000..8ce559c
--- /dev/null
+++ b/crashes/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>