Chromium Code Reviews| Index: LayoutTests/fast/dom/shadow/content-pseudo-element-with-any-expected.html |
| diff --git a/LayoutTests/fast/dom/shadow/content-pseudo-element-with-any-expected.html b/LayoutTests/fast/dom/shadow/content-pseudo-element-with-any-expected.html |
| deleted file mode 100644 |
| index 17379943df64890324dc02d9de301851a1118651..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/fast/dom/shadow/content-pseudo-element-with-any-expected.html |
| +++ /dev/null |
| @@ -1,18 +0,0 @@ |
| -<!DOCTYPE html> |
| -<html> |
| -<body> |
| -<div id="sandbox"> |
| - <div> |
| - <div>normal</div> |
| - <div style="color: green">green</div> |
| - </div> |
| - <div> |
| - <div>normal</div> |
| - <div style="color: red">red</div> |
| - </div> |
| - <div> |
| - <div>normal</div> |
| - <div style="color: blue">blue</div> |
| - </div> |
| -</body> |
| -</html> |