Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Side by Side Diff: LayoutTests/fullscreen/full-screen-crash-offsetLeft.html

Issue 10659009: Merge 121072 - REGRESSION(r116446): Crash in RenderBoxModelObject::adjustedPositionRelativeToOffset… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/fullscreen/full-screen-crash-offsetLeft-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fullscreen/full-screen-crash-offsetLeft-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698