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