зеркало из https://github.com/mozilla/pjs.git
Add more tests.
This commit is contained in:
Родитель
0d115b701c
Коммит
56bb239573
|
@ -0,0 +1,32 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body > div { overflow: visible }
|
||||
.test { height: 20px; background: green }
|
||||
#test2 { padding: 0 100px }
|
||||
#test3 { padding: 0 100px; width: 250px }
|
||||
#test4 { padding: 0 10% }
|
||||
#test5 { padding: 0 10%; width: 250px }
|
||||
body { width: 500px }
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="test1">
|
||||
<div class="test"></div>
|
||||
</div>
|
||||
<div id="test2">
|
||||
<div class="test"></div>
|
||||
</div>
|
||||
<div id="test3">
|
||||
<div class="test"></div>
|
||||
</div>
|
||||
<div id="test4">
|
||||
<div class="test"></div>
|
||||
</div>
|
||||
<div id="test5"
|
||||
<div class="test"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,32 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body > div { overflow: hidden }
|
||||
.test { height: 20px; background: green }
|
||||
#test2 { padding: 0 100px }
|
||||
#test3 { padding: 0 100px; width: 250px }
|
||||
#test4 { padding: 0 10% }
|
||||
#test5 { padding: 0 10%; width: 250px }
|
||||
body { width: 500px }
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="test1">
|
||||
<div class="test"></div>
|
||||
</div>
|
||||
<div id="test2">
|
||||
<div class="test"></div>
|
||||
</div>
|
||||
<div id="test3">
|
||||
<div class="test"></div>
|
||||
</div>
|
||||
<div id="test4">
|
||||
<div class="test"></div>
|
||||
</div>
|
||||
<div id="test5"
|
||||
<div class="test"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,32 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body > div { overflow: auto }
|
||||
.test { height: 20px; background: green }
|
||||
#test2 { padding: 0 100px }
|
||||
#test3 { padding: 0 100px; width: 250px }
|
||||
#test4 { padding: 0 10% }
|
||||
#test5 { padding: 0 10%; width: 250px }
|
||||
body { width: 500px }
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="test1">
|
||||
<div class="test"></div>
|
||||
</div>
|
||||
<div id="test2">
|
||||
<div class="test"></div>
|
||||
</div>
|
||||
<div id="test3">
|
||||
<div class="test"></div>
|
||||
</div>
|
||||
<div id="test4">
|
||||
<div class="test"></div>
|
||||
</div>
|
||||
<div id="test5"
|
||||
<div class="test"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -20,6 +20,8 @@ f== bugs/362594-1c.html bugs/362594-1-standards-ref.html # will be equal once re
|
|||
== bugs/362594-2c.html bugs/362594-2-standards-ref.html
|
||||
== bugs/359903-1.html bugs/359903-1-ref.html
|
||||
== bugs/359903-2.html bugs/359903-2-ref.html
|
||||
f== bugs/360757-1a.html bugs/360757-1-ref.html # will be equal once bug 332557 is fixed.
|
||||
f== bugs/360757-1b.html bugs/360757-1-ref.html # will be equal once bug 332557 is fixed.
|
||||
|
||||
# table-dom/
|
||||
== table-dom/appendCells1.html table-dom/appendCells1-ref.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче