Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Align "UA" stylesheet for "abbr" and "acronym" with HTML Spec
Align "UA" stylesheet for "abbr" and "acronym" with HTML Spec https://bugs.webkit.org/show_bug.cgi?id=245441 Reviewed by Alan Bujtas. This is to align "UA" stylesheet with HTML Specifications: https://html.spec.whatwg.org/multipage/rendering.html#phrasing-content-3 We were missing following styling for: > abbr > acronym Merge for Test Case - https://chromium.googlesource.com/chromium/src.git/+/fb579cdb6aa334f44e57072a3c1fd803aa2cb082 * Source/WebCore/css/html.css: Add missing "abbr" and "acronym" styling in UA stylesheet * LayoutTests/fast/html/abbr-acronym-rendering.html: Added Test Case from Chrome Patch * LayoutTests/fast/html/abbr-acronym-rendering-expected.html: Added Test Case Expectations Canonical link: https://commits.webkit.org/254710@main
- Loading branch information