4525b95f8e
This is the test for https://codereview.chromium.org/54833003/ BUG= R=vsm@google.com Review URL: https://codereview.chromium.org//55153002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29704 260f80e4-7a28-3924-810f-c04153c831b5
25 lines
672 B
HTML
25 lines
672 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="dart.unittest" content="full-stack-traces">
|
|
<title> template_wrappers_test </title>
|
|
<style>
|
|
.unittest-table { font-family:monospace; border:1px; }
|
|
.unittest-pass { background: #6b3;}
|
|
.unittest-fail { background: #d55;}
|
|
.unittest-error { background: #a11;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1> Running template_wrappers_test </h1>
|
|
<template class='t1'>
|
|
<x-custom></x-custom>
|
|
</template>
|
|
<x-custom-two></x-custom-two>
|
|
<script type="text/javascript"
|
|
src="/packages/unittest/test_controller.js"></script>
|
|
%TEST_SCRIPTS%
|
|
</body>
|
|
</html>
|