| Index: LayoutTests/editing/pasteboard/input-with-display-none-div.html
|
| diff --git a/LayoutTests/editing/pasteboard/input-with-display-none-div.html b/LayoutTests/editing/pasteboard/input-with-display-none-div.html
|
| index a2b98fe26287d343f36e3cbb2704a57dc7435eaa..51a5f8e0ecd3a6f8284e4ea65f903ed11a3f7986 100644
|
| --- a/LayoutTests/editing/pasteboard/input-with-display-none-div.html
|
| +++ b/LayoutTests/editing/pasteboard/input-with-display-none-div.html
|
| @@ -16,6 +16,7 @@ if (window.testRunner)
|
|
|
| var input = document.querySelector('input');
|
| input.focus();
|
| +input.select();
|
| document.execCommand('InsertHTML', false, 'PASS');
|
|
|
| document.write(input.value);
|
|
|