mirror of
https://github.com/Polymer/polymer.git
synced 2026-08-19 01:14:44 -05:00
10 lines
265 B
JavaScript
10 lines
265 B
JavaScript
/*
|
|
* Copyright 2013 The Polymer-Project Authors. All rights reserved.
|
|
* Use of this source code is governed by a BSD-style
|
|
* license that can be found in the LICENSE file.
|
|
*/
|
|
htmlSuite('styling', function() {
|
|
htmlTest('html/styling/host.html');
|
|
});
|
|
|