WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
273300
Web Inspector: Adding an a CSS property to an element should work
https://bugs.webkit.org/show_bug.cgi?id=273300
Summary
Web Inspector: Adding an a CSS property to an element should work
Karl Dubost
Reported
2024-04-25 21:38:02 PDT
Steps to reproduce: This was tested with STP 191 1. Go to
https://bug-14856-attachments.webkit.org/attachment.cgi?id=18496
2. Open Web Inspector 3. Go to Elements Tab 4. In the middle column bottom, click on the + beside the filter label 5. It creates a selector to add 6. change the selector to be: body * 7. Add the CSS property: outline: 1px solid red Expected: The rendering should show the outline on the markup Actual: No rendering is created for the outline A yellow warning is displayed saying the value is invalid 8. Click on the Inspector Style Sheet link beside the "body *" 9. It brings a window where we can edit the CSS 10. The CSS contains: body * {} 11. Change it to be: body * {outline: 1px solid red} Results: The rendering is now showing the outlines. Go back to the outline, the Elements middle column is properly showing the values.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-04-25 21:38:13 PDT
<
rdar://problem/127095008
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug