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

Side by Side Diff: LayoutTests/http/tests/navigation/resources/focus-shifting-frame-with-anchor.html

Issue 627663003: Merge 182954 "Don't bubble scrolls across boundary when scrollin..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2171/
Patch Set: Created 6 years, 2 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <a href='#'>anchor</a> 2 <a href='#'>anchor</a>
3 <a id='dummy' href='dummy'>dummy</a> 3 <a id='dummy' href='dummy'>dummy</a>
4 <div style='width:10px;height:2000px;background:white'></div> 4 <div style='width:10px;height:2000px;background:white'></div>
5 <script> 5 <script>
6 onload = function() { 6 onload = function() {
7 location.href = '#'; 7 location.href = '#';
8 requestAnimationFrame(function() { 8 requestAnimationFrame(function() {
9 document.getElementById('dummy').focus(); 9 document.getElementById('dummy').focus();
10 }); 10 });
11 } 11 }
12 </script> 12 </script>
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/navigation/anchor-frames-shifting-focus-expected.html ('k') | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698