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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e86128d715075169a259eebb32ab5a9d084236fa |
--- /dev/null |
+++ b/LayoutTests/fast/plugins/plugin-placeholder-structured-expected.html |
@@ -0,0 +1,34 @@ |
+<!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> |
+ |
+<div class="plugin"> |
+ <div class="plugin-placeholder"> |
+ <div class="plugin-placeholder-content"> |
+ <div class="plugin-placeholder-message"> |
+ Sorry, but your plugin couldn't be loaded. |
+ </div> |
+ </div> |
+ </div> |
+</div> |