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