Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
  :matches
  <div class="test one"></div>
  :any
  <div class="test two"></div>
  :-ms-any
  <div class="test three"></div>
  :-moz-any
  <div class="test four"></div>
  :-webkit-any
  <div class="test five"></div>
  :-o-any
  <div class="test ten"></div>
  :-ms-matches
  <div class="test six"></div>
  :-moz-matches
  <div class="test seven"></div>
  :-webkit-matches
  <div class="test eight"></div>
  :-o-matches
  <div class="test nine"></div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
cvrebertpro
0viewers