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

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers