| Index: third_party/WebKit/LayoutTests/fast/html/details-inline.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/html/details-inline.html b/third_party/WebKit/LayoutTests/fast/html/details-inline.html
|
| deleted file mode 100644
|
| index 62be526b4bb6cdb165e3ef867e5b0bc46218ebb5..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/html/details-inline.html
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -</head>
|
| -<style>
|
| -</style>
|
| -<body>
|
| -<div>
|
| -<details open><summary style="background-color: gray; display:inline;">This summary should be like<br>inline-block</summary>, so following text should be in same line.</details>
|
| -</div>
|
| -<div>
|
| -<details style="background-color: gray; display:inline;" open>This should be like<br>inline-block too</details>, and here is should-follow text.
|
| -</div>
|
| -</body>
|
| -</html>
|
|
|