summaryrefslogtreecommitdiff
path: root/crashes
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 /crashes
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 'crashes')
-rw-r--r--crashes/display-table.html10
-rw-r--r--crashes/style-crash.html10
2 files changed, 0 insertions, 20 deletions
diff --git a/crashes/display-table.html b/crashes/display-table.html
deleted file mode 100644
index 8ce559c..0000000
--- a/crashes/display-table.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<!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>
diff --git a/crashes/style-crash.html b/crashes/style-crash.html
deleted file mode 100644
index 2e54bda..0000000
--- a/crashes/style-crash.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-<body>
-<table>
-<tr>
-<td style="a:link { color: blue } a:visited { color: purple }">
-This page crashed NetSurf because of the stlye attribute on the TD.</td>
-</tr>
-</table>
-</body>
-</html> \ No newline at end of file