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