| Index: LayoutTests/fast/forms/select/listbox-disabled-no-autoscroll-expected.html
|
| diff --git a/LayoutTests/fast/forms/select/listbox-disabled-no-autoscroll-expected.html b/LayoutTests/fast/forms/select/listbox-disabled-no-autoscroll-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f4eaa7a7d599597cd780195613f83701c9189fb1
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/forms/select/listbox-disabled-no-autoscroll-expected.html
|
| @@ -0,0 +1,23 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| +<script src="../resources/common.js"></script>
|
| +<style>
|
| +select {background-color: red; }
|
| +</style>
|
| +</head>
|
| +<body>
|
| +<div>
|
| +<select id="test" disabled size=4">
|
| +<option selected>foo1</option>
|
| +<option>foo2</option>
|
| +<option>foo3</option>
|
| +<option>foo4</option>
|
| +<option>foo5</option>
|
| +</select>
|
| +</div>
|
| +
|
| +<div id="result">Success if selection did not change.</div>
|
| +<div id="console"></div>
|
| +</html>
|
| +
|
|
|