mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
15 lines
290 B
HTML
15 lines
290 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div>
|
|
<div style="float: left; padding-top: 20px">
|
|
<a href="#" onclick="parent.postMessage({msg: 'DONE'}, '*'); return false;">test</a>
|
|
</div>
|
|
</div>
|
|
<div style="position: absolute">
|
|
A
|
|
</div>
|
|
B
|
|
</body>
|
|
</html>
|