Michael Rawlings 75db499e68
Await tests refactor (#1387)
* update await tests to use promises, move old tests to fixtures-await-callback

* combine render test fixtures and fixtures-async

* remove unused vdom expecatations for deprecated async tests
2019-07-26 19:45:39 -04:00

6 lines
230 B
HTML

<html><head><title>Inline Script</title></head><body>Hello name! <script type="text/javascript">
<div if(foo)></div>
$(function() {
alert('World');
})
</script><!--FLUSH--></body></html>