Bug 123867 - simpleUserAgentStyleSheet doesn't have focus ring on anchor element
Summary: simpleUserAgentStyleSheet doesn't have focus ring on anchor element
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks:
 
Reported: 2013-11-05 21:52 PST by Ryosuke Niwa
Modified: 2013-11-05 22:00 PST (History)
10 users (show)

See Also:


Attachments
Merges the fix (1.81 KB, patch)
2013-11-05 21:53 PST, Ryosuke Niwa
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-11-05 21:52:53 PST
We should probably merge https://chromium.googlesource.com/chromium/blink/+/08ecc23c4d80be9969918c4baf0ac83dc6cb6cbd

Corrected UA style for a:focus in simpleUserAgentStyleSheet.

simpleUserAgentStyleSheet did not have an outline on a:focus like html.css.
The result was flakiness for the following test depending on whether the full
UA styles had been triggered by a previous test or not:
Comment 1 Ryosuke Niwa 2013-11-05 21:53:18 PST
Created attachment 216130 [details]
Merges the fix
Comment 2 Ryosuke Niwa 2013-11-05 22:00:35 PST
Committed r158722: <http://trac.webkit.org/changeset/158722>