Bug 13723

Summary: Test the behavior of setting a DOMString attribute to JS undefined.
Product: WebKit Reporter: Sam Weinig <sam>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: alice.barraclough
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
[WIP] patch none

Description Sam Weinig 2007-05-14 19:23:59 PDT
As a follow up to bug 13541, we should test and asses the behavior of setting DOMString attributes to JS undefined.  We should test using both dot notation and get/setAttribute.
Comment 1 Sam Weinig 2007-05-16 13:55:09 PDT
Created attachment 14585 [details]
[WIP] patch

This patch refactors the tests for setting js null to DOMString DOM attributes and uses the new modularity to add similar tests for js undefined.  I still need to make sure the results are correct and update the expected results to show that.
Comment 2 Sam Weinig 2017-05-09 16:03:49 PDT
We have coverage now.