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