785/808 removeNamedItemNS03.xml
-TEST FAILED: expected exception NO_MODIFICATION_ALLOWED_ERR
This commit is contained in:
@ -1138,6 +1138,7 @@
|
||||
(labels ((walk (n)
|
||||
(setf (slot-value n 'read-only-p) t)
|
||||
(when (dom:element-p n)
|
||||
(setf (slot-value (dom:attributes n) 'read-only-p) t)
|
||||
(map nil #'walk (dom:items (dom:attributes n))))
|
||||
(map nil #'walk (dom:child-nodes n))))
|
||||
(walk instance)))
|
||||
|
||||
Reference in New Issue
Block a user