Bug 847850. Test.

This commit is contained in:
Timothy Nikkel 2013-03-06 23:13:13 -06:00
parent 99126b52ad
commit 4fe5f93b2b
3 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,25 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Testcase for Bug 847850</title>
<style>
div
{
position:absolute;
background-color:#ddd;
width:400px;
height:200px;
}
</style>
</head>
<body>
<p>The placeholder text should not be visible:</p>
<div></div>
<input type=text></input>
</body>
</html>

View File

@ -0,0 +1,25 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Testcase for Bug 847850</title>
<style>
div
{
position:absolute;
background-color:#ddd;
width:400px;
height:200px;
}
</style>
</head>
<body>
<p>The placeholder text should not be visible:</p>
<div></div>
<input type=text placeholder="Placeholder text"></input>
</body>
</html>

View File

@ -1745,4 +1745,5 @@ skip-if(B2G) == 818276-1.html 818276-1-ref.html
== 827577-1b.html 827577-1-ref.html
== 827799-1.html about:blank
== 836844-1.html 836844-1-ref.html
== 847850-1.html 847850-1-ref.html
== 846144-1.html 846144-1-ref.html