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