mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 847850. Test.
This commit is contained in:
parent
99126b52ad
commit
4fe5f93b2b
25
layout/reftests/bugs/847850-1-ref.html
Normal file
25
layout/reftests/bugs/847850-1-ref.html
Normal 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>
|
25
layout/reftests/bugs/847850-1.html
Normal file
25
layout/reftests/bugs/847850-1.html
Normal 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>
|
@ -1745,4 +1745,5 @@ skip-if(B2G) == 818276-1.html 818276-1-ref.html
|
|||||||
== 827577-1b.html 827577-1-ref.html
|
== 827577-1b.html 827577-1-ref.html
|
||||||
== 827799-1.html about:blank
|
== 827799-1.html about:blank
|
||||||
== 836844-1.html 836844-1-ref.html
|
== 836844-1.html 836844-1-ref.html
|
||||||
|
== 847850-1.html 847850-1-ref.html
|
||||||
== 846144-1.html 846144-1-ref.html
|
== 846144-1.html 846144-1-ref.html
|
||||||
|
Loading…
Reference in New Issue
Block a user