LibWeb/DOM: Implement the Document object's partial attributes

This commit is contained in:
PGHales 2024-04-18 13:58:48 -06:00 committed by Andreas Kling
commit 75626c6cd2
Notes: sideshowbarker 2024-07-17 03:35:24 +09:00
5 changed files with 125 additions and 0 deletions

View file

@ -0,0 +1,20 @@
before document.fgColor=
before body attribute text=null
after document.fgColor=red
after body attribute text=red
before document.linkColor=
before body attribute link=null
after document.linkColor=red
after body attribute link=red
before document.alinkColor=
before body attribute alink=null
after document.alinkColor=red
after body attribute alink=red
before document.vlinkColor=
before body attribute vlink=null
after document.vlinkColor=red
after body attribute vlink=red
before document.bgColor=
before body attribute bgcolor=null
after document.bgColor=red
after body attribute bgcolor=red