Bug 400171 reftests. r=roc

This commit is contained in:
dholbert@cs.stanford.edu 2007-11-01 12:31:36 -07:00
parent 6cf3d1d1eb
commit e321e19e93
9 changed files with 174 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<html>
<head>
<style>
div { width: 100px; }
div.a { height: 20px; background: lightblue; }
div.b { height: 100px; background: lightgreen; }
div.c { height: 10px; background: black; }
</style>
</head>
<body>
<div class="a"></div>
<div class="b"></div>
<div class="c"></div>
</body>
</html>

View File

@ -0,0 +1,23 @@
<html class="reftest-wait">
<head>
<style>
body { width: 100px; }
div { width: 100px; float: left }
div.a { height: 20px; background: lightblue; }
div.b { height: 10px; background: lightgreen; }
div.c { height: 10px; background: black; }
</style>
<script>
function tweak() {
document.getElementById('changeMe').style.height = '100px';
document.documentElement.className = "";
}
</script>
</head>
<body onload="tweak()">
<div class="a"></div>
<div class="b" id="changeMe"></div>
<br/>
<div class="c"></div>
</body>
</html>

View File

@ -0,0 +1,22 @@
<html class="reftest-wait">
<head>
<style>
body { width: 100px; }
div { width: 100px; float: left }
div.a { height: 20px; background: lightblue; }
div.b { height: 10px; background: lightgreen; }
div.c { height: 10px; background: black; }
</style>
<script>
function tweak() {
document.getElementById('changeMe').style.height = '100px';
document.documentElement.className = "";
}
</script>
</head>
<body onload="tweak()">
<div class="a"></div>
<div class="b" id="changeMe"></div>
<div class="c"></div>
</body>
</html>

View File

@ -0,0 +1,24 @@
<html class="reftest-wait">
<head>
<style>
body { width: 100px; }
div { width: 100px; float: left }
div.a { height: 20px; background: lightblue; }
div.b { height: 10px; background: lightgreen; }
div.c { height: 10px; background: black; }
</style>
<script>
function tweak() {
document.getElementById('changeMe').style.height = '100px';
document.documentElement.className = "";
}
</script>
</head>
<body onload="tweak()">
<div class="a"></div>
<br/>
<div class="b" id="changeMe"></div>
<br/>
<div class="c"></div>
</body>
</html>

View File

@ -0,0 +1,15 @@
<html>
<head>
<style>
div { width: 100px; }
div.a { height: 80px; background: lightblue; }
div.b { height: 100px; background: lightgreen; }
div.c { height: 10px; background: black; }
</style>
</head>
<body>
<div class="a"></div>
<div class="b"></div>
<div class="c"></div>
</body>
</html>

View File

@ -0,0 +1,23 @@
<html class="reftest-wait">
<head>
<style>
body { width: 100px; }
div { width: 100px; float: left }
div.a { height: 80px; background: lightblue; }
div.b { height: 10px; background: lightgreen; }
div.c { height: 10px; background: black; }
</style>
<script>
function tweak() {
document.getElementById('changeMe').style.height = '100px';
document.documentElement.className = "";
}
</script>
</head>
<body onload="tweak()">
<div class="a"></div>
<div class="b" id="changeMe"></div>
<br/>
<div class="c"></div>
</body>
</html>

View File

@ -0,0 +1,22 @@
<html class="reftest-wait">
<head>
<style>
body { width: 100px; }
div { width: 100px; float: left }
div.a { height: 80px; background: lightblue; }
div.b { height: 10px; background: lightgreen; }
div.c { height: 10px; background: black; }
</style>
<script>
function tweak() {
document.getElementById('changeMe').style.height = '100px';
document.documentElement.className = "";
}
</script>
</head>
<body onload="tweak()">
<div class="a"></div>
<div class="b" id="changeMe"></div>
<div class="c"></div>
</body>
</html>

View File

@ -0,0 +1,24 @@
<html class="reftest-wait">
<head>
<style>
body { width: 100px; }
div { width: 100px; float: left }
div.a { height: 80px; background: lightblue; }
div.b { height: 10px; background: lightgreen; }
div.c { height: 10px; background: black; }
</style>
<script>
function tweak() {
document.getElementById('changeMe').style.height = '100px';
document.documentElement.className = "";
}
</script>
</head>
<body onload="tweak()">
<div class="a"></div>
<br/>
<div class="b" id="changeMe"></div>
<br/>
<div class="c"></div>
</body>
</html>

View File

@ -418,4 +418,10 @@ fails == 386310-1d.html 386310-1-ref.html
== 396286-1.html about:blank # crash test
== 398289-1.html 398289-1-ref.html
== 399384-1.html 399384-1-ref.html
fails == 400171-1a.html 400171-1-ref.html # Remove 'fails' when 400171 lands
== 400171-1b.html 400171-1-ref.html
== 400171-1c.html 400171-1-ref.html
fails == 400171-2a.html 400171-2-ref.html # Remove 'fails' when 400171 lands
== 400171-2b.html 400171-2-ref.html
fails == 400171-2c.html 400171-2-ref.html # Remove 'fails' when 400171 lands
== 400421-1.html 400421-1-ref.html