comparison: browser/base/content/test/plugins/plugin_positioned.html
browser/base/content/test/plugins/plugin_positioned.html
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <head> |
|
3 <meta charset="utf-8"> |
|
4 <style type="text/css"> |
|
5 #test { |
|
6 position: absolute; |
|
7 left: -1000px; |
|
8 top: -1000px; |
|
9 } |
|
10 </style> |
|
11 <body> |
|
12 <embed id="test" type="application/x-test"> |