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
(95)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: LayoutTests/animations/additive-transform-animations-expected.html
Issue
14522029
:
Convert additive-transform-animations to ref-test (Closed)
Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed extra line.
Created 7 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:
LayoutTests/animations/additive-transform-animations.html
LayoutTests/animations/additive-transform-animations-expected.html
LayoutTests/animations/additive-transform-animations-expected.png
LayoutTests/animations/additive-transform-animations-expected.txt
LayoutTests/platform/chromium-win/animations/additive-transform-animations-expected.png
LayoutTests/platform/chromium-win/animations/additive-transform-animations-expected.txt
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« LayoutTests/animations/additive-transform-animations.html
('k') |
LayoutTests/animations/additive-transform-animations-expected.png »
('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
<html>
3
<head>
4
<style type="text/css">
5
.box {
6
height: 100px;
7
width: 100px;
8
background-color: blue;
9
}
10
11
#box {
12
-webkit-transform: rotate(90deg) translate(100px, 0);
13
}
14
</style>
15
</head>
16
<body>
17
18
<div class="box" id="box"></div>
19
<div id="result">
20
PASS - "webkitTransform" property for "box" element at 1s saw something close to : 0,1,-1,0,0,100
21
</div>
22
23
</body>
24
</html>
OLD
NEW
« no previous file with comments
|
« LayoutTests/animations/additive-transform-animations.html
('k') |
LayoutTests/animations/additive-transform-animations-expected.png »
('j') |
no next file with comments »
Issue 14522029: Convert additive-transform-animations to ref-test (Closed)
Created 7 years, 8 months ago by dstockwell
Modified 7 years, 7 months ago
Reviewers: Mike Lawther (Google)
Base URL: svn://svn.chromium.org/blink/trunk
Comments: 2
This is Rietveld
408576698