| Index: third_party/WebKit/LayoutTests/fast/html/details-inline-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/html/details-inline-expected.html b/third_party/WebKit/LayoutTests/fast/html/details-inline-expected.html
|
| deleted file mode 100644
|
| index 05a8cdc1b87a6bd2e1946a0ebb67f852c8fa84ab..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/html/details-inline-expected.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-block;">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-block;" open>This should be like<br>inline-block too</details>, and here is should-follow text.
|
| -</div>
|
| -</body>
|
| -</html>
|
|
|