Bug 191367 - [css-grid] ::first-letter incorrectly applied to button with grid display
Summary: [css-grid] ::first-letter incorrectly applied to button with grid display
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-07 08:49 PST by Javier Fernandez
Modified: 2018-11-09 03:59 PST (History)
6 users (show)

See Also:


Attachments
Test case to reproduce the issue (163 bytes, text/html)
2018-11-07 08:49 PST, Javier Fernandez
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Javier Fernandez 2018-11-07 08:49:37 PST
Created attachment 354095 [details]
Test case to reproduce the issue

Steps to reproduce the problem:
1. Load the attached test case

What is the expected behavior?
The letter "F" should be red.

What went wrong?
The letter "F" has the default color (black)
Comment 1 Javier Fernandez 2018-11-07 09:28:20 PST
Steps to reproduce the problem:
1. Load the attached test case

What is the expected behavior?
The letter "F" should NOT be red.

What went wrong?
The letter "F" is red