From 8bdaab944501512f19579a9f327cebed357b5b1e Mon Sep 17 00:00:00 2001 From: "buster%netscape.com" Date: Thu, 14 Dec 2000 22:05:52 +0000 Subject: [PATCH] regression test additions and improvements. no source code changed, not part of build, so no reviewer git-svn-id: svn://10.0.0.236/trunk@83648 18797224-902f-48f8-a5cc-f745e15eee43 --- .../layout/html/tests/block/base/rtest.bat | 4 +- .../layout/html/tests/block/bugs/11589.html | 5 +- .../layout/html/tests/block/bugs/12003.html | 2 +- .../layout/html/tests/block/bugs/12072.html | 2 +- .../layout/html/tests/block/bugs/12709.html | 2 +- .../layout/html/tests/block/bugs/13940.html | 10 +- .../layout/html/tests/block/bugs/14118-a.html | 4 +- .../layout/html/tests/block/bugs/14118-b.html | 4 +- .../layout/html/tests/block/bugs/15882-a.html | 4 +- .../layout/html/tests/block/bugs/15882-b.html | 4 +- .../layout/html/tests/block/bugs/15933-a.html | 2 +- .../layout/html/tests/block/bugs/15933-b.html | 2 +- .../layout/html/tests/block/bugs/16053.html | 2 +- .../layout/html/tests/block/bugs/17636.html | 2 +- .../layout/html/tests/block/bugs/18445.html | 74 + .../layout/html/tests/block/bugs/18445_1.html | 76 + .../layout/html/tests/block/bugs/18445_2.html | 28 + .../layout/html/tests/block/bugs/18445_3.html | 30 + .../layout/html/tests/block/bugs/18445_4.html | 8 + .../layout/html/tests/block/bugs/20582.html | 11 + .../layout/html/tests/block/bugs/22496.html | 44 + .../layout/html/tests/block/bugs/37511_1.html | 1 + .../layout/html/tests/block/bugs/40129.html | 6 + .../layout/html/tests/block/bugs/41777.html | 1 + .../layout/html/tests/block/bugs/42495.html | 2 + .../layout/html/tests/block/bugs/4468.html | 12 +- .../layout/html/tests/block/bugs/4515.html | 3 +- .../layout/html/tests/block/bugs/4677.html | 6 +- .../layout/html/tests/block/bugs/47456.html | 9 + .../layout/html/tests/block/bugs/47456_1.html | 35 + .../layout/html/tests/block/bugs/4803.html | 3 +- .../layout/html/tests/block/bugs/48057.html | 14 + .../layout/html/tests/block/bugs/48653.html | 14 + .../layout/html/tests/block/bugs/4956.html | 2 +- .../layout/html/tests/block/bugs/50480.html | 2 + .../layout/html/tests/block/bugs/50758.html | 7 + .../layout/html/tests/block/bugs/5196.html | 4 +- .../layout/html/tests/block/bugs/52265.html | 16 + .../layout/html/tests/block/bugs/52307.html | 1 + .../layout/html/tests/block/bugs/52773.html | 9 + .../layout/html/tests/block/bugs/53259.html | 27 + .../layout/html/tests/block/bugs/53690.html | 3 + .../layout/html/tests/block/bugs/53960.html | 3 + .../layout/html/tests/block/bugs/53974.html | 11 + .../layout/html/tests/block/bugs/5418.html | 28 +- .../layout/html/tests/block/bugs/54618.html | 20 + .../layout/html/tests/block/bugs/54833.html | 7 + .../layout/html/tests/block/bugs/54876.html | 12 + .../layout/html/tests/block/bugs/55095.html | 3040 +++++++++++++++++ .../layout/html/tests/block/bugs/55250.html | 14 + .../layout/html/tests/block/bugs/55317.html | 20 + .../layout/html/tests/block/bugs/55874.html | 29 + .../layout/html/tests/block/bugs/55961.html | 16 + .../layout/html/tests/block/bugs/56265.html | 5 + .../layout/html/tests/block/bugs/56335.html | 36 + .../layout/html/tests/block/bugs/56563_1.html | 7 + .../layout/html/tests/block/bugs/57554.html | 3 + .../layout/html/tests/block/bugs/5821.html | 4 +- .../layout/html/tests/block/bugs/5859-a.html | 4 +- .../layout/html/tests/block/bugs/58652.html | 1120 ++++++ mozilla/layout/html/tests/block/bugs/58652.js | 147 + .../layout/html/tests/block/bugs/59790.html | 35 + .../layout/html/tests/block/bugs/59834.html | 185 + .../layout/html/tests/block/bugs/8466.html | 9 +- .../layout/html/tests/block/bugs/8683.html | 2 +- .../layout/html/tests/block/bugs/9282.html | 32 +- mozilla/layout/html/tests/block/bugs/Aj.gif | Bin 0 -> 591 bytes mozilla/layout/html/tests/block/bugs/ant.jpg | Bin 0 -> 135 bytes .../html/tests/block/bugs/file_list.txt | 40 +- .../html/tests/block/bugs/file_list_slow.txt | 11 + mozilla/layout/html/tests/block/bugs/hack.gif | Bin 0 -> 180 bytes .../html/tests/block/bugs/logo-star.gif | Bin 0 -> 26 bytes .../layout/html/tests/block/bugs/rtest.bat | 9 +- .../layout/html/tests/block/bugs/support.gif | Bin 0 -> 158 bytes .../html/tests/block/bugs/top_buttons16.jpg | Bin 0 -> 144 bytes .../html/tests/block/bugs/top_middle2.jpg | Bin 0 -> 144 bytes mozilla/layout/html/tests/block/dummy.html | 1 + 77 files changed, 5258 insertions(+), 89 deletions(-) create mode 100644 mozilla/layout/html/tests/block/bugs/18445.html create mode 100644 mozilla/layout/html/tests/block/bugs/18445_1.html create mode 100644 mozilla/layout/html/tests/block/bugs/18445_2.html create mode 100644 mozilla/layout/html/tests/block/bugs/18445_3.html create mode 100644 mozilla/layout/html/tests/block/bugs/18445_4.html create mode 100644 mozilla/layout/html/tests/block/bugs/20582.html create mode 100644 mozilla/layout/html/tests/block/bugs/22496.html create mode 100644 mozilla/layout/html/tests/block/bugs/37511_1.html create mode 100644 mozilla/layout/html/tests/block/bugs/40129.html create mode 100644 mozilla/layout/html/tests/block/bugs/41777.html create mode 100644 mozilla/layout/html/tests/block/bugs/42495.html create mode 100644 mozilla/layout/html/tests/block/bugs/47456.html create mode 100644 mozilla/layout/html/tests/block/bugs/47456_1.html create mode 100644 mozilla/layout/html/tests/block/bugs/48057.html create mode 100644 mozilla/layout/html/tests/block/bugs/48653.html create mode 100644 mozilla/layout/html/tests/block/bugs/50480.html create mode 100644 mozilla/layout/html/tests/block/bugs/50758.html create mode 100644 mozilla/layout/html/tests/block/bugs/52265.html create mode 100644 mozilla/layout/html/tests/block/bugs/52307.html create mode 100644 mozilla/layout/html/tests/block/bugs/52773.html create mode 100644 mozilla/layout/html/tests/block/bugs/53259.html create mode 100644 mozilla/layout/html/tests/block/bugs/53690.html create mode 100644 mozilla/layout/html/tests/block/bugs/53960.html create mode 100644 mozilla/layout/html/tests/block/bugs/53974.html create mode 100644 mozilla/layout/html/tests/block/bugs/54618.html create mode 100644 mozilla/layout/html/tests/block/bugs/54833.html create mode 100644 mozilla/layout/html/tests/block/bugs/54876.html create mode 100644 mozilla/layout/html/tests/block/bugs/55095.html create mode 100644 mozilla/layout/html/tests/block/bugs/55250.html create mode 100644 mozilla/layout/html/tests/block/bugs/55317.html create mode 100644 mozilla/layout/html/tests/block/bugs/55874.html create mode 100644 mozilla/layout/html/tests/block/bugs/55961.html create mode 100644 mozilla/layout/html/tests/block/bugs/56265.html create mode 100644 mozilla/layout/html/tests/block/bugs/56335.html create mode 100644 mozilla/layout/html/tests/block/bugs/56563_1.html create mode 100644 mozilla/layout/html/tests/block/bugs/57554.html create mode 100644 mozilla/layout/html/tests/block/bugs/58652.html create mode 100644 mozilla/layout/html/tests/block/bugs/58652.js create mode 100644 mozilla/layout/html/tests/block/bugs/59790.html create mode 100644 mozilla/layout/html/tests/block/bugs/59834.html create mode 100644 mozilla/layout/html/tests/block/bugs/Aj.gif create mode 100644 mozilla/layout/html/tests/block/bugs/ant.jpg create mode 100644 mozilla/layout/html/tests/block/bugs/file_list_slow.txt create mode 100644 mozilla/layout/html/tests/block/bugs/hack.gif create mode 100644 mozilla/layout/html/tests/block/bugs/logo-star.gif create mode 100644 mozilla/layout/html/tests/block/bugs/support.gif create mode 100644 mozilla/layout/html/tests/block/bugs/top_buttons16.jpg create mode 100644 mozilla/layout/html/tests/block/bugs/top_middle2.jpg create mode 100644 mozilla/layout/html/tests/block/dummy.html diff --git a/mozilla/layout/html/tests/block/base/rtest.bat b/mozilla/layout/html/tests/block/base/rtest.bat index 4931730bd4f..c373f7dd811 100755 --- a/mozilla/layout/html/tests/block/base/rtest.bat +++ b/mozilla/layout/html/tests/block/base/rtest.bat @@ -3,11 +3,11 @@ if "%1"=="baseline" goto baseline :verify if not exist verify mkdir verify -s:\mozilla\dist\win32_d.obj\bin\viewer -d 1 -o s:\mozilla\layout\html\tests\block\base\verify\ -rd s:\mozilla\layout\html\tests\block\base -f s:\mozilla\layout\html\tests\block\base\file_list.txt +s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\block\base\verify\ -rd s:\mozilla\layout\html\tests\block\base -f s:\mozilla\layout\html\tests\block\base\file_list.txt goto done :baseline -s:\mozilla\dist\win32_d.obj\bin\viewer -d 1 -o s:\mozilla\layout\html\tests\block\base\ -f s:\mozilla\layout\html\tests\block\base\file_list.txt +s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\block\base\ -f s:\mozilla\layout\html\tests\block\base\file_list.txt goto done :error diff --git a/mozilla/layout/html/tests/block/bugs/11589.html b/mozilla/layout/html/tests/block/bugs/11589.html index 82dc5a61850..05c1f8e70fb 100644 --- a/mozilla/layout/html/tests/block/bugs/11589.html +++ b/mozilla/layout/html/tests/block/bugs/11589.html @@ -1,4 +1,5 @@ - + + Testcase for bug 11589 @@ -8,7 +9,7 @@
- +
diff --git a/mozilla/layout/html/tests/block/bugs/12003.html b/mozilla/layout/html/tests/block/bugs/12003.html index 4f3df3ea6a0..7b74b327fae 100644 --- a/mozilla/layout/html/tests/block/bugs/12003.html +++ b/mozilla/layout/html/tests/block/bugs/12003.html @@ -3,7 +3,7 @@ - +
diff --git a/mozilla/layout/html/tests/block/bugs/12072.html b/mozilla/layout/html/tests/block/bugs/12072.html index 98a80942785..0ba9808f64d 100644 --- a/mozilla/layout/html/tests/block/bugs/12072.html +++ b/mozilla/layout/html/tests/block/bugs/12072.html @@ -5,7 +5,7 @@ - +
- diff --git a/mozilla/layout/html/tests/block/bugs/12709.html b/mozilla/layout/html/tests/block/bugs/12709.html index 78f6fde4bf0..2e9df18052f 100644 --- a/mozilla/layout/html/tests/block/bugs/12709.html +++ b/mozilla/layout/html/tests/block/bugs/12709.html @@ -9,7 +9,7 @@ may need to use any of your Internet software.
Butch Davis has Miami in the national spotlight.
- +
diff --git a/mozilla/layout/html/tests/block/bugs/13940.html b/mozilla/layout/html/tests/block/bugs/13940.html index 24c4bcc8812..e2e291808e4 100644 --- a/mozilla/layout/html/tests/block/bugs/13940.html +++ b/mozilla/layout/html/tests/block/bugs/13940.html @@ -5,11 +5,11 @@ - - - - - + + + + +
diff --git a/mozilla/layout/html/tests/block/bugs/14118-a.html b/mozilla/layout/html/tests/block/bugs/14118-a.html index bcad988b75f..a46b27ae336 100644 --- a/mozilla/layout/html/tests/block/bugs/14118-a.html +++ b/mozilla/layout/html/tests/block/bugs/14118-a.html @@ -10,8 +10,8 @@ Left image is 240 pixels wide, right is 330 pixels. - - + + - +
diff --git a/mozilla/layout/html/tests/block/bugs/14118-b.html b/mozilla/layout/html/tests/block/bugs/14118-b.html index 2ed523cb610..b31286b3277 100644 --- a/mozilla/layout/html/tests/block/bugs/14118-b.html +++ b/mozilla/layout/html/tests/block/bugs/14118-b.html @@ -15,7 +15,7 @@ Testcase distilled from http://ww industry's first E-business measurement and forecasting solution! Read the press release...
@@ -29,7 +29,7 @@ Testcase distilled from http://ww industry's first E-business measurement and forecasting solution! Read the press release...

