| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-progress-with-style-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-progress-with-style-expected.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-progress-with-style-expected.html
|
| deleted file mode 100644
|
| index d51a1a799468ebefc89e17846112cd3fde9b2972..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-progress-with-style-expected.html
|
| +++ /dev/null
|
| @@ -1,33 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| - <link rel="stylesheet" href="resources/replaced-element-styles.css">
|
| -</head>
|
| -<body>
|
| -<style>
|
| -div#wrapper {
|
| - display: block;
|
| - margin: 0;
|
| - padding: 0;
|
| - width: auto;
|
| - height: 3em;
|
| - vertical-align: 0;
|
| -}
|
| -
|
| -progress#with-style {
|
| - display: block;
|
| - width: 15em;
|
| - height: 3em;
|
| -}
|
| -</style>
|
| -
|
| -<div id="container">
|
| - <div id="wrapper" class="progress-like">
|
| - <div style="margin-left: 100px;">
|
| - <span>(after)</span>
|
| - </div>
|
| - </div>
|
| -</div>
|
| -
|
| -</body>
|
| -</html>
|
|
|