| Index: LayoutTests/fast/plugins/plugin-placeholder-explicit-size-expected.html
|
| diff --git a/LayoutTests/fast/plugins/plugin-placeholder-explicit-size-expected.html b/LayoutTests/fast/plugins/plugin-placeholder-explicit-size-expected.html
|
| deleted file mode 100644
|
| index 74ad2e13e07b9f180af012f869cf289b672f5f77..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/plugins/plugin-placeholder-explicit-size-expected.html
|
| +++ /dev/null
|
| @@ -1,9 +0,0 @@
|
| -<!DOCTYPE html>
|
| -
|
| -<style>
|
| -div { margin: 10px; width: 300px; height: 150px; background: green; }
|
| -</style>
|
| -
|
| -<div style="width: 200px"></div>
|
| -<div style="height: 100px"></div>
|
| -<div style="width: 200px; height: 100px"></div>
|
|
|