From dc2afd5568f776c2b302bdeb99bba96113de3e5e Mon Sep 17 00:00:00 2001 From: "evaughan%netscape.com" Date: Tue, 1 Jun 1999 22:30:59 +0000 Subject: [PATCH] added a fieldset example. git-svn-id: svn://10.0.0.236/trunk@33348 18797224-902f-48f8-a5cc-f745e15eee43 --- .../tests/viewer/samples/fieldsets.html | 100 ++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 mozilla/webshell/tests/viewer/samples/fieldsets.html diff --git a/mozilla/webshell/tests/viewer/samples/fieldsets.html b/mozilla/webshell/tests/viewer/samples/fieldsets.html new file mode 100644 index 00000000000..a287ad3fd5f --- /dev/null +++ b/mozilla/webshell/tests/viewer/samples/fieldsets.html @@ -0,0 +1,100 @@ + + +
+
+
+align left +
+this is some text in a div tag. +
+
+ +
+align center +
+this is some text in a div tag. +
+
+ +
+align right +
+this is some text in a div tag. +
+
+ +
+legend +
+border bigger that legend +
+
+ + +
+legend +
+div tag with white border around it +
+
+ +
+legend +
+div tag with border and margin. Notice area frame did not +put a top and bottom margin. This may be a bug. +
+
+ +
+legend +
+div tag with padding around it +
+
+ +
+legend +
+div tag with padding border and margin +
+
+ +
+legend +
+border around the legend. +
+
+ +
+legend +
+very large border and padding around the legend. +
+
+ +
+legend +
+margin around the legend. +
+
+ +
+legend +
+background image with larger bolded legend +
+
+ +
+legend +
+Large font on legend +
+
+ +
+ + \ No newline at end of file