mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 03:57:15 +02:00
LibWeb: Apply presentational hints for the HTMLHRElement color attribute
This commit is contained in:
committed by
Andreas Kling
parent
83c4e22247
commit
c217057cfd
Notes:
github-actions[bot]
2025-02-18 11:07:44 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/c217057cfd3 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3610
@@ -0,0 +1,7 @@
|
||||
<!doctype html>
|
||||
<meta charset=utf-8>
|
||||
<link rel=match href="../../../../../../expected/wpt-import/html/rendering/non-replaced-elements/the-hr-element-0/color-ref.html">
|
||||
<hr>
|
||||
<hr color="">
|
||||
<hr color=transparent>
|
||||
<hr color=green>
|
||||
Reference in New Issue
Block a user