Gitweb links:
...log
http://git.netsurf-browser.org/netsurf-test.git/shortlog/31123f0ee7ea98b0f4c4d2d5ed8f5b538db33064
...commit
http://git.netsurf-browser.org/netsurf-test.git/commit/31123f0ee7ea98b0f4c4d2d5ed8f5b538db33064
...tree
http://git.netsurf-browser.org/netsurf-test.git/tree/31123f0ee7ea98b0f4c4d2d5ed8f5b538db33064
The branch, master has been updated
via 31123f0ee7ea98b0f4c4d2d5ed8f5b538db33064 (commit)
from 83483d847db9992fc26507a15c523805b7fb8a38 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf-test.git/commit/?id=31123f0ee7ea98b0f4c4d2d5ed8f5b538db33064
commit 31123f0ee7ea98b0f4c4d2d5ed8f5b538db33064
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
Tests: Move tests that have not crashed NetSurf for ages.
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
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>
diff --git a/works/style-crash.html b/works/style-crash.html
new file mode 100644
index 0000000..2e54bda
--- /dev/null
+++ b/works/style-crash.html
@@ -0,0 +1,10 @@
+<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
-----------------------------------------------------------------------
Summary of changes:
{crashes => works}/display-table.html | 0
{crashes => works}/style-crash.html | 0
2 files changed, 0 insertions(+), 0 deletions(-)
rename {crashes => works}/display-table.html (100%)
rename {crashes => works}/style-crash.html (100%)
diff --git a/crashes/display-table.html b/works/display-table.html
similarity index 100%
rename from crashes/display-table.html
rename to works/display-table.html
diff --git a/crashes/style-crash.html b/works/style-crash.html
similarity index 100%
rename from crashes/style-crash.html
rename to works/style-crash.html
--
NetSurf test cases
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org