Adding tests for bug 144004.
git-svn-id: svn://10.0.0.236/trunk@219571 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
f6cd049d5f
commit
7f404ae71e
18
mozilla/layout/reftests/bugs/144004-1-ref.html
Normal file
18
mozilla/layout/reftests/bugs/144004-1-ref.html
Normal file
@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html style="margin: 0; padding: 0; border: 0">
|
||||
<head>
|
||||
<script>
|
||||
function test() {
|
||||
var div = document.createElement("div");
|
||||
div.appendChild(document.createTextNode("text"));
|
||||
document.documentElement.appendChild(div);
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body style="margin: 0; padding: 0; border: 0">
|
||||
<script>
|
||||
document.body.offsetWidth;
|
||||
test();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
18
mozilla/layout/reftests/bugs/144004-1.html
Normal file
18
mozilla/layout/reftests/bugs/144004-1.html
Normal file
@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html style="display: inline; margin: 0; padding: 0; border: 0">
|
||||
<head>
|
||||
<script>
|
||||
function test() {
|
||||
var div = document.createElement("div");
|
||||
div.appendChild(document.createTextNode("text"));
|
||||
document.documentElement.appendChild(div);
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body style="display: inline; margin: 0; padding: 0; border: 0">
|
||||
<script>
|
||||
document.body.offsetWidth;
|
||||
test();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
18
mozilla/layout/reftests/bugs/144004-2-ref.html
Normal file
18
mozilla/layout/reftests/bugs/144004-2-ref.html
Normal file
@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script>
|
||||
function test() {
|
||||
var div = document.createElement("div");
|
||||
div.appendChild(document.createTextNode("text"));
|
||||
document.body.appendChild(div);
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body style="margin: 0; padding: 0; border: 0">
|
||||
<script>
|
||||
document.body.offsetWidth;
|
||||
test();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
18
mozilla/layout/reftests/bugs/144004-2.html
Normal file
18
mozilla/layout/reftests/bugs/144004-2.html
Normal file
@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script>
|
||||
function test() {
|
||||
var div = document.createElement("div");
|
||||
div.appendChild(document.createTextNode("text"));
|
||||
document.body.appendChild(div);
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body style="display: inline; margin: 0; padding: 0; border: 0">
|
||||
<script>
|
||||
document.body.offsetWidth;
|
||||
test();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
6
mozilla/layout/reftests/bugs/144004-3-ref.html
Normal file
6
mozilla/layout/reftests/bugs/144004-3-ref.html
Normal file
@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body style="margin: 0; padding: 0; border: 2px solid black">
|
||||
Text
|
||||
</body>
|
||||
</html>
|
||||
6
mozilla/layout/reftests/bugs/144004-3.html
Normal file
6
mozilla/layout/reftests/bugs/144004-3.html
Normal file
@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body style="display: inline; margin: 0; padding: 0; border: 2px solid black">
|
||||
Text
|
||||
</body>
|
||||
</html>
|
||||
@ -128,7 +128,9 @@ f== bugs/368020-4.html bugs/368020-4-ref.html # bug 368085
|
||||
== bugs/40596-1i.html bugs/40596-1-ref.html
|
||||
!= bugs/40596-1j.html bugs/40596-1-ref.html
|
||||
== bugs/361091-1.html bugs/361091-1-ref.html
|
||||
|
||||
== bugs/144004-1.html bugs/144004-1-ref.html
|
||||
== bugs/144004-2.html bugs/144004-2-ref.html
|
||||
!= bugs/144004-3.html bugs/144004-3-ref.html
|
||||
|
||||
# object/
|
||||
== object/no-attrs.html object/no-attrs-ref.html
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user