Bug 182484 - document.bgColor setter should do nothing when root is not html
Summary: document.bgColor setter should do nothing when root is not html
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-05 07:25 PST by Simon Pieters (:zcorpan)
Modified: 2022-08-20 00:00 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Pieters (:zcorpan) 2018-02-05 07:25:30 PST
See

https://github.com/w3c/web-platform-tests/pull/9231
https://pulls.web-platform-tests.org/job/23888.12

Failing tests:

document color attributes when the root element is a test element (createHTMLDocument)	FAIL: 10
assert_equals: new_body.attributes.length expected 0 but got 5
document color attributes when the root element is a test element (iframe)	FAIL: 10
assert_equals: new_body.attributes.length expected 0 but got 5
Comment 2 Ryosuke Niwa 2022-08-20 00:00:30 PDT
Yeah, this looks config changed.