-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathissue4549.html
34 lines (34 loc) · 1.42 KB
/
issue4549.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<title>Issue 4549: Proxy elements for disabled form fields are influenced by page styles</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link href="https://getfirebug.com/tests/head/_common/testcase.css" type="text/css" rel="stylesheet"/>
</head>
<body>
<header>
<h1><a href="http://code.google.com/p/fbug/issues/detail?id=4549">Issue 4549</a>: Proxy elements for disabled form fields are influenced by page styles</h1>
</header>
<div>
<section id="content">
<input type="text" id="disabledTextField" disabled="disabled"/>
</section>
<section id="description">
<h3>Steps to reproduce</h3>
<ol>
<li>Open Firebug</li>
<li>Start inspecting by clicking the Inspect button</li>
<li>Inspect the disabled text input field above (<code>#disabledTextField</code>)</li>
</ol>
<h3>Expected Result</h3>
<ul>
<li>Input field can be inspected normally</li>
<li>Proxy element lying above the input field is not visible</li>
</ul>
</section>
<footer>
Sebastian Zartner, sebastianzartner@gmail.com
</footer>
</div>
</body>
</html>