| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..74ad2e13e07b9f180af012f869cf289b672f5f77
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/plugins/plugin-placeholder-explicit-size-expected.html
|
| @@ -0,0 +1,9 @@
|
| +<!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>
|
|
|