Chromium Code Reviews| Index: LayoutTests/fast/dom/shadow/pseudoclass-update-disabled-input-expected.html |
| diff --git a/LayoutTests/fast/dom/shadow/pseudoclass-update-disabled-input-expected.html b/LayoutTests/fast/dom/shadow/pseudoclass-update-disabled-input-expected.html |
| deleted file mode 100644 |
| index 93e1d4fe85004cf3ae961e4d76525c947e15157e..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/fast/dom/shadow/pseudoclass-update-disabled-input-expected.html |
| +++ /dev/null |
| @@ -1,16 +0,0 @@ |
| -<!DOCTYPE html> |
| -<html> |
| -<head> |
| -</head> |
| - |
| -<body> |
| - |
| -<p>When the 'disabled' state of an input tag is changed, we have to invalidate distribution.</p> |
| - |
| -<div id="host1"><input id="input2" value="Input 2" disabled></div> |
| - |
| -<div id="host2"><input id="input3" value="Input 3" disabled></div> |
| - |
| -</body> |
| -</html> |
| - |