diff --git a/mozilla/layout/html/tests/block/bugs/15882-a.html b/mozilla/layout/html/tests/block/bugs/15882-a.html index e464a24c54b..8ca391dd9b4 100644 --- a/mozilla/layout/html/tests/block/bugs/15882-a.html +++ b/mozilla/layout/html/tests/block/bugs/15882-a.html @@ -5,7 +5,7 @@ Testcase distilled from http://www.cnn.com: @@ -15,7 +15,7 @@ Testcase distilled from http://www.cnn.com:
-
Enter your U.S. zip code:
diff --git a/mozilla/layout/html/tests/block/bugs/15882-b.html b/mozilla/layout/html/tests/block/bugs/15882-b.html index d2e7ef7c52f..6c3f7c053ef 100644 --- a/mozilla/layout/html/tests/block/bugs/15882-b.html +++ b/mozilla/layout/html/tests/block/bugs/15882-b.html @@ -5,7 +5,7 @@ Testcase distilled from http://www.cnn.com:
- Enter your U.S. zip code:
@@ -15,7 +15,7 @@ Testcase distilled from http://www.cnn.com:
-
vvvEnter your U.S. zip code:
diff --git a/mozilla/layout/html/tests/block/bugs/15933-a.html b/mozilla/layout/html/tests/block/bugs/15933-a.html index 8697cc9f7e9..d1e29ec99b5 100644 --- a/mozilla/layout/html/tests/block/bugs/15933-a.html +++ b/mozilla/layout/html/tests/block/bugs/15933-a.html @@ -3,7 +3,7 @@
- vvvEnter your U.S. zip code:
- +
diff --git a/mozilla/layout/html/tests/block/bugs/15933-b.html b/mozilla/layout/html/tests/block/bugs/15933-b.html index 9df38029532..0cc0b99fd5d 100644 --- a/mozilla/layout/html/tests/block/bugs/15933-b.html +++ b/mozilla/layout/html/tests/block/bugs/15933-b.html @@ -3,7 +3,7 @@ - +
diff --git a/mozilla/layout/html/tests/block/bugs/16053.html b/mozilla/layout/html/tests/block/bugs/16053.html index 82fd2ec584d..fd1c6697741 100644 --- a/mozilla/layout/html/tests/block/bugs/16053.html +++ b/mozilla/layout/html/tests/block/bugs/16053.html @@ -9,7 +9,7 @@ - +
diff --git a/mozilla/layout/html/tests/block/bugs/17636.html b/mozilla/layout/html/tests/block/bugs/17636.html index ec3e69492c9..29dd6ed799d 100644 --- a/mozilla/layout/html/tests/block/bugs/17636.html +++ b/mozilla/layout/html/tests/block/bugs/17636.html @@ -5,7 +5,7 @@
-Diamond Logo +Diamond Logo    Diamond Home Page Header Logo
diff --git a/mozilla/layout/html/tests/block/bugs/18445.html b/mozilla/layout/html/tests/block/bugs/18445.html new file mode 100644 index 00000000000..84f50384590 --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/18445.html @@ -0,0 +1,74 @@ + + + + + + + + +Mozilla Tests: Styled Widgets Eleven + + + + + + + +

