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
(488)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-path-string-ref.html
Issue
2884943002
:
CSS Motion Path: calculate transform for simple ray() paths (Closed)
Patch Set:
Created 3 years, 7 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/LayoutTests/external/wpt/css/motion-1/offset-path-ray.html
third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-path-ray-ref.html
third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-path-string.html
third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-path-string-ref.html
third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-rotate-001.html
third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-rotate-002.html
third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-rotate-ref.html
third_party/WebKit/Source/core/style/ComputedStyle.cpp
View unified diff
|
Download patch
« third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-path-ray.html
('K') |
« third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-path-string.html
('k') |
third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-rotate-001.html »
('j') |
third_party/WebKit/Source/core/style/ComputedStyle.cpp »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<title>CSS Motion Path: path(string) paths</title>
5
<link rel="author" title="Eric Willigers" href="mailto:ericwilligers@google. com">
6
<style>
7
#target {
8
position: absolute;
9
left: 300px;
10
top: 0px;
11
width: 300px;
12
height: 200px;
13
background-color: lime;
14
transform-origin: 0px 0px;
15
transform: rotate(90deg) translate(120px);
16
}
17
</style>
18
</head>
19
<body>
20
<div id="target"></div>
21
</body>
22
</html>
OLD
NEW
« third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-path-ray.html
('K') |
« third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-path-string.html
('k') |
third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-rotate-001.html »
('j') |
third_party/WebKit/Source/core/style/ComputedStyle.cpp »
('J')
Issue 2884943002: CSS Motion Path: calculate transform for simple ray() paths (Closed)
Created 3 years, 7 months ago by Eric Willigers
Modified 3 years, 7 months ago
Reviewers: pdr., meade_UTC10
Base URL:
Comments: 6
This is Rietveld
408576698