209e413a5c
First patch is the original, changes were: - Shadow DOM upgrade landed as separate CL - CustomElement polyfill wasn't always firing WebComponentsLoaded event (causing timeouts on FF and IE), fixed polyfill. - Dartium test exclusions were not working BUG= R=jmesserly@google.com Review URL: https://codereview.chromium.org//23498053 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27841 260f80e4-7a28-3924-810f-c04153c831b5
24 lines
727 B
HTML
24 lines
727 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="dart.unittest" content="full-stack-traces">
|
|
<title> entered_left_view_test </title>
|
|
<style>
|
|
.unittest-table { font-family:monospace; border:1px; }
|
|
.unittest-pass { background: #6b3;}
|
|
.unittest-fail { background: #d55;}
|
|
.unittest-error { background: #a11;}
|
|
</style>
|
|
<script src="/packages/shadow_dom/shadow_dom.debug.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1> Running entered_left_view_test </h1>
|
|
<script type="text/javascript"
|
|
src="/packages/unittest/test_controller.js"></script>
|
|
<script type="text/javascript"
|
|
src="/packages/browser/interop.js"></script>
|
|
%TEST_SCRIPTS%
|
|
</body>
|
|
</html>
|