adds more spec cases
This commit is contained in:
parent
241b9ffbd3
commit
d946c7262c
125 changed files with 2275 additions and 1 deletions
23
spec/support/cases/includes-4.html
Normal file
23
spec/support/cases/includes-4.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
<!-- http://microformat2-node.jit.su/includes.html -->
|
||||
|
||||
<div class="h-event">
|
||||
<span class="p-name">HTML5 & CSS3 latest features in action!</span> -
|
||||
<span class="p-speaker">David Rousset</span> -
|
||||
<time class="dt-start" datetime="2012-10-30T11:45:00-08:00">Tue 11:45am</time><object data="#buildconf" class="include" type="text/html" height="0" width="0"></object>
|
||||
</div>
|
||||
<div class="h-event">
|
||||
<span class="p-name">Building High-Performing JavaScript for Modern Engines</span> -
|
||||
<span class="p-speaker">John-David Dalton</span> and
|
||||
<span class="p-speaker">Amanda Silver</span> -
|
||||
<time class="dt-start" datetime="2012-10-31T11:15:00-08:00">Wed 11:15am</time><object data="#buildconf" class="include" type="text/html" height="0" width="0"></object>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="buildconf">
|
||||
<p class="p-summary">Build Conference</p>
|
||||
<p class="p-location h-adr">
|
||||
<span class="p-locality">Redmond</span>,
|
||||
<span class="p-region">Washington</span>,
|
||||
<span class="p-country-name">USA</span>
|
||||
</p>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue