Sha256: ed56000f8a4590d3fba13eb9e049e281a2df4decb2bc5ffd0631671876df732e

Contents?: true

Size: 664 Bytes

Versions: 1

Compression:

Stored size: 664 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
	"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
	<title>Test</title>	
	<link rel="stylesheet" href="my.css" type="text/css" media="screen" title="no title" charset="utf-8"> 
  <link rel="stylesheet" href="other.css" type="text/css" media="screen" title="no title" charset="utf-8"> 	
</head>
<body>
  <div id="content">Hello World</div>
  <div class="header">My header</div>
  <p>Go for it</p>
  <table style="color:blue">
    <tr>
      <td style="font-weight:bold"></td>
    </tr>
  </table>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
html_css_decorator-0.1.2 spec/fixtures/test.html