| <html> | |
| <head> | |
| <title>Disambiguation Popup Test</title> | |
| <style type="text/css"> | |
| .outer-div { | |
| display:block; | |
| width:200px; | |
| height:200px; | |
| margin:0px; | |
| padding:50px; | |
| background-color:#ffcccc; | |
| } | |
| .inner-link { | |
| display:block; | |
| width:200px; | |
| height:200px; | |
| margin:0px; | |
| background-color:#ccffcc; | |
| } | |
| </style> | |
| </head> | |
| <body style="margin:0px;"> | |
| <div class="outer-div" onclick=";"><a href="#" class="inner-link"></a></a> | |
| </body> | |
| </html> |