Skip to content

Commit

Permalink
Fix lint, use query params instead of duplicate file.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Jun 10, 2016
1 parent f770438 commit e4880d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 71 deletions.
4 changes: 2 additions & 2 deletions test/runner.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
'unit/custom-style-late.html',
'unit/custom-style-async.html',
'unit/custom-style-async.html?dom=shadow',
'unit/custom-style-async-native.html',
'unit/custom-style-async-native.html?dom=shadow',
'unit/custom-style-async.html?lazyRegister=true&useNativeCSSProperties=true',
'unit/custom-style-async.html?lazyRegister=true&useNativeCSSProperties=true&dom=shadow',
'unit/dynamic-import.html',
'unit/templatizer.html',
'unit/dom-repeat.html',
Expand Down
68 changes: 0 additions & 68 deletions test/unit/custom-style-async-native.html

This file was deleted.

2 changes: 1 addition & 1 deletion test/unit/custom-style-async.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<x-host id="host"></x-host>

<script>
/* global input */
/* global host */

suite('async global custom-style', function() {

Expand Down

0 comments on commit e4880d9

Please sign in to comment.