Styling Widgets! 11

+ +

In all these tests, INPUT should act as a BLOCK element because it +is given 'display:block' in the stylesheet.

+ +

In the following test case there a centered INPUT element.

+ +
+ +
+ +

In the following test case, there is the same INPUT but this time +it is next to a float. The INPUT should be in the same place!

+ +
+
I float.
+ +
+ +

This problem does not seem to occur with left floated images:

+ +
+
I float.
+ +
+ +

Similarly, if we right align the INPUT, the INPUT does +not go under the floated block as it should:

+ +
+
I float.
+ +
+ +

In this case, though, the problem does appear for the left +case:

+ +
+
I float.
+ +
+ +
+ +

Prev Next

+ + + + diff --git a/mozilla/layout/html/tests/block/bugs/18445_1.html b/mozilla/layout/html/tests/block/bugs/18445_1.html new file mode 100644 index 00000000000..7efab8dc416 --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/18445_1.html @@ -0,0 +1,76 @@ + + + + + + + + +Mozilla Tests: Styled Widgets Eleven + + + + + + + +

Styling Widgets! 11

+ +

In all these tests, INPUT should act as a BLOCK element because it +is given 'display:block' in the stylesheet.

+ +

In the following test case there a centered INPUT element.

+ +
+

I am centered with 'margin:auto'."

+
+ +

In the following test case, there is the same INPUT but this time +it is next to a float. The INPUT should be in the same place!

+ +
+
I float.
+

I am centered with 'margin:auto'."

+
+ +

This problem does not seem to occur with left floated images:

+ +
+
I float.
+

I am centered with 'margin:auto'."

+
+ +

Similarly, if we right align the INPUT, the INPUT does +not go under the floated block as it should:

+ +
+
I float.
+

I am right aligned with 'margin-left:auto'."

+
+ +

In this case, though, the problem does appear for the left +case:

+ +
+
I float.
+

I am left aligned with 'margin-right:auto'."

+
+ +
+ +

Prev Next

+ + + + diff --git a/mozilla/layout/html/tests/block/bugs/18445_2.html b/mozilla/layout/html/tests/block/bugs/18445_2.html new file mode 100644 index 00000000000..25e99d5a4cb --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/18445_2.html @@ -0,0 +1,28 @@ + + +Mozilla Tests: Styled Widgets Eleven + + +
+
left
+
right
+ + + + +

+ + text in the outer div +
+ diff --git a/mozilla/layout/html/tests/block/bugs/18445_3.html b/mozilla/layout/html/tests/block/bugs/18445_3.html new file mode 100644 index 00000000000..9ff84946f0d --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/18445_3.html @@ -0,0 +1,30 @@ + + + + + + +
this div should be under the big img
+ + + + + + + diff --git a/mozilla/layout/html/tests/block/bugs/18445_4.html b/mozilla/layout/html/tests/block/bugs/18445_4.html new file mode 100644 index 00000000000..0faa70825a8 --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/18445_4.html @@ -0,0 +1,8 @@ +
1
+ +
2
+ +
3
+ +
4
+ \ No newline at end of file diff --git a/mozilla/layout/html/tests/block/bugs/20582.html b/mozilla/layout/html/tests/block/bugs/20582.html new file mode 100644 index 00000000000..847c4f7e996 --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/20582.html @@ -0,0 +1,11 @@ + +
+
+
+abc + \ No newline at end of file diff --git a/mozilla/layout/html/tests/block/bugs/22496.html b/mozilla/layout/html/tests/block/bugs/22496.html new file mode 100644 index 00000000000..a15b09a2f99 --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/22496.html @@ -0,0 +1,44 @@ + + +
+ foo + bar +
+
+
+
50px float
+ bar +
+
+
+ foo + xxxxxxxxxxxxxxxxxxxxxxxxx +
+
+
+
50px float
+ xxxxxxxxxxxxxxxxxxxxxxxxx +
+ +
+ +
+ foo + bar +
+
+
+
50px float
+ bar +
+
+
+ foo + xxxxxxxxxxxxxxxxxxxxxxxxx +
+
+
+
50px float
+ xxxxxxxxxxxxxxxxxxxxxxxxx +
+ diff --git a/mozilla/layout/html/tests/block/bugs/37511_1.html b/mozilla/layout/html/tests/block/bugs/37511_1.html new file mode 100644 index 00000000000..c8bc13153ef --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/37511_1.html @@ -0,0 +1 @@ + diff --git a/mozilla/layout/html/tests/block/bugs/40129.html b/mozilla/layout/html/tests/block/bugs/40129.html new file mode 100644 index 00000000000..a45ae0449ff --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/40129.html @@ -0,0 +1,6 @@ +
+
+ +
+
x
+
diff --git a/mozilla/layout/html/tests/block/bugs/41777.html b/mozilla/layout/html/tests/block/bugs/41777.html new file mode 100644 index 00000000000..26d3770ca7b --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/41777.html @@ -0,0 +1 @@ +
  1. first
