LibWeb: Apply presentational hints for the HTMLHRElement color attribute

This commit is contained in:
Tim Ledbetter
2025-02-18 07:25:09 +00:00
committed by Andreas Kling
parent 83c4e22247
commit c217057cfd
Notes: github-actions[bot] 2025-02-18 11:07:44 +00:00
3 changed files with 49 additions and 1 deletions

View File

@@ -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>