Add bz's reftest

git-svn-id: svn://10.0.0.236/trunk@241414 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jruderman%hmc.edu
2007-12-16 01:04:04 +00:00
parent e5b745c8e1
commit 08244f4a7b
3 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<body>
<div class="fl" id="parent" style="color: green">
Foo <span id="test">Bar</span>
</div>
</body>
</html>

View File

@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html>
<head>
<style id="firstLetterSheet">
.fl:first-letter { color: red }
</style>
<script>
function boom()
{
document.getElementById("parent").className = "";
document.body.offsetWidth;
document.getElementById("test").style.position = "relative";
}
</script>
</head>
<body onload="boom()">
<div class="fl" id="parent" style="color: green">
Foo <span id="test">Bar</span>
</div>
</body>
</html>

View File

@@ -30,3 +30,4 @@ random == dynamic-3b.html dynamic-3-ref.html
== 23605-6.html 23605-6-ref.html
random-if(MOZ_WIDGET_TOOLKIT=="gtk2") == 329069-1.html 329069-1-ref.html # failure is font-dependent, may be related to bug 404848
== 342120-1.xhtml 342120-1-ref.xhtml
== 379799-1.html 379799-1-ref.html