ajklein/webkit

need tests asserting that parser-created templates function properly

rafaelw opened this issue · 1 comments

e.g.

<body>
<script>
  document.body.model = [1, 2];
</script>
<template iterate>
  Foo
</template>

should cause two instances to be produced

Fixed in 8feb6fd597