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
(379)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: third_party/WebKit/LayoutTests/css3/images/cross-fade-svg-size-diff-expected.html
Issue
1577843002
:
Fix SVG sizing in crossfaded images (Closed)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adjust test to make it more obvious when it fails
Created 4 years, 11 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/css3/images/cross-fade-svg-size-diff.html
third_party/WebKit/LayoutTests/css3/images/cross-fade-svg-size-diff-expected.html
third_party/WebKit/Source/core/css/CSSCrossfadeValue.cpp
third_party/WebKit/Source/platform/graphics/CrossfadeGeneratedImage.h
third_party/WebKit/Source/platform/graphics/CrossfadeGeneratedImage.cpp
View unified diff
|
Download patch
« no previous file with comments
|
« third_party/WebKit/LayoutTests/css3/images/cross-fade-svg-size-diff.html
('k') |
third_party/WebKit/Source/core/css/CSSCrossfadeValue.cpp »
('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
<title>Test SVG in -webkit-cross-fade image with identical but differently sized SVG elsewhere</title>
3
<style>
4
div {
5
background-image: url("data:image/svg+xml,<svg viewBox='0 0 100 100' xml ns='http://www.w3.org/2000/svg'><circle cx='50' cy='50' r='35' fill='green'/></s vg>");
6
}
7
.tst {
8
width: 100px;
9
height: 100px;
10
}
11
#ref {
12
width: 300px;
13
height: 300px;
14
}
15
</style>
16
<p>There should be three circle below. One big and two small ones.
17
<div id=ref></div>
18
<div class=tst></div>
19
<div class=tst></div>
OLD
NEW
« no previous file with comments
|
« third_party/WebKit/LayoutTests/css3/images/cross-fade-svg-size-diff.html
('k') |
third_party/WebKit/Source/core/css/CSSCrossfadeValue.cpp »
('j') |
no next file with comments »
Issue 1577843002: Fix SVG sizing in crossfaded images (Closed)
Created 4 years, 11 months ago by davve
Modified 4 years, 11 months ago
Reviewers: fs, pdr.
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 7
This is Rietveld
408576698