painty / CSS-Used-ChromeExt

Get all css rules used by the selected DOM and its children.

Home Page:https://chrome.google.com/webstore/detail/css-used/cdopjfddjlonogibjahpnmjpoangjfff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

local preview HTML not rendering correctly.

emmastone9 opened this issue · comments

  1. The url of page inspected.

https://www.reuters.com/article/us-soccer-fifa/soccer-fifa-proposes-staging-a-new-mini-world-cup-every-two-years-idUSKBN1I31AL

  1. In chrome dev tools, select <html lang

  2. Click on Local Preview
    Copy the HTML that opens in about:blank by open dev tools and copying the entire HTML tag.

  3. Actual result.
    The copied HTML renders differently than the one in Local Preview. Any idea what might be causing this?

Can your provide a screenshot ?

The error was related to fonts not loaded correctly aka CORS issue; fixed it and now its rendering correctly.
Thank you.