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">
<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"/>
</div>
</body>

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

@ -1,7 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<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>
</body>
</html>

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

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

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

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

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

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

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

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

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

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

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

@ -8,7 +8,7 @@
<div style="margin-bottom: 1px">text</div>
<div style="float:left;width:90px;height:300px"></div>
<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>
</body>
</html>

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

@ -8,7 +8,7 @@
<div style="margin-bottom: 1px">text</div>
<div style="float:left;width:90px;height:300px"></div>
<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>
</body>
</html>

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

@ -6016,7 +6016,7 @@ s%\[%\\&%g
s%\]%\\&%g
s%\$%$$%g
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