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
(556)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: LayoutTests/fast/css/linear-gradient-currentcolor2-expected.html
Issue
767343003
:
Make currentColor keyword in linear-gradient work (Closed)
Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Resolve gradient colors later
Created 6 years 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/fast/css/linear-gradient-currentcolor2.html
LayoutTests/fast/css/linear-gradient-currentcolor2-expected.html
Source/core/css/CSSGradientValue.h
Source/core/css/CSSGradientValue.cpp
View unified diff
|
Download patch
« no previous file with comments
|
« LayoutTests/fast/css/linear-gradient-currentcolor2.html
('k') |
Source/core/css/CSSGradientValue.h »
('j') |
Source/core/css/CSSGradientValue.h »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
<html>
2
<head>
3
<style>
4
div {
5
height: 20px;
6
}
7
</style>
8
</head>
9
<body>
10
<div style="background-color: green"></div>
11
<div style="background-color: blue"></div>
12
<div style="background-color: yellow;"></div>
13
<div style="background-color: green;"></div>
14
<div style="background-color: cyan;"></div>
15
<div style="background-color: grey"></div>
16
</body>
17
</html>
18
OLD
NEW
« no previous file with comments
|
« LayoutTests/fast/css/linear-gradient-currentcolor2.html
('k') |
Source/core/css/CSSGradientValue.h »
('j') |
Source/core/css/CSSGradientValue.h »
('J')
Issue 767343003: Make currentColor keyword in linear-gradient work (Closed)
Created 6 years ago by rwlbuis
Modified 6 years ago
Reviewers: esprehn, Timothy Loh
Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Comments: 1
This is Rietveld
408576698