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
(561)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: third_party/WebKit/Source/web/tests/data/overscroll/div-overscroll.html
Issue
2934853002
:
[Refactor] Use correct viewport style in Android tests (Closed)
Patch Set: bokan comments addressed
Created 3 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.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
third_party/WebKit/Source/web/tests/WebFrameTest.cpp
third_party/WebKit/Source/web/tests/data/overscroll/div-overscroll.html
third_party/WebKit/Source/web/tests/data/overscroll/iframe-overscroll.html
third_party/WebKit/Source/web/tests/data/overscroll/overscroll.html
View unified diff
|
Download patch
« no previous file with comments
|
« third_party/WebKit/Source/web/tests/WebFrameTest.cpp
('k') |
third_party/WebKit/Source/web/tests/data/overscroll/iframe-overscroll.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
1 <!DOCTYPE html>
1 <!DOCTYPE html>
2 <html>
2 <html>
3 <head>
3 <head>
4
<meta name="viewport" content="width=device-width, minimum-scale=1">
4 <style type="text/css">
5 <style type="text/css">
5 #scrollable {
6 #scrollable {
6 width: 300px;
7 width: 300px;
7 height: 300px;
8 height: 300px;
8 overflow: scroll;
9 overflow: scroll;
9 }
10 }
10 .content {
11 .content {
11 width: 500px;
12 width: 500px;
12 height: 500px;
13 height: 500px;
13 }
14 }
14 body {
15 body {
15 margin: 0px;
16 margin: 0px;
16 }
17 }
17 </style>
18 </style>
18 </head>
19 </head>
19
20
20 <body>
21 <body>
21 <div id="scrollable">
22 <div id="scrollable">
22 <div class="content"></div>
23 <div class="content"></div>
23 </div>
24 </div>
24 </body>
25 </body>
25 </html>
26 </html>
OLD
NEW
« no previous file with comments
|
« third_party/WebKit/Source/web/tests/WebFrameTest.cpp
('k') |
third_party/WebKit/Source/web/tests/data/overscroll/iframe-overscroll.html »
('j') |
no next file with comments »
Issue 2934853002: [Refactor] Use correct viewport style in Android tests (Closed)
Created 3 years, 6 months ago by chaopeng
Modified 3 years, 6 months ago
Reviewers: bokan
Base URL:
Comments: 3
This is Rietveld
408576698