diff --git a/mozilla/layout/html/tests/block/bugs/42495.html b/mozilla/layout/html/tests/block/bugs/42495.html new file mode 100644 index 00000000000..909d9489bdc --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/42495.html @@ -0,0 +1,2 @@ +
+ Leipzig  Wien
diff --git a/mozilla/layout/html/tests/block/bugs/4468.html b/mozilla/layout/html/tests/block/bugs/4468.html index 0179c5a6d92..62beb42543b 100644 --- a/mozilla/layout/html/tests/block/bugs/4468.html +++ b/mozilla/layout/html/tests/block/bugs/4468.html @@ -11,12 +11,12 @@

Mozilla, as of 1999-05-17, displays the red (left hand side) column incorrectly.

-image -image -image +image +image +image
-image -image -image +image +image +image
diff --git a/mozilla/layout/html/tests/block/bugs/4515.html b/mozilla/layout/html/tests/block/bugs/4515.html index 783ae49c72e..1bc9c2aebc0 100644 --- a/mozilla/layout/html/tests/block/bugs/4515.html +++ b/mozilla/layout/html/tests/block/bugs/4515.html @@ -2,7 +2,6 @@ Widths and margins of floating, non-replaced elements - @@ -207,7 +206,7 @@ P.sixteen { position: relative; width: 30%; right: -10%; left: auto; }
-

Valid HTML 4.0!

+

Valid HTML 4.0!

(Back to CSS Testing Information, David Baron)

diff --git a/mozilla/layout/html/tests/block/bugs/4677.html b/mozilla/layout/html/tests/block/bugs/4677.html index 62770353575..ecdaa59dfef 100644 --- a/mozilla/layout/html/tests/block/bugs/4677.html +++ b/mozilla/layout/html/tests/block/bugs/4677.html @@ -1,9 +1,9 @@ -
-
- +
+
+ diff --git a/mozilla/layout/html/tests/block/bugs/47456.html b/mozilla/layout/html/tests/block/bugs/47456.html new file mode 100644 index 00000000000..34cc939ff28 --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/47456.html @@ -0,0 +1,9 @@ + + +Yahoo! Mail Netiquette Quiz from Peggy Post + + +abc + + + diff --git a/mozilla/layout/html/tests/block/bugs/47456_1.html b/mozilla/layout/html/tests/block/bugs/47456_1.html new file mode 100644 index 00000000000..3930355af36 --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/47456_1.html @@ -0,0 +1,35 @@ + + +
+original table + + + + +
+ +True
  +False
+ +
table with NOBR tags in each cell + + + + +
+ +True
  +False
+ +
table that shows min required width for each cell (45, 52) + + + + +
+ +True
  +False
+ + + diff --git a/mozilla/layout/html/tests/block/bugs/4803.html b/mozilla/layout/html/tests/block/bugs/4803.html index 0acd2051400..96f5dd4f8a4 100644 --- a/mozilla/layout/html/tests/block/bugs/4803.html +++ b/mozilla/layout/html/tests/block/bugs/4803.html @@ -1,10 +1,9 @@ - diff --git a/mozilla/layout/html/tests/block/bugs/48057.html b/mozilla/layout/html/tests/block/bugs/48057.html new file mode 100644 index 00000000000..927a7cefe16 --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/48057.html @@ -0,0 +1,14 @@ + + +
- +  D A I LY  C H E C K
+ + + + +
fdsfds fd fds + + + +
+ + diff --git a/mozilla/layout/html/tests/block/bugs/48653.html b/mozilla/layout/html/tests/block/bugs/48653.html new file mode 100644 index 00000000000..af3457dd773 --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/48653.html @@ -0,0 +1,14 @@ + + +Bug 48653 + +

The following text is absolute positioned 20 pixels down from the red !

+

+RELATIVE 1 + +This text is absolute-positioned and has top:20px. It should be offset by the width of the red text, +because it has a default value for "left" of "auto." + + +

+ diff --git a/mozilla/layout/html/tests/block/bugs/4956.html b/mozilla/layout/html/tests/block/bugs/4956.html index e7c88c96bd5..5e419974fc6 100644 --- a/mozilla/layout/html/tests/block/bugs/4956.html +++ b/mozilla/layout/html/tests/block/bugs/4956.html @@ -22,7 +22,7 @@ the image. - diff --git a/mozilla/layout/html/tests/block/bugs/50480.html b/mozilla/layout/html/tests/block/bugs/50480.html new file mode 100644 index 00000000000..c7d5d8e271c --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/50480.html @@ -0,0 +1,2 @@ +
  1. first
  2. +
diff --git a/mozilla/layout/html/tests/block/bugs/50758.html b/mozilla/layout/html/tests/block/bugs/50758.html new file mode 100644 index 00000000000..0888d09e6eb --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/50758.html @@ -0,0 +1,7 @@ + + +
+ +
+ + diff --git a/mozilla/layout/html/tests/block/bugs/5196.html b/mozilla/layout/html/tests/block/bugs/5196.html index 9c3fadb69e8..8e440669e8e 100644 --- a/mozilla/layout/html/tests/block/bugs/5196.html +++ b/mozilla/layout/html/tests/block/bugs/5196.html @@ -6,11 +6,11 @@ - +
- + diff --git a/mozilla/layout/html/tests/block/bugs/52265.html b/mozilla/layout/html/tests/block/bugs/52265.html new file mode 100644 index 00000000000..d61c3f0f996 --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/52265.html @@ -0,0 +1,16 @@ + + Tcl/Tk + + + +
+ + +Tcl (Tool Command Language) is used by over +
+

Tk is a graphical user interface toolkit that makes it possible to create powerful +GUIs incredibly quickly. It proved so popular that it now ships +with all distributions of Tcl. + + + diff --git a/mozilla/layout/html/tests/block/bugs/52307.html b/mozilla/layout/html/tests/block/bugs/52307.html new file mode 100644 index 00000000000..e2f32cd7e15 --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/52307.html @@ -0,0 +1 @@ +


