| Index: LayoutTests/fast/plugins/plugin-placeholder-structured-expected.html
|
| diff --git a/LayoutTests/fast/plugins/plugin-placeholder-structured-expected.html b/LayoutTests/fast/plugins/plugin-placeholder-structured-expected.html
|
| index 2096a3e641d82a38da0cd8545844186c4edd6259..b934e8b03920dc5f9a5412664dc59c026a2e47d8 100644
|
| --- a/LayoutTests/fast/plugins/plugin-placeholder-structured-expected.html
|
| +++ b/LayoutTests/fast/plugins/plugin-placeholder-structured-expected.html
|
| @@ -1,27 +1,6 @@
|
| <!DOCTYPE html>
|
|
|
| -<style>
|
| -.plugin {
|
| - display: block;
|
| - width: 300px;
|
| - height: 150px;
|
| -}
|
| -
|
| -.plugin-placeholder {
|
| - width: 100%;
|
| - height: 100%;
|
| - overflow: hidden;
|
| - display: flex;
|
| - align-items: center;
|
| - background-color: gray;
|
| - font: 12px -webkit-control;
|
| -}
|
| -
|
| -.plugin-placeholder-content {
|
| - text-align: center;
|
| - margin: auto;
|
| -}
|
| -</style>
|
| +<link rel="stylesheet" href="plugin-placeholder.css">
|
|
|
| <div class="plugin">
|
| <div class="plugin-placeholder">
|
|
|