From 91300f840ff90b108658a63bb8fdfe21a8f45c4b Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 4 May 2002 21:17:06 +0000 Subject: [project @ 2002-05-04 21:17:06 by bursa] Added code to use style attribute of elements. svn path=/import/netsurf/; revision=14 --- render/test/test1.css | 2 -- render/test/test1.html | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'render/test') diff --git a/render/test/test1.css b/render/test/test1.css index 023a36ed7..dbff4a8b9 100644 --- a/render/test/test1.css +++ b/render/test/test1.css @@ -22,5 +22,3 @@ caption { display: table-caption } div { float: left; width: 90%; } -td { width: 40%; } - diff --git a/render/test/test1.html b/render/test/test1.html index 50e98cc3b..757c51cb6 100644 --- a/render/test/test1.html +++ b/render/test/test1.html @@ -5,11 +5,11 @@ -

Heading

+

Heading

Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Pellentesque habitant Morbi tristique Senectus et Metus et malesuada Fames ac turpis Egestas. (This paragraph has no closing tag.)

Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Pellentesque habitant Morbi tristique Senectus et Metus et malesuada Fames ac turpis Egestas.

- +
Cell 1Cell 2

More cell 2

Cell 1Cell 2

More cell 2

Cell 3Cell 4

Inline text

containing a block
and more text.

-- cgit v1.2.3