RE: testing form submission

I found the problem, which is simple: IE doesn't support 'srcdoc'. 
Even IE 11 apparently.

We changed the test harness to create the form to submit in an iframe and to generate the form from the pattern of values to check against.


It supports 'src'. With 'data:' URL? I'll try that, I suppose. 

But I'd rather have a test harness that works in all browsers.

Larry
--
http://larry.masinter.net

Received on Tuesday, 18 March 2014 06:05:55 UTC