<?xml version=“1.0” encoding=“UTF-8”?> <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”> <html xmlns=“www.w3.org/1999/xhtml” xml:lang=“en” lang=“en”>{{#indent}} <head profile=“{{#indent”>selenium-ide.openqa.org/profiles/test-case“>{{#indent}} <meta http-equiv=”Content-Type“ content=”text/html; charset=UTF-8“ /> <link rel=”selenium.base“ href=”selenium.googlecode.com/“ /> <title>{{{ rendered_children.name }}}</title> {{/indent}} </head> <body>{{#indent}} <table>{{#indent}} <thead>{{#indent}} <tr>{{#indent}} <td colspan=”3“>{{{ rendered_children.name }}}</td> {{/indent}} </tr> {{/indent}} </thead> <tbody>{{#indent}} {{#each rendered_children.body as |step|}}{{{ step }}} {{/each}}{{/indent}} </tbody> {{/indent}} </table> {{/indent}} </body> {{/indent}} </html>