Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<link href="//code.jquery.com/qunit/qunit-git.css" rel="stylesheet" type="text/css" />
<script src="//code.jquery.com/qunit/qunit-git.js"></script>
<script src="//code.jquery.com/jquery-2.1.1.min.js"></script>
<script>
    $(document).ready(function(){
      QUnit.test('Simple test', function(assert) {
        assert.equal($('<div>')[0], $('<div>')[0]);
      });
    });
  </script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
<div id="qunit"></div>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
atpollmannpro
0viewers