summaryrefslogtreecommitdiff
path: root/render/test/test1.css
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-02-10 18:13:18 +0000
committerJames Bursa <james@netsurf-browser.org>2004-02-10 18:13:18 +0000
commitd642474df13a68c69623a81e434e86d07968a879 (patch)
treee9b6c315c70b6c64acd915e101ecafbe5262d6f4 /render/test/test1.css
parent14b82690e29338a022d427d3163640189f574415 (diff)
downloadnetsurf-d642474df13a68c69623a81e434e86d07968a879.tar.gz
netsurf-d642474df13a68c69623a81e434e86d07968a879.tar.bz2
[project @ 2004-02-10 18:13:18 by bursa]
Remove ancient test files. svn path=/import/netsurf/; revision=533
Diffstat (limited to 'render/test/test1.css')
-rw-r--r--render/test/test1.css24
1 files changed, 0 insertions, 24 deletions
diff --git a/render/test/test1.css b/render/test/test1.css
deleted file mode 100644
index a399bbadf..000000000
--- a/render/test/test1.css
+++ /dev/null
@@ -1,24 +0,0 @@
-html { font-size: medium }
-
-address, blockquote, body, dd, div,
-dl, dt, fieldset, form,
-h1, h2, h3, h4, h5, h6, html,
-object, ol, p, ul,
-hr, menu, pre { display: block }
-/* a, abbr, acronym, b, code,
-em, i, q, s, strong, u, font, span,
-var { display: inline } */
-li { display: /* list-item */ block }
-head { display: none }
-table { display: table }
-tr { display: table-row }
-thead { display: table-header-group }
-tbody { display: table-row-group }
-tfoot { display: table-footer-group }
-col { display: table-column }
-colgroup { display: table-column-group }
-td, th { display: table-cell }
-caption { display: table-caption }
-img { display:none}
-
-h1 { font-size: xx-large; text-align: center }