Skip to content

Commit

Permalink
Fixed the file shadow-root-002.html
Browse files Browse the repository at this point in the history
  • Loading branch information
oannao committed Jun 8, 2013
1 parent 86196cd commit 7a90fa5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions shadow-dom/shadow-trees/shadow-root-002.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
</head>
<body>
<div id='host'>
<div>Apple.</div>
<div>Orange.</div>
</div>
<div>Apple.</div>
<div>Orange.</div>

<script>
var shadowRoot = createSR(host);
shadowRoot.innerHTML = '<div>Hello a Shadow Root.</div><div><content></content></div>';
Expand Down

0 comments on commit 7a90fa5

Please sign in to comment.