| 1 | 
wakaba | 
1.1 | 
<!DOCTYPE html> | 
| 2 | 
  | 
  | 
<html lang="en"> | 
| 3 | 
  | 
  | 
<head> | 
| 4 | 
  | 
  | 
<title>LinkStyle.styleSheet === document.styleSheets[i]</title> | 
| 5 | 
  | 
  | 
<link rel="stylesheet" href="../../../support/test-style-1.css"> | 
| 6 | 
  | 
  | 
<script src="../../../support/result0.js"></script> | 
| 7 | 
  | 
  | 
</head> | 
| 8 | 
  | 
  | 
<body> | 
| 9 | 
  | 
  | 
 | 
| 10 | 
  | 
  | 
<p><code><code><link rel="stylesheet"></code>.styleSheet | 
| 11 | 
  | 
  | 
=== document.styleSheets[<var>i</var>]</code> =  | 
| 12 | 
  | 
  | 
<script type="text/javascript"> | 
| 13 | 
  | 
  | 
  var ds = document.styleSheets[0]; | 
| 14 | 
  | 
  | 
  var ls = document.getElementsByTagName ('link')[0].styleSheet; | 
| 15 | 
  | 
  | 
  writeResult (ds === ls); | 
| 16 | 
  | 
  | 
</script></p> | 
| 17 | 
  | 
  | 
 | 
| 18 | 
  | 
  | 
</body> | 
| 19 | 
  | 
  | 
</html> |