| Index: LayoutTests/fast/dom/shadow/shadow-disable.html
|
| diff --git a/LayoutTests/fast/dom/shadow/shadow-disable.html b/LayoutTests/fast/dom/shadow/shadow-disable.html
|
| index b18b7af51fc346c6e64839f5f087a9cebe9d7db4..700c6d68f6ea26dc4e7f2e1ecb4ab56b058d98af 100644
|
| --- a/LayoutTests/fast/dom/shadow/shadow-disable.html
|
| +++ b/LayoutTests/fast/dom/shadow/shadow-disable.html
|
| @@ -24,11 +24,11 @@ var elementsToSuccess = [
|
| document.createElement('span'),
|
| document.createElement('a'),
|
| document.createElement('section'),
|
| + document.createElement('input'),
|
| ];
|
|
|
| // See crbug.com/234020 .
|
| var elementsToFail = [
|
| - document.createElement('input'),
|
| document.getElementById('tref'),
|
| document.createElement('audio'),
|
| document.createElement('video'),
|
|
|