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
(29)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: LayoutTests/svg/custom/bug86392.html
Issue
10447082
:
Merge 117971 (Closed)
Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set:
Created 8 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:
LayoutTests/svg/custom/bug86392.html
LayoutTests/svg/custom/bug86392-expected.txt
LayoutTests/svg/custom/marker-zero-length-linecaps.svg
LayoutTests/svg/custom/marker-zero-length-linecaps-expected.svg
Source/WebCore/CMakeLists.txt
Source/WebCore/GNUmakefile.list.am
Source/WebCore/Target.pri
Source/WebCore/WebCore.gypi
Source/WebCore/WebCore.order
Source/WebCore/WebCore.vcproj/WebCore.vcproj
Source/WebCore/WebCore.xcodeproj/project.pbxproj
Source/WebCore/rendering/svg/RenderSVGAllInOne.cpp
Source/WebCore/rendering/svg/RenderSVGShape.h
Source/WebCore/rendering/svg/RenderSVGShape.cpp
Source/WebCore/rendering/svg/SVGMarkerData.h
Source/WebCore/rendering/svg/SVGMarkerLayoutInfo.h
Source/WebCore/rendering/svg/SVGMarkerLayoutInfo.cpp
Source/WebCore/rendering/svg/SVGResourcesCache.h
Source/WebCore/rendering/svg/SVGResourcesCache.cpp
View unified diff
|
Download patch
« no previous file with comments
|
« no previous file
|
LayoutTests/svg/custom/bug86392-expected.txt »
('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 <html>
1 <html>
2 <head>
2 <head>
3 <style>
3 <style>
4 #el1 {
4 #el1 {
5 border-left-style: double;
5 border-left-style: double;
6 }
6 }
7 #el3 {
7 #el3 {
8 content: counter(c);
8 content: counter(c);
9 }
9 }
10 </style>
10 </style>
(...skipping
39
matching lines...)
Expand 10 before
|
Expand all
|
Expand 10 after
Loading...
50 if (window.layoutTestController)
50 if (window.layoutTestController)
51 layoutTestController.notifyDone();
51 layoutTestController.notifyDone();
52 }
52 }
53 }
53 }
54 </script>
54 </script>
55 </head>
55 </head>
56 <body>
56 <body>
57 <div id="div1"></div>
57 <div id="div1"></div>
58 </body>
58 </body>
59 </html>
59 </html>
OLD
NEW
« no previous file with comments
|
« no previous file
|
LayoutTests/svg/custom/bug86392-expected.txt »
('j') |
no next file with comments »
Issue 10447082: Merge 117971 (Closed)
Created 8 years, 6 months ago by Chris Evans
Modified 8 years, 6 months ago
Reviewers: inferno
Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Comments: 0
This is Rietveld
408576698