Bug 123867

Summary: simpleUserAgentStyleSheet doesn't have focus ring on anchor element
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: CSSAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, commit-queue, esprehn+autocc, glenn, gyuyoung.kim, kling, koivisto, macpherson, menard, simon.fraser
Priority: P2 Keywords: BlinkMergeCandidate
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Merges the fix kling: review+

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>