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