mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 400171 reftests. r=roc
This commit is contained in:
parent
156b30d967
commit
fbeca7e668
15
layout/reftests/bugs/400171-1-ref.html
Normal file
15
layout/reftests/bugs/400171-1-ref.html
Normal 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>
|
23
layout/reftests/bugs/400171-1a.html
Normal file
23
layout/reftests/bugs/400171-1a.html
Normal 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>
|
22
layout/reftests/bugs/400171-1b.html
Normal file
22
layout/reftests/bugs/400171-1b.html
Normal 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>
|
24
layout/reftests/bugs/400171-1c.html
Normal file
24
layout/reftests/bugs/400171-1c.html
Normal 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>
|
15
layout/reftests/bugs/400171-2-ref.html
Normal file
15
layout/reftests/bugs/400171-2-ref.html
Normal 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>
|
23
layout/reftests/bugs/400171-2a.html
Normal file
23
layout/reftests/bugs/400171-2a.html
Normal 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>
|
22
layout/reftests/bugs/400171-2b.html
Normal file
22
layout/reftests/bugs/400171-2b.html
Normal 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>
|
24
layout/reftests/bugs/400171-2c.html
Normal file
24
layout/reftests/bugs/400171-2c.html
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user