HTML <body> not rendered correctly
Reported by
tommy...@gmail.com,
May 21 2018
|
||||
Issue descriptionUserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36 Example URL: Steps to reproduce the problem: 1. I have a simple Java servlet application that produces this HTML code: <!DOCTYPE html><html><head><title>Jsoup</title></head><body>com.domain.web.App<br>contextInitialized: null<br>Context Path: /erm<br>App Real Path: C:\apache-tomcat-9.0.8\webapps\erm\</body></html> 2. The rendering of the <body> content is not correct despite its source code when viewed in Chrome. Works as expected in FireFox and MS Edge as seen in attached screen shot. What is the expected behavior? com.domain.web.App contextInitialized: null Context Path: /erm App Real Path: C:\apache-tomcat-9.0.8\webapps\erm\ What went wrong? contextInitialized: null Context Path: /erm App Real Path: C:\apache-tomcat-9.0.8\webapps\erm\ com.domain.web.App Does it occur on multiple sites: No Is it a problem with a plugin? No Did this work before? N/A Does this work in other browsers? Yes Chrome version: 66.0.3359.139 Channel: n/a OS Version: 10.0 Flash Version:
,
May 21 2018
tommyhp2@ Thanks for the issue. Tested this issue on Windows 10 on the reported version 66.0.3359.139 and latest Canary 68.0.3436.0 and unable to reproduce the issue by following the below steps. 1. Launched Chrome and loaded the given html file through server. 2. Can see the html page rendering as below com.domain.web.App contextInitialized: null Context Path: /erm App Real Path: C:\apache-tomcat-9.0.8\webapps\erm\ Attached is the screen cast of the steps followed. Request you to retry the issue on a new chrome profile without any flags/extensions and update the thread with the observations. Thanks..
,
May 22 2018
Hi, Thank you for the feedback. After further extensive testing, it appears that the jSON viewer extension [1] is the culprit. Thanks, Tommy [1] https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh
,
May 22 2018
Thank you for providing more feedback. Adding the requester to the cc list. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
May 22 2018
|
||||
►
Sign in to add a comment |
||||
Comment 1 by krajshree@chromium.org
, May 21 2018