Simple question
Does the Chrome/Chromium browser built-in XSLT processing depend on JavaScript being enabled?
Context
I have a web application that always serves XML to be transformed client-side using XSLT. It also makes heavy use of client-side JavaScript. I've added a bit of markup and JavaScript that, if JavaScript does not run, displays a warning to the user that the application will not function properly until they turn it on.
This works in IE and Firefox, but when I "do not allow" JavaScript in Chrome browser, the page doesn't get rendered at all.