Testing readonly-ness of SVGSVGElement.useCurrentView

I’m writing a test for
http://dev.w3.org/SVG/profiles/1.1F2/errata/errata.html#usecurrentview-should-be-read-only.
The way I want to test it is to have the document shown with a fragid
pointing to a <view> element, which should cause useCurrentView to be
true.  Then I will assign to the attribute and check that it remains
true.  How would I ensure that the fragid is used when the test is
shown?  I could just assume that it is, but that’s not going to work for
the test harness.

-- 
Cameron McCormack ≝ http://mcc.id.au/

Received on Wednesday, 5 August 2009 05:35:21 UTC