\ No newline at end of file diff --git a/mozilla/layout/html/tests/block/bugs/52773.html b/mozilla/layout/html/tests/block/bugs/52773.html new file mode 100644 index 00000000000..e0b6039b3e6 --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/52773.html @@ -0,0 +1,9 @@ +
home  +about  +bibliography  +books  +articles  +links  +survey  +
diff --git a/mozilla/layout/html/tests/block/bugs/53259.html b/mozilla/layout/html/tests/block/bugs/53259.html new file mode 100644 index 00000000000..2c602ab3189 --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/53259.html @@ -0,0 +1,27 @@ + + +
+ Div 1: min-width:200px +
+
+
+ Div 2: width:200px width:200px width:200px width:200px +max-width:200px +
+
+
+ Div 3: max-width:200px max-width:200px max-width:200px max-width:200px +max-width:200px +
+
+
Div 4:
+
+ +
+<input type=text style="min-width:200px;">
+ + + +
+ + diff --git a/mozilla/layout/html/tests/block/bugs/53690.html b/mozilla/layout/html/tests/block/bugs/53690.html new file mode 100644 index 00000000000..8d893d56691 --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/53690.html @@ -0,0 +1,3 @@ +
+ +X
\ No newline at end of file diff --git a/mozilla/layout/html/tests/block/bugs/53960.html b/mozilla/layout/html/tests/block/bugs/53960.html new file mode 100644 index 00000000000..8a1e85538b0 --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/53960.html @@ -0,0 +1,3 @@ +
+
+
X
diff --git a/mozilla/layout/html/tests/block/bugs/53974.html b/mozilla/layout/html/tests/block/bugs/53974.html new file mode 100644 index 00000000000..8e469b97ba9 --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/53974.html @@ -0,0 +1,11 @@ + +text + +

a paragraph

+
+text \ No newline at end of file diff --git a/mozilla/layout/html/tests/block/bugs/5418.html b/mozilla/layout/html/tests/block/bugs/5418.html index 9aceca0a445..d97e62b6778 100644 --- a/mozilla/layout/html/tests/block/bugs/5418.html +++ b/mozilla/layout/html/tests/block/bugs/5418.html @@ -28,19 +28,19 @@ are vertical gaps between each image (the Nav4 vs. CSS2 incompatibility).

-
+
-
+
-
+
-
+
-
+
-
+
- +
@@ -56,19 +56,19 @@ are vertical gaps between each image (the Nav4 vs. CSS2 incompatibility).

-
+
-
+
-
+
-
+
-
+
-
+
- + diff --git a/mozilla/layout/html/tests/block/bugs/54618.html b/mozilla/layout/html/tests/block/bugs/54618.html new file mode 100644 index 00000000000..511a000d49d --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/54618.html @@ -0,0 +1,20 @@ + + +
+
+ + + + +
+
+
+ + + + +
+ +
+
+ diff --git a/mozilla/layout/html/tests/block/bugs/54833.html b/mozilla/layout/html/tests/block/bugs/54833.html new file mode 100644 index 00000000000..9e666590349 --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/54833.html @@ -0,0 +1,7 @@ +
+ + + +
Falwell, White
The Rev. Jerry Falwell, left; an outspoken critic of homosexuality, met with the Rev. Mel White, an openly gay minister, on Saturday in Lynchburg, Virginia
+
+ diff --git a/mozilla/layout/html/tests/block/bugs/54876.html b/mozilla/layout/html/tests/block/bugs/54876.html new file mode 100644 index 00000000000..d4c36ca45b3 --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/54876.html @@ -0,0 +1,12 @@ + +
+ + +
+ \ No newline at end of file diff --git a/mozilla/layout/html/tests/block/bugs/55095.html b/mozilla/layout/html/tests/block/bugs/55095.html new file mode 100644 index 00000000000..f8be481645d --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/55095.html @@ -0,0 +1,3040 @@ + + + + + + HPCU + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Hello

+ + + diff --git a/mozilla/layout/html/tests/block/bugs/55250.html b/mozilla/layout/html/tests/block/bugs/55250.html new file mode 100644 index 00000000000..9d85ac1e394 --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/55250.html @@ -0,0 +1,14 @@ + + + + + 55250 + + +xxx +
+ +
+
x
+ + diff --git a/mozilla/layout/html/tests/block/bugs/55317.html b/mozilla/layout/html/tests/block/bugs/55317.html new file mode 100644 index 00000000000..27abab48810 --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/55317.html @@ -0,0 +1,20 @@ + + +.Online Handyshop, alles für Ihr Mobiltelefonm, Handypark.de + + + + + + + + + + + + + +<body bgcolor="#FFFFFF"> + +</body> + diff --git a/mozilla/layout/html/tests/block/bugs/55874.html b/mozilla/layout/html/tests/block/bugs/55874.html new file mode 100644 index 00000000000..cbe1b393091 --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/55874.html @@ -0,0 +1,29 @@ + + + + + +

children of the body

+ + +

children of a div with height=400px

+
+ +
+ +

children of a table with height=400px

+
+ +
+ \ No newline at end of file diff --git a/mozilla/layout/html/tests/block/bugs/55961.html b/mozilla/layout/html/tests/block/bugs/55961.html new file mode 100644 index 00000000000..cb96a97c3d9 --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/55961.html @@ -0,0 +1,16 @@ + + +Macromedia Web Player Download Center + + + + + + + + + +<body bgcolor="#FFFFFF"> Your web browser does not support frames. +Please upgrade to the latest +<a href="/OUTGOING/http://home.netscape.com/download/">Netscape</a> or <a href="/OUTGOING/http://www.microsoft.com/windows/ie/">Internet Explorer</a> browser. +</body> diff --git a/mozilla/layout/html/tests/block/bugs/56265.html b/mozilla/layout/html/tests/block/bugs/56265.html new file mode 100644 index 00000000000..cdf1a4c8a81 --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/56265.html @@ -0,0 +1,5 @@ +
+ Show bug: + + +
diff --git a/mozilla/layout/html/tests/block/bugs/56335.html b/mozilla/layout/html/tests/block/bugs/56335.html new file mode 100644 index 00000000000..7b02bcddd7f --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/56335.html @@ -0,0 +1,36 @@ + +
+ + + + + + + + + + + + + +
+ New/Blue Tell A Friend +
+
+ + + +
+
+
 
+ +  
+ + + + + + + diff --git a/mozilla/layout/html/tests/block/bugs/56563_1.html b/mozilla/layout/html/tests/block/bugs/56563_1.html new file mode 100644 index 00000000000..3099403e9fd --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/56563_1.html @@ -0,0 +1,7 @@ + + +

+ +

M +

+ diff --git a/mozilla/layout/html/tests/block/bugs/57554.html b/mozilla/layout/html/tests/block/bugs/57554.html new file mode 100644 index 00000000000..e4a2b51171e --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/57554.html @@ -0,0 +1,3 @@ +

foobar1

foo +

foobar2

foo +

foobar3

foo diff --git a/mozilla/layout/html/tests/block/bugs/5821.html b/mozilla/layout/html/tests/block/bugs/5821.html index abfecc30df7..c37aab8d65b 100644 --- a/mozilla/layout/html/tests/block/bugs/5821.html +++ b/mozilla/layout/html/tests/block/bugs/5821.html @@ -9,11 +9,11 @@ below has link:
-
+
below has no link:
-
+
diff --git a/mozilla/layout/html/tests/block/bugs/5859-a.html b/mozilla/layout/html/tests/block/bugs/5859-a.html index 2cc36a0c84a..52ebc1ceec8 100644 --- a/mozilla/layout/html/tests/block/bugs/5859-a.html +++ b/mozilla/layout/html/tests/block/bugs/5859-a.html @@ -18,9 +18,9 @@ -

