| Index: third_party/WebKit/LayoutTests/dialog/backdrop-descendant-selector-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/dialog/backdrop-descendant-selector-expected.html b/third_party/WebKit/LayoutTests/dialog/backdrop-descendant-selector-expected.html
|
| deleted file mode 100644
|
| index 70d84c21ff4b01ef933172c676679e04b9333f14..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/dialog/backdrop-descendant-selector-expected.html
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<style>
|
| -.backdrop {
|
| - position: absolute;
|
| - height: 100px;
|
| - width: 100px;
|
| - background: green;
|
| -}
|
| -</style>
|
| -</head>
|
| -<body>
|
| -Test ::backdrop used in descendant selectors. The test passes if there are two green boxes and no red.
|
| -<div class="backdrop" style="top: 100px; left: 100px"></div>
|
| -<div class="backdrop" style="top: 100px; left: 300px"></div>
|
| -</body>
|
| -</html>
|
|
|