painty / CSS-Used-ChromeExt

Get all css rules used by the selected DOM and its children.
https://chrome.google.com/webstore/detail/css-used/cdopjfddjlonogibjahpnmjpoangjfff
MIT License
263 stars 62 forks source link

local preview HTML not rendering correctly. #12

Closed emmastone9 closed 5 years ago

emmastone9 commented 6 years ago
  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?

painty commented 5 years ago

Can your provide a screenshot ?

emmastone9 commented 5 years ago

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