| Index: third_party/WebKit/LayoutTests/fast/html/details-position.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/html/details-position.html b/third_party/WebKit/LayoutTests/fast/html/details-position.html
|
| deleted file mode 100644
|
| index 03aefbf9dc6723fb62cada5b06bf5228873c8928..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/html/details-position.html
|
| +++ /dev/null
|
| @@ -1,37 +0,0 @@
|
| -<style>
|
| -body { overflow: hidden; }
|
| -
|
| -summary.fixed {
|
| - position: fixed;
|
| - left: 50px;
|
| - top: 150px;
|
| -}
|
| -
|
| -summary.relative {
|
| - position: relative;
|
| - left: 150px;
|
| - top: 150px;
|
| -}
|
| -
|
| -summary.absolute {
|
| - position: absolute;
|
| - left: 250px;
|
| - top: 150px;
|
| -}
|
| -
|
| -</style>
|
| -
|
| -<body>
|
| - <details>
|
| - <summary class="fixed">fixed</summary>
|
| - <input>
|
| - </details>
|
| - <details>
|
| - <summary class="relative">relative</summary>
|
| - <input>
|
| - </details>
|
| - <details>
|
| - <summary class="absolute">absolute</summary>
|
| - <input>
|
| - </details>
|
| -</body>
|
|
|