Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(611)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: LayoutTests/http/tests/navigation/anchor-frames-shifting-focus.html
Issue
606023003
:
Don't bubble scrolls across boundary when scrolling to anchor (Closed)
Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Now with test.
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.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
LayoutTests/http/tests/navigation/anchor-frames-shifting-focus.html
LayoutTests/http/tests/navigation/anchor-frames-shifting-focus-expected.html
LayoutTests/http/tests/navigation/resources/focus-shifting-frame-with-anchor.html
Source/core/frame/FrameView.cpp
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« no previous file
|
LayoutTests/http/tests/navigation/anchor-frames-shifting-focus-expected.html »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
<!DOCTYPE html>
2
<style>
3
iframe {
4
position: absolute;
5
top: 50px;
6
width: 100px;
7
height: 100px;
8
border: 1px solid black;
9
}
10
::-webkit-scrollbar {
11
width: 0px;
12
}
13
</style>
14
<div style='width:10px;height:2000px;background:white;position:absolute'></div>
15
<iframe src='http://127.0.0.1:8000/navigation/resources/focus-shifting-frame-wit h-anchor.html' sandbox='allow-scripts'></iframe>
16
<script>
17
if (window.testRunner) {
18
testRunner.waitUntilDone();
19
}
20
onload = function() {
21
requestAnimationFrame(function() {
22
if (window.testRunner) {
23
testRunner.notifyDone();
24
}
25
});
26
};
27
</script>
OLD
NEW
« no previous file with comments
|
« no previous file
|
LayoutTests/http/tests/navigation/anchor-frames-shifting-focus-expected.html »
('j') |
no next file with comments »
Issue 606023003: Don't bubble scrolls across boundary when scrolling to anchor (Closed)
Created 6 years, 2 months ago by Ian Vollick
Modified 6 years, 2 months ago
Reviewers: esprehn
Base URL: svn://svn.chromium.org/blink/trunk
Comments: 0
This is Rietveld
408576698