| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <body> | 3 <body> |
| 4 <video></video> | 4 <video></video> |
| 5 <p><a href="https://bugs.webkit.org/show_bug.cgi?id=89785">Bug 89785</a>: REGRES
SION(r116446): Crash in RenderBoxModelObject::adjustedPositionRelativeToOffsetPa
rent</p> | 5 <p><a href="https://bugs.webkit.org/show_bug.cgi?id=89785">Bug 89785</a>: REGRES
SION(r116446): Crash in RenderBoxModelObject::adjustedPositionRelativeToOffsetPa
rent</p> |
| 6 <script src="full-screen-test.js"></script> | 6 <script src="full-screen-test.js"></script> |
| 7 <script> | 7 <script> |
| 8 if ("webkitRequestFullScreen" in Element.prototype) { | 8 if ("webkitRequestFullScreen" in Element.prototype) { |
| 9 if (!window.testRunner) | 9 if (!window.testRunner) |
| 10 consoleWrite("To manually test this bug, switch to fullscreen. It sh
ouldn't crash."); | 10 consoleWrite("To manually test this bug, switch to fullscreen. It sh
ouldn't crash."); |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 runWithKeyDown(function () { | 22 runWithKeyDown(function () { |
| 23 video.webkitRequestFullScreen(); | 23 video.webkitRequestFullScreen(); |
| 24 }); | 24 }); |
| 25 } else { | 25 } else { |
| 26 consoleWrite("FAILED, couldn't find webkitRequestFullScreen."); | 26 consoleWrite("FAILED, couldn't find webkitRequestFullScreen."); |
| 27 endTest(); | 27 endTest(); |
| 28 } | 28 } |
| 29 </script> | 29 </script> |
| 30 </body> | 30 </body> |
| 31 </html> | 31 </html> |
| OLD | NEW |