fune/browser/base/content/test/plugins/plugin_overlay_styles.html
Felipe Gomes 6035c62637 Bug 1409148 - Add test to ensure that the plugin overlay is displayed in the correct style. r=johannh
MozReview-Commit-ID: Hn9HtnJvbyC

--HG--
extra : rebase_source : 5f269236f2068bf93e31741c487a40b524779814
2017-11-10 14:05:05 -02:00

29 lines
695 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<div id="testcase1" class="testcase">
<object width="10" height="10" type="application/x-test"></object>
</div>
<div id="testcase2" class="testcase">
<object width="40" height="40" type="application/x-test"></object>
</div>
<div id="testcase3" class="testcase">
<object width="100" height="70" type="application/x-test"></object>
</div>
<div id="testcase4" class="testcase">
<object width="200" height="200" type="application/x-test"></object>
</div>
<div id="testcase5" class="testcase">
<object width="300" height="300" type="application/x-test"></object>
</div>
</body>
</html>