--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/f7dc1625-865e-42a1-8440-35dfd7c95777n%40chromium.org.
then, the Console shows “Start tag expected, ‘<’ not found” error and it’s pointing to the URL in step 5. This is the reason why our web application stops.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/16919ad8-444a-4947-bd2d-ab72ffa1c525n%40chromium.org.
Here is a method to reproduce the issue:
The test HTML contains a simple iframe. When clicking the button, the iframe loads a test.xml file with the following content:
<?xml version='1.0' encoding='ISO-8859-1'?><?xml-stylesheet type="text/xsl" href="./reqLine.xsl"?> <RQStuff> <static>./testu1LINE.xml</static> </RQStuff>The test.xml file references reqLine.xsl and testu1LINE.xml.
Characteristics of testu1LINE.xml in this issue:Through testing, removing either of the following resolves the issue:
I made another interesting discovery:
When I launch a fresh Chrome user profile using the command:
chrome --user-data-dir=c:\temp\newuser --no-first-run https://joji.blob.core.windows.net/test/chrome-132-xsl-issue/test.htmlEven on the latest Chrome 132, the issue does not occur initially.
However, after about 10 seconds, if I refresh the page and retry, the issue can be reproduced.
One other issue encountered by our team was special accent characters is not displaying properly after the chrome update.