Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
update to webcomponents.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Oct 14, 2014
1 parent 859305a commit 5590dcd
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion runner.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<title>Core Elements Test Runner</title>
<meta charset="UTF-8">

<script src="../platform/platform.js"></script>
<script src="../webcomponentsjs/webcomponents.js"></script>

<link rel="import" href="tests/tests.html">

Expand Down
2 changes: 1 addition & 1 deletion tests/core-ajax.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<title>core-ajax</title>

<script src="../../platform/platform.js"></script>
<script src="../../webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="../../polymer-test-tools/tools.html">
<script src="../../polymer-test-tools/htmltest.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion tests/core-collapse.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<head>
<title>core-collapse</title>

<script src="../../platform/platform.js"></script>
<script src="../../webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="../../polymer-test-tools/tools.html">
<script src="../../polymer-test-tools/htmltest.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion tests/core-localstorage.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<head>
<title>core-localstorage</title>

<script src="../../platform/platform.js"></script>
<script src="../../webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="../../polymer-test-tools/tools.html">
<script src="../../polymer-test-tools/htmltest.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion tests/core-selection-multi.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<title>core-selection-multi</title>

<script src="../../platform/platform.js"></script>
<script src="../../webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="../../polymer-test-tools/tools.html">
<script src="../../polymer-test-tools/htmltest.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion tests/core-selection.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<title>core-selection</title>

<script src="../../platform/platform.js"></script>
<script src="../../webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="../../polymer-test-tools/tools.html">
<script src="../../polymer-test-tools/htmltest.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion tests/core-selector-activate-event.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<html>
<head>
<title>core-selector-activate-event</title>
<script src="../../platform/platform.js"></script>
<script src="../../webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="../../polymer-test-tools/tools.html">
<script src="../../polymer-test-tools/htmltest.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion tests/core-selector-basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<html>
<head>
<title>core-selector-basic</title>
<script src="../../platform/platform.js"></script>
<script src="../../webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="../../polymer-test-tools/tools.html">
<script src="../../polymer-test-tools/htmltest.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion tests/core-selector-multi.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<html>
<head>
<title>core-selector-multi</title>
<script src="../../platform/platform.js"></script>
<script src="../../webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="../../polymer-test-tools/tools.html">
<script src="../../polymer-test-tools/htmltest.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion tests/core-shared-lib.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<title>core-shared-lib</title>

<script src="../../platform/platform.js"></script>
<script src="../../webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="../../polymer-test-tools/tools.html">
<script src="../../polymer-test-tools/htmltest.js"></script>

Expand Down

0 comments on commit 5590dcd

Please sign in to comment.