Chromium Code Reviews| Index: LayoutTests/fast/dom/shadow/content-pseudo-element-scoped-expected.html |
| diff --git a/LayoutTests/fast/dom/shadow/content-pseudo-element-scoped-expected.html b/LayoutTests/fast/dom/shadow/content-pseudo-element-scoped-expected.html |
| deleted file mode 100644 |
| index 748d9e2de3e6fe4bfd8980b63d039bc54d8831a2..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/fast/dom/shadow/content-pseudo-element-scoped-expected.html |
| +++ /dev/null |
| @@ -1,12 +0,0 @@ |
| -<!DOCTYPE html> |
| -<html> |
| -<body> |
| -<div id="sandbox"> |
| - <div id="host"> |
| - <div>normal</div> |
| - <div> |
| - <div style='color: green'>green</div> |
| - </div> |
| - </div> |
| -</body> |
| -</html> |