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
(44)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: LayoutTests/fast/events/click-focus-svganchor-no-ring.html
Issue
455223002
:
Make anchors mouse-focusable (Closed)
Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase
Created 6 years, 4 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/TestExpectations
LayoutTests/fast/events/click-focus-anchor.html
LayoutTests/fast/events/click-focus-anchor-expected.txt
LayoutTests/fast/events/click-focus-anchor-has-ring.html
LayoutTests/fast/events/click-focus-anchor-no-ring.html
LayoutTests/fast/events/click-focus-svganchor-has-ring.html
LayoutTests/fast/events/click-focus-svganchor-no-ring.html
LayoutTests/fast/events/resources/focus-anchor-by-mouse.js
Source/core/html/HTMLAnchorElement.h
Source/core/html/HTMLAnchorElement.cpp
Source/core/rendering/RenderTheme.cpp
Source/core/svg/SVGAElement.h
Source/core/svg/SVGAElement.cpp
View unified diff
|
Download patch
« LayoutTests/TestExpectations
('K') |
« LayoutTests/fast/events/click-focus-svganchor-has-ring.html
('k') |
LayoutTests/fast/events/resources/focus-anchor-by-mouse.js »
('j') |
Source/core/html/HTMLAnchorElement.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
<body>
4
<p>This test ensures that the focus ring is not drawn for SVG anchors that recei ved the focus by mouse.</p>
5
6
<svg>
7
<a xlink:href="#">
8
<text id="anchor" font-size="18px" y="20">SVG anchor without tabindex</t ext>
9
</a>
10
</svg>
11
<script src="resources/focus-anchor-by-mouse.js"></script>
12
</body>
13
</html>
OLD
NEW
« LayoutTests/TestExpectations
('K') |
« LayoutTests/fast/events/click-focus-svganchor-has-ring.html
('k') |
LayoutTests/fast/events/resources/focus-anchor-by-mouse.js »
('j') |
Source/core/html/HTMLAnchorElement.cpp »
('J')
Issue 455223002: Make anchors mouse-focusable (Closed)
Created 6 years, 4 months ago by robwu
Modified 6 years, 3 months ago
Reviewers: eae, pdr., tkent, Xianzhu
Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Comments: 31
This is Rietveld
408576698