| Index: LayoutTests/fast/plugins/plugin-placeholder-csp-expected.html
|
| diff --git a/LayoutTests/fast/plugins/plugin-placeholder-csp-expected.html b/LayoutTests/fast/plugins/plugin-placeholder-csp-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7b617ee18b7cff2c8132a1c1d01cff0c40c855c4
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/plugins/plugin-placeholder-csp-expected.html
|
| @@ -0,0 +1,13 @@
|
| +<!DOCTYPE html>
|
| +
|
| +<link rel="stylesheet" href="plugin-placeholder.css">
|
| +
|
| +<div class="plugin">
|
| + <div class="plugin-placeholder">
|
| + <div class="plugin-placeholder-content">
|
| + <div class="plugin-placeholder-message">
|
| + This box should be styled despite CSP.
|
| + </div>
|
| + </div>
|
| + </div>
|
| +</div>
|
|
|