Revert nsprpub configure micro-change in case that caused Windows bustage

This commit is contained in:
Robert O'Callahan 2008-10-16 11:49:44 +13:00
Родитель 3893618f6b
Коммит 67a2922875
10 изменённых файлов: 25 добавлений и 19 удалений

Просмотреть файл

@ -1,6 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<body> <body>
<div style="font-family: serif; font-size: 100px;"> <div style="font-family: serif; font-size: 100px; padding-left:10px;">
W<img style="width:0px; height:200px;" src="mozilla-banner.gif"/> W<img style="width:0px; height:200px;" src="mozilla-banner.gif"/>
</div> </div>
</body> </body>

Просмотреть файл

@ -1,7 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<body> <body>
<svg xmlns="http://www.w3.org/2000/svg" style="font-family: serif; font-size: 100px;" height="500" width="500"> <svg xmlns="http://www.w3.org/2000/svg" style="font-family: serif; font-size: 100px;" height="500" width="500">
<text x="0" y="200">W</text> <text x="10" y="200">W</text>
</svg> </svg>
</body> </body>
</html> </html>

Просмотреть файл

@ -2,8 +2,8 @@
<head> <head>
<style> <style>
table { width: 400px; height: 25px; } table { width: 400px; height: 25px; }
td.blue { background: lightblue; color: lightblue } td.blue { background: lightblue; color: rgba(0,0,0,0) }
td.green { background: lightgreen; color: lightgreen } td.green { background: lightgreen; color: rgba(0,0,0,0) }
col.a { width: 100px; } col.a { width: 100px; }
col.c { width: 25%; } col.c { width: 25%; }
</style> </style>

Просмотреть файл

@ -2,8 +2,8 @@
<head> <head>
<style> <style>
table { width: 400px; height: 25px; } table { width: 400px; height: 25px; }
td.blue { background: lightblue; color: lightblue } td.blue { background: lightblue; color: rgba(0,0,0,0) }
td.green { background: lightgreen; color: lightgreen } td.green { background: lightgreen; color: rgba(0,0,0,0) }
col.a { width: 25%; } col.a { width: 25%; }
col.c { width: 25%; } col.c { width: 25%; }
</style> </style>

Просмотреть файл

@ -2,8 +2,8 @@
<head> <head>
<style> <style>
table { width: 400px; height: 25px; } table { width: 400px; height: 25px; }
td.blue { background: lightblue; color: lightblue } td.blue { background: lightblue; color: rgba(0,0,0,0) }
td.green { background: lightgreen; color: lightgreen } td.green { background: lightgreen; color: rgba(0,0,0,0) }
col.a { width: 100px; } col.a { width: 100px; }
col.c { width: 100px; } col.c { width: 100px; }
</style> </style>

Просмотреть файл

@ -43,6 +43,9 @@
direction:ltr; direction:ltr;
} }
.C {
padding:0 0.2em 0 0.2em;
}
</style> </style>
</head> </head>
<body> <body>
@ -56,7 +59,7 @@
Outside Outside
</div></li> </div></li>
<li><div style="overflow:hidden;"> <li><div style="overflow:hidden;">
<div></div><div>C</div> <div></div><div><span class="C">C</span></div>
</div></li> </div></li>
</ol> </ol>
</div> </div>
@ -68,7 +71,7 @@
Outside Outside
</div></li> </div></li>
<li><div style="overflow:hidden;"> <li><div style="overflow:hidden;">
<div></div><div>C</div> <div></div><div><span class="C">C</span></div>
</div></li> </div></li>
</ol> </ol>
</div> </div>
@ -83,7 +86,7 @@
Outside Outside
</div></li> </div></li>
<li><div style="overflow:hidden;"> <li><div style="overflow:hidden;">
<div></div><div>C</div> <div></div><div><span class="C">C</span></div>
</div></li> </div></li>
</ol> </ol>
</div> </div>
@ -98,7 +101,7 @@
Outside Outside
</div></li> </div></li>
<li><div style="overflow:hidden;"> <li><div style="overflow:hidden;">
<div></div><div>C</div> <div></div><div><span class="C">C</span></div>
</div></li> </div></li>
</ol> </ol>
</div> </div>

Просмотреть файл

@ -43,6 +43,9 @@
direction:ltr; direction:ltr;
} }
.C {
padding:0 0.2em 0 0.2em;
}
</style> </style>
</head> </head>
<body> <body>
@ -56,7 +59,7 @@
Outside Outside
</li> </li>
<li> <li>
<div></div><div>C</div> <div></div><div><span class="C">C</span></div>
</li> </li>
</ol> </ol>
</div> </div>
@ -68,7 +71,7 @@
Outside Outside
</li> </li>
<li> <li>
<div></div><div>C</div> <div></div><div><span class="C">C</span></div>
</li> </li>
</ol> </ol>
</div> </div>
@ -83,7 +86,7 @@
Outside Outside
</li> </li>
<li> <li>
<div></div><div>C</div> <div></div><div><span class="C">C</span></div>
</li> </li>
</ol> </ol>
</div> </div>
@ -98,7 +101,7 @@
Outside Outside
</li> </li>
<li> <li>
<div></div><div>C</div> <div></div><div><span class="C">C</span></div>
</li> </li>
</ol> </ol>
</div> </div>

Просмотреть файл

@ -8,7 +8,7 @@
<div style="margin-bottom: 1px">text</div> <div style="margin-bottom: 1px">text</div>
<div style="float:left;width:90px;height:300px"></div> <div style="float:left;width:90px;height:300px"></div>
<div style="margin-left:90px"> <div style="margin-left:90px">
This text should be near the top of the page, not pushed below the float. <span style="padding:0.2em;">This text should be near the top of the page, not pushed below the float.</span>
</div> </div>
</body> </body>
</html> </html>

Просмотреть файл

@ -8,7 +8,7 @@
<div style="margin-bottom: 1px">text</div> <div style="margin-bottom: 1px">text</div>
<div style="float:left;width:90px;height:300px"></div> <div style="float:left;width:90px;height:300px"></div>
<div style="overflow:hidden"> <div style="overflow:hidden">
This text should be near the top of the page, not pushed below the float. <span style="padding:0.2em;">This text should be near the top of the page, not pushed below the float.</span>
</div> </div>
</body> </body>
</html> </html>

2
nsprpub/configure поставляемый
Просмотреть файл

@ -6016,7 +6016,7 @@ s%\[%\\&%g
s%\]%\\&%g s%\]%\\&%g
s%\$%$$%g s%\$%$$%g
EOF EOF
DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '` DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' ' | tr '\015' ' '`
rm -f conftest.defs rm -f conftest.defs