blob: b37565182eeddfb0b9dc500b098fca6e0348a073 [file] [log] [blame]
<!DOCTYPE html>
<!--
Copyright (c) 2013 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<link rel="import" href="/ui/scripting_control.html">
<link rel="import" href="/core/test_utils.html">
<script>
'use strict';
tr.b.unittest.testSuite(function() {
test('instantiate', function() {
var ctl = document.createElement('tr-ui-scripting-control');
this.addHTMLOutput(ctl);
ctl.toggleVisibility();
});
});
</script>