blank.gifWinMag ShortCuts

+ src="ant.jpg" alt="WinMag ShortCuts">

diff --git a/mozilla/layout/html/tests/block/bugs/58652.html b/mozilla/layout/html/tests/block/bugs/58652.html new file mode 100644 index 00000000000..45f76e07c76 --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/58652.html @@ -0,0 +1,1120 @@ + + + + +Top Menu + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + +
  
+ + + + + + + + + + + + + + + + + + + + + +Trading + +Account Info + +Quotes & Research + +Markets + +Education + + + + + + + +Trading + +Account info + +Quotes & Research + +Markets + +Education + + + + + + + +Trading + +Account Info + +Quotes and Research + +Markets + +Education + + + + + + + +Trading + +Account Info + +Quotes and Research + +Markets + +Education + + + + + + + + + +Trading + +Account Info + +Quotes and Research + +Markets + +Education + + + + + + + + + +Trading + +Account Info + +Quotes and Research + +Markets + +Education + + + + + + + + + + +
+ + + +



+ + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/layout/html/tests/block/bugs/58652.js b/mozilla/layout/html/tests/block/bugs/58652.js new file mode 100644 index 00000000000..8c4213ef0fd --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/58652.js @@ -0,0 +1,147 @@ + +function openWindow() { + popupWin = window.open('/help2/help_index.html', 'remote', 'width=600,height=400') +} + +function goHtml(x){ + +parent.INFO.location="/out/"+x+".html"; + +} + + +function goAsp(x){ +//alert(parent.NAV.document.acctForm.fsiid.value) +parent.INFO.location=x+"?UI="+parent.NAV.document.acctForm.fsiid.value; + +} + + +function getHash(){ +var hash=location.hash; +//alert(hash.substring(1,hash.length)); +return hash.substring(1,hash.length); +} + +function goHelp(){ + +if (document.topMenuForm.current.value.substring(1,6)=="level"){ +parent.NAV.popWin("/tsnhelp/Q_Reilly.htm",640,480); +} +else popHelp(); + + +} + + +function popHelp(ch){ +if(window.helpWin && !window.helpWin.closed){ +helpWin.focus(); +//helpWin.replace(url); +} + +else + +{ +helpWin = window.open('/help2/help_index.html','helpWin','toolbar=yes,location=no,directories=yes,menubar=yes,scrollbars=yes,resizable=yes,width=600,height=470') +} + +} + + + + + +function showMenu(x){ +if(document.topMenuForm.current.value!=""){ +hide(document.topMenuForm.current.value); +} + +show(x); +document.topMenuForm.current.value=x; +} + +function writeDate(){ +var mA = new Array('January','February', +'March','April','May','June','July','August','September','October','November','December'); + +var mD = new Array('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'); +var date= new Date(); + +document.write(mD[date.getDay()]+", "+mA[date.getMonth()]+" "+date.getDate()); + +} + + +var level=3; + +function getCookieVal (offset){ +var endstr = document.cookie.indexOf (";", offset); +if (endstr == -1) +endstr =document.cookie.length; +return unescape(document.cookie.substring(offset, endstr)); +} + + + +function GetCookie (name) { +var arg = name + "="; +var alen = arg.length; +var clen = document.cookie.length; +var i = 0; +while (i < clen) { +var j = i + alen; +if (document.cookie.substring(i, j) == arg) +return getCookieVal (j); +i = document.cookie.indexOf(" ", i) + 1; +if (i == 0) break; +} +return null; +} + + + + +function levelWrite (text, x) { +if(level>(x-1)){ +document.write(text); +} +} + + +function show(id) { +ns4 = (document.layers)? true:false; +ie4 = (document.all)? true:false; +if (ns4) document.layers['menubox'].layers[id].visibility = "show" +else if (ie4) document.all[id].style.visibility = "visible" +} + + +function hide(id) { +ns4 = (document.layers)? true:false; +ie4 = (document.all)? true:false; +if (ns4) document.layers['menubox'].layers[id].visibility = "hide" +else if (ie4) document.all[id].style.visibility = "hidden" +} + + + +function ppii(x){ +parent.INFO.location=x; +} + + + + + + +function showResLevel(){ +showMenu(rlevel); +} + + + + +function ppiiEdu(x){ +parent.INFO.location="/education/"+x; +} diff --git a/mozilla/layout/html/tests/block/bugs/59790.html b/mozilla/layout/html/tests/block/bugs/59790.html new file mode 100644 index 00000000000..60480e9b9ea --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/59790.html @@ -0,0 +1,35 @@ + + + + + + + + +
+ + + + +
+ + + + +
+ + + + + +
+ + + + +
+
+
+
+
+ diff --git a/mozilla/layout/html/tests/block/bugs/59834.html b/mozilla/layout/html/tests/block/bugs/59834.html new file mode 100644 index 00000000000..887ff715ff4 --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/59834.html @@ -0,0 +1,185 @@ + + Programming + + +Programming And Programming Languages + + +

+ + +C/C++ +


+ +Scheme +
    +
  • Interpreters/Compilers
  • +
  • Source Code
  • +
+Scheme Indexes & Sites +


+ +Pascal +
    +
  • Compilers
  • +
  • Source Code
  • + +
+Other Resources
+


+ +Assemblers +
    +
  • Assemblers
  • +
  • Source Code
  • +


+HTML
+
    +
  • Authoring Programs
  • + +
  • Form-Based Page Construction Tools
  • + +
  • HTML Guide Pages
  • +


    + +Oberon
    +Sites and Indices +
    +Newsgroups
    +

    +

    Eifel

    + +

    Java

    + +General Resources
    + +

    + +The Field of Programming Languages +
    Organizations and Universities +
    + +
    Projects +
    Conventions and Conferences
    +
    Textbooks and other sources
    + + +

    + +CASE Tools, Debugging Tools, Programming Environments +
    +
      +
    • +
    • +
    +
    + +

    +Concepts, Paradigms, and Theory
    +

    +If you have any good suggestions of sites which absolutely need to be here, +tell me.
    + + diff --git a/mozilla/layout/html/tests/block/bugs/8466.html b/mozilla/layout/html/tests/block/bugs/8466.html index 98d57e89145..4ea83bacf92 100644 --- a/mozilla/layout/html/tests/block/bugs/8466.html +++ b/mozilla/layout/html/tests/block/bugs/8466.html @@ -1,12 +1,9 @@
    -
    -
    -
    +
    +
    +
    \ No newline at end of file diff --git a/mozilla/layout/html/tests/block/bugs/8683.html b/mozilla/layout/html/tests/block/bugs/8683.html index 875c426fa8b..b1e325afb74 100644 --- a/mozilla/layout/html/tests/block/bugs/8683.html +++ b/mozilla/layout/html/tests/block/bugs/8683.html @@ -4,7 +4,7 @@ - + diff --git a/mozilla/layout/html/tests/block/bugs/9282.html b/mozilla/layout/html/tests/block/bugs/9282.html index 2d1fb182575..b6c8952de15 100644 --- a/mozilla/layout/html/tests/block/bugs/9282.html +++ b/mozilla/layout/html/tests/block/bugs/9282.html @@ -42,7 +42,7 @@ to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup
    - +
    to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup @@ -59,7 +59,7 @@ to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup
    - +
    to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup @@ -71,7 +71,7 @@ to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup
    - +
    to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup @@ -83,7 +83,7 @@ to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup
    - +
    to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup @@ -95,7 +95,7 @@ to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup
    - +
    to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup @@ -111,7 +111,7 @@ to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup
    - +
    to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup @@ -123,7 +123,7 @@ to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup
    - +
    to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup @@ -135,7 +135,7 @@ to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup
    - +
    to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup @@ -148,7 +148,7 @@ to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup
    - +
    to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup @@ -160,7 +160,7 @@ to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup
    - +
    to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup @@ -173,7 +173,7 @@ to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup
    - +
    to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup @@ -190,7 +190,7 @@ to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup
    - +
    to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup @@ -202,7 +202,7 @@ to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup
    - +
    to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup @@ -214,7 +214,7 @@ to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup
    - +
    to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup @@ -226,7 +226,7 @@ to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup
    - +
    to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup @@ -242,7 +242,7 @@ to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup
    - +
    to make sure the parser and so on are not hosed. This is a test of word wrapping. It is a boring simple test with no markup diff --git a/mozilla/layout/html/tests/block/bugs/Aj.gif b/mozilla/layout/html/tests/block/bugs/Aj.gif new file mode 100644 index 0000000000000000000000000000000000000000..61e63fa96992a68025afbae1d464d6327f0165be GIT binary patch literal 591 zcmWksO=wd=5FV1eBqoo>1YYeSRe1doO)G)Xq>@TweAX07uu5vG*xIT?YuktveJcLo zPiYEOic;+!L=*}VDR|KyauU&lE>iH|K_jIX^THV- zCLsww!CpZC6mVqjsT7a}c>j61CUX)63W^%aXlk z&neNw$g`KA!{%U+1fT@T8UVhotdJln_zmWk-YVOpoJ0~W8vsPCgjH|}AtkE=K^#KM z!tmv3VhUn;RIOHt!GK>@SB0I0g21wP6G=-F7(>I#uC|VGQ$2B>`IOeUuIujINmsZb zKRx?rZH=4Y8cI`ZsZ?^uQqAeZ*=$w^@MedV#uiU31xT)jh^A=(I%@$FDwT?}ZfoSm zJsw>D^+~QXHU9(w!}ayfE#V)(elNT!nWnk??K|>-STU0Cc-|4xxD$4!Y4qy;qsNNH zV$aO{ngCsKA|^vFzy>C;E0 hB_^f(x3Qs~y6D{294|cNU*Or>xv8t~@A|q!`w!@b*IWPq literal 0 HcmV?d00001 diff --git a/mozilla/layout/html/tests/block/bugs/ant.jpg b/mozilla/layout/html/tests/block/bugs/ant.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9576be72400fe74a25ce57722aa386ed586efa97 GIT binary patch literal 135 zcmex=(R76-@)<9ks00Ph=ssI20 literal 0 HcmV?d00001 diff --git a/mozilla/layout/html/tests/block/bugs/file_list.txt b/mozilla/layout/html/tests/block/bugs/file_list.txt index 9f567397093..5bc4477a65a 100644 --- a/mozilla/layout/html/tests/block/bugs/file_list.txt +++ b/mozilla/layout/html/tests/block/bugs/file_list.txt @@ -1,5 +1,4 @@ file:///s:/mozilla/layout/html/tests/block/bugs/4324.html -file:///s:/mozilla/layout/html/tests/block/bugs/4468.html file:///s:/mozilla/layout/html/tests/block/bugs/4515.html file:///s:/mozilla/layout/html/tests/block/bugs/4677.html file:///s:/mozilla/layout/html/tests/block/bugs/4803.html @@ -7,7 +6,6 @@ file:///s:/mozilla/layout/html/tests/block/bugs/4956.html file:///s:/mozilla/layout/html/tests/block/bugs/5114.html file:///s:/mozilla/layout/html/tests/block/bugs/5196.html file:///s:/mozilla/layout/html/tests/block/bugs/5375.html -file:///s:/mozilla/layout/html/tests/block/bugs/5418.html file:///s:/mozilla/layout/html/tests/block/bugs/5537.html file:///s:/mozilla/layout/html/tests/block/bugs/5688.html file:///s:/mozilla/layout/html/tests/block/bugs/5821.html @@ -32,7 +30,6 @@ file:///s:/mozilla/layout/html/tests/block/bugs/8749.html file:///s:/mozilla/layout/html/tests/block/bugs/8878.html file:///s:/mozilla/layout/html/tests/block/bugs/8905.html file:///s:/mozilla/layout/html/tests/block/bugs/9237-b.html -file:///s:/mozilla/layout/html/tests/block/bugs/9282.html file:///s:/mozilla/layout/html/tests/block/bugs/9601.html file:///s:/mozilla/layout/html/tests/block/bugs/10458.html file:///s:/mozilla/layout/html/tests/block/bugs/10490-a.html @@ -55,8 +52,6 @@ file:///s:/mozilla/layout/html/tests/block/bugs/13481.html file:///s:/mozilla/layout/html/tests/block/bugs/13553.html file:///s:/mozilla/layout/html/tests/block/bugs/13599.html file:///s:/mozilla/layout/html/tests/block/bugs/13869.html -file:///s:/mozilla/layout/html/tests/block/bugs/13940.html -file:///s:/mozilla/layout/html/tests/block/bugs/14118-a.html file:///s:/mozilla/layout/html/tests/block/bugs/14118-b.html file:///s:/mozilla/layout/html/tests/block/bugs/14140.html file:///s:/mozilla/layout/html/tests/block/bugs/14161.html @@ -84,7 +79,13 @@ file:///s:/mozilla/layout/html/tests/block/bugs/17518.html file:///s:/mozilla/layout/html/tests/block/bugs/17532.html file:///s:/mozilla/layout/html/tests/block/bugs/17636.html file:///s:/mozilla/layout/html/tests/block/bugs/17844.html -file:///s:/mozilla/layout/html/tests/block/bugs/22037.html +file:///s:/mozilla/layout/html/tests/block/bugs/18445.html +file:///s:/mozilla/layout/html/tests/block/bugs/18445_1.html +file:///s:/mozilla/layout/html/tests/block/bugs/18445_2.html +file:///s:/mozilla/layout/html/tests/block/bugs/18445_3.html +file:///s:/mozilla/layout/html/tests/block/bugs/18445_4.html +file:///s:/mozilla/layout/html/tests/block/bugs/20582.html +#file:///s:/mozilla/layout/html/tests/block/bugs/22037.html file:///s:/mozilla/layout/html/tests/block/bugs/22413.html file:///s:/mozilla/layout/html/tests/block/bugs/27211.html file:///s:/mozilla/layout/html/tests/block/bugs/28811.html @@ -95,13 +96,17 @@ file:///s:/mozilla/layout/html/tests/block/bugs/36401.html file:///s:/mozilla/layout/html/tests/block/bugs/37083-1.html file:///s:/mozilla/layout/html/tests/block/bugs/37083-2.html file:///s:/mozilla/layout/html/tests/block/bugs/37083-3.html +file:///s:/mozilla/layout/html/tests/block/bugs/37511_1.html file:///s:/mozilla/layout/html/tests/block/bugs/39211.html file:///s:/mozilla/layout/html/tests/block/bugs/39211-a.html file:///s:/mozilla/layout/html/tests/block/bugs/39211-b.html file:///s:/mozilla/layout/html/tests/block/bugs/39211-c.html file:///s:/mozilla/layout/html/tests/block/bugs/40038-1.xml file:///s:/mozilla/layout/html/tests/block/bugs/40038-2.html +file:///s:/mozilla/layout/html/tests/block/bugs/40129.html file:///s:/mozilla/layout/html/tests/block/bugs/41521.html +file:///s:/mozilla/layout/html/tests/block/bugs/41777.html +file:///s:/mozilla/layout/html/tests/block/bugs/42495.html file:///s:/mozilla/layout/html/tests/block/bugs/43882-1.html file:///s:/mozilla/layout/html/tests/block/bugs/43882-2.html file:///s:/mozilla/layout/html/tests/block/bugs/43882-3.html @@ -122,4 +127,27 @@ file:///s:/mozilla/layout/html/tests/block/bugs/44264-1.html file:///s:/mozilla/layout/html/tests/block/bugs/44264-2.html file:///s:/mozilla/layout/html/tests/block/bugs/44264-3.html file:///s:/mozilla/layout/html/tests/block/bugs/44709.html +file:///s:/mozilla/layout/html/tests/block/bugs/47456.html +file:///s:/mozilla/layout/html/tests/block/bugs/47456_1.html +file:///s:/mozilla/layout/html/tests/block/bugs/48057.html +file:///s:/mozilla/layout/html/tests/block/bugs/48653.html +file:///s:/mozilla/layout/html/tests/block/bugs/50480.html +file:///s:/mozilla/layout/html/tests/block/bugs/50758.html +file:///s:/mozilla/layout/html/tests/block/bugs/52265.html +file:///s:/mozilla/layout/html/tests/block/bugs/52307.html +file:///s:/mozilla/layout/html/tests/block/bugs/52733.html +file:///s:/mozilla/layout/html/tests/block/bugs/53259.html +file:///s:/mozilla/layout/html/tests/block/bugs/53690.html +file:///s:/mozilla/layout/html/tests/block/bugs/53960.html +file:///s:/mozilla/layout/html/tests/block/bugs/53974.html +file:///s:/mozilla/layout/html/tests/block/bugs/54618.html +file:///s:/mozilla/layout/html/tests/block/bugs/54833.html +file:///s:/mozilla/layout/html/tests/block/bugs/54876.html +file:///s:/mozilla/layout/html/tests/block/bugs/55095.html +file:///s:/mozilla/layout/html/tests/block/bugs/55250.html +file:///s:/mozilla/layout/html/tests/block/bugs/55317.html +file:///s:/mozilla/layout/html/tests/block/bugs/55874.html +file:///s:/mozilla/layout/html/tests/block/bugs/56265.html +file:///s:/mozilla/layout/html/tests/block/bugs/56563_1.html +file:///s:/mozilla/layout/html/tests/block/bugs/57554.html file:///s:/mozilla/layout/html/tests/block/bugs/54005.html diff --git a/mozilla/layout/html/tests/block/bugs/file_list_slow.txt b/mozilla/layout/html/tests/block/bugs/file_list_slow.txt new file mode 100644 index 00000000000..46984caf93c --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/file_list_slow.txt @@ -0,0 +1,11 @@ +file:///s:/mozilla/layout/html/tests/block/bugs/4468.html +file:///s:/mozilla/layout/html/tests/block/bugs/5418.html +file:///s:/mozilla/layout/html/tests/block/bugs/9282.html +file:///s:/mozilla/layout/html/tests/block/bugs/13940.html +# 14118-a is currently broken +#file:///s:/mozilla/layout/html/tests/block/bugs/14118-a.html +file:///s:/mozilla/layout/html/tests/block/bugs/22496.html +file:///s:/mozilla/layout/html/tests/block/bugs/56335.html +file:///s:/mozilla/layout/html/tests/block/bugs/58652.html +file:///s:/mozilla/layout/html/tests/block/bugs/59790.html +file:///s:/mozilla/layout/html/tests/block/dummy.html diff --git a/mozilla/layout/html/tests/block/bugs/hack.gif b/mozilla/layout/html/tests/block/bugs/hack.gif new file mode 100644 index 0000000000000000000000000000000000000000..3afb013ac7f45ce15024a71217a7bddb76ae206f GIT binary patch literal 180 zcmZ?wbhEHbj9`#wSjYeZ|A9b~;qycW#ee3``303lnduoN3Wk=JmO2W)`Bj-YIf)7` z`6UYeMd^A986_nJR{Hwo<>h+05IMd4qI3owkU=0L8JPaH^shYqmVf??#n(Dl?%ny@ zHbvoBi85Q8N<-ef3Hyq46vD1VEt)N9nQnD3$VEJ_RpOP&o~!<%IbzG1kFB-(Wv#V*SW3xn=A2VwN-4e=4<*JJo(v&)@7;sWIeVwI z)>Il}^o?3;b)}kXrIfr-O4*&*b)6^_Lf}Z`hJD4ZV4JZ?@Db~PmB+$jZlE-Jg@ME$ Df(KNc literal 0 HcmV?d00001 diff --git a/mozilla/layout/html/tests/block/bugs/top_buttons16.jpg b/mozilla/layout/html/tests/block/bugs/top_buttons16.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8dd167600d8be2e7c2a29686dee3c973f855d2ce GIT binary patch literal 144 zcmex={T0Nv{yEdT%j literal 0 HcmV?d00001 diff --git a/mozilla/layout/html/tests/block/bugs/top_middle2.jpg b/mozilla/layout/html/tests/block/bugs/top_middle2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bca53b841fc6395ed425d5820a2dd05d2dda01b3 GIT binary patch literal 144 zcmex=CY#;z6Ie0kO jIe7TEI5@cY1bBJ*czFc`d4MDzk08I0u!yh_zk~z;sqP#> literal 0 HcmV?d00001 diff --git a/mozilla/layout/html/tests/block/dummy.html b/mozilla/layout/html/tests/block/dummy.html new file mode 100644 index 00000000000..42682b47462 --- /dev/null +++ b/mozilla/layout/html/tests/block/dummy.html @@ -0,0 +1 @@ + \ No newline at end of file