Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <style>
    body, div { color: yellow }
  </style>
</head>
<body>
  <iframe style="display:none" srcdoc="<style>body, div { color: purple }</style><body style='display: none'><div>Text</div>"></iframe>
  <script>
    onload = function() {
      alert(getComputedStyle(frames[0].document.querySelector("div")).color)
    }
  </script>  
</body>
</html>
Output 300px

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers