Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>REGRESSION(r143727): Clicking / selecting inside an embed is broken - bug 111217</title> | 4 <title>REGRESSION(r143727): Clicking / selecting inside an embed is broken - bug 111217</title> |
| 5 <script src="../../js/resources/js-test-pre.js"></script> | 5 <script src="../../js/resources/js-test-pre.js"></script> |
| 6 <script src="resources/nodesFromRect.js"></script> | 6 <script src="resources/nodesFromRect.js"></script> |
| 7 <style> | 7 <style> |
| 8 body { margin: 0px; } | 8 body { margin: 0px; } |
| 9 #sandbox { | 9 #sandbox { |
| 10 width: 400px; | 10 width: 400px; |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 57 | 57 |
| 58 checkRect(150, 50, 100, 100, "DIV#right, HTML, #document, OBJECT#chi ldframe2, DIV#left, HTML, #document, EMBED#childframe1, DIV#sandbox"); | 58 checkRect(150, 50, 100, 100, "DIV#right, HTML, #document, OBJECT#chi ldframe2, DIV#left, HTML, #document, EMBED#childframe1, DIV#sandbox"); |
| 59 | 59 |
| 60 | 60 |
| 61 e.sandbox.display = 'none'; | 61 e.sandbox.display = 'none'; |
| 62 finishJSTest(); | 62 finishJSTest(); |
| 63 } | 63 } |
| 64 jsTestIsAsync = true; | 64 jsTestIsAsync = true; |
| 65 window.onload = runTest; | 65 window.onload = runTest; |
| 66 </script> | 66 </script> |
| 67 <script src="../../js/resources/js-test-post.js"></script> | |
| 68 </body> | 67 </body> |
| 69 </html> | 68 </html> |
| OLD | NEW |