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