Chromium Code Reviews| Index: LayoutTests/fast/dom/shadow/pseudoclass-update-target-expected.html |
| diff --git a/LayoutTests/fast/dom/shadow/pseudoclass-update-target-expected.html b/LayoutTests/fast/dom/shadow/pseudoclass-update-target-expected.html |
| deleted file mode 100644 |
| index 5b335d6faad32d8a935fa0062475d71480fa6d35..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/fast/dom/shadow/pseudoclass-update-target-expected.html |
| +++ /dev/null |
| @@ -1,13 +0,0 @@ |
| -<!DOCTYPE html> |
| -<html> |
| -<body> |
| - |
| -<p>When :target is changed, we have to invalidate distribution.</p> |
| - |
| -<div id="host"> |
| - <div id="target2">target 2</div> |
| -</div> |
| - |
| -</body> |
| -</html> |
| - |