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

Side by Side Diff: ManualTests/scrolling-coordinator-viewport-constrained-crash.html

Issue 12558011: Merge 142760 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 9 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 | Source/WebCore/rendering/RenderBoxModelObject.cpp » ('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 <head> 3 <head>
4 <script> 4 <script>
5 function test() 5 function test()
6 { 6 {
7 if (window.testRunner) { 7 if (window.testRunner) {
8 testRunner.dumpAsText(); 8 testRunner.dumpAsText();
9 testRunner.waitUntilDone(); 9 testRunner.waitUntilDone();
10 } 10 }
11 window.location.href = "javascript:'>'"; 11 window.location.href = "javascript:'>'";
12 } 12 }
13 </script> 13 </script>
14 </head> 14 </head>
15 <body onload="test()"> 15 <body onload="test()">
16 <!-- Tests https://bugs.webkit.org/show_bug.cgi?id=108695. Should not crash. - -> 16 <!-- Tests https://bugs.webkit.org/show_bug.cgi?id=108695. Should not crash. - ->
17 <div style="position: fixed"></div> 17 <div style="position: fixed"></div>
18 <div style="position: -webkit-sticky"></div> 18 <div style="position: -webkit-sticky"></div>
19 </body> 19 </body>
20 </html> 20 </html>
OLDNEW
« no previous file with comments | « no previous file | Source/WebCore/rendering/RenderBoxModelObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698