Skip to content

Commit

Permalink
Change order of scripts to workaround P3 failures in IE11
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Sep 21, 2018
1 parent 399a4e7 commit b0fd74e
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion test/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

<head>
<meta charset="utf-8">
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../web-component-tester/browser.js"></script>
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="../../test-fixture/test-fixture.html">

<link rel="import" href="../vaadin-date-picker.html">
Expand Down
2 changes: 1 addition & 1 deletion test/custom-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

<head>
<meta charset="utf-8">
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../web-component-tester/browser.js"></script>
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../iron-test-helpers/mock-interactions.js"></script>
<link rel="import" href="../../test-fixture/test-fixture.html">
<script src="common.js"></script>
Expand Down
16 changes: 8 additions & 8 deletions test/dropdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,13 @@

<head>
<meta charset="utf-8">
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../web-component-tester/browser.js"></script>
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../iron-test-helpers/mock-interactions.js"></script>
<link rel="import" href="../../test-fixture/test-fixture.html">
<link rel="import" href="../vaadin-date-picker.html">
<link rel="import" href="not-animated-styles.html">
<script src="common.js"></script>
<script>
HTMLImports.whenReady(() => {
Polymer({
is: 'vaadin-date-picker-wrapper'
});
});
</script>
</head>

<body>
Expand All @@ -37,6 +30,13 @@
<template>
<vaadin-date-picker id="datepicker" label="foo"></vaadin-date-picker>
</template>
<script>
customElements.whenDefined('vaadin-date-picker').then(() => {
Polymer({
is: 'vaadin-date-picker-wrapper'
});
});
</script>
</dom-module>

<script>
Expand Down
2 changes: 1 addition & 1 deletion test/form-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

<head>
<meta charset="utf-8">
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../web-component-tester/browser.js"></script>
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="common.js"></script>
<link rel="import" href="../../test-fixture/test-fixture.html">

Expand Down
2 changes: 1 addition & 1 deletion test/keyboard-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

<head>
<meta charset="utf-8">
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../web-component-tester/browser.js"></script>
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="common.js"></script>
<script src="../../iron-test-helpers/mock-interactions.js"></script>
<link rel="import" href="../../test-fixture/test-fixture.html">
Expand Down
2 changes: 1 addition & 1 deletion test/keyboard-navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

<head>
<meta charset="utf-8">
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../web-component-tester/browser.js"></script>
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="common.js"></script>
<script src="../../iron-test-helpers/mock-interactions.js"></script>
<link rel="import" href="../../test-fixture/test-fixture.html">
Expand Down
2 changes: 1 addition & 1 deletion test/late-upgrade.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

<head>
<meta charset="utf-8">
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../web-component-tester/browser.js"></script>
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="common.js"></script>
<link rel="import" href="../../test-fixture/test-fixture.html">

Expand Down
2 changes: 1 addition & 1 deletion test/month-calendar.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

<head>
<meta charset="utf-8">
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../web-component-tester/browser.js"></script>
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="../../test-fixture/test-fixture.html">

<link rel="import" href="../src/vaadin-month-calendar.html">
Expand Down
2 changes: 1 addition & 1 deletion test/overlay.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

<head>
<meta charset="utf-8">
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../web-component-tester/browser.js"></script>
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../iron-test-helpers/mock-interactions.js"></script>
<script src="common.js"></script>
<link rel="import" href="../../test-fixture/test-fixture.html">
Expand Down
2 changes: 1 addition & 1 deletion test/scroller.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

<head>
<meta charset="utf-8">
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../web-component-tester/browser.js"></script>
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="common.js"></script>
<link rel="import" href="../../test-fixture/test-fixture.html">

Expand Down
2 changes: 1 addition & 1 deletion test/wai-aria.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

<head>
<meta charset="utf-8">
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../web-component-tester/browser.js"></script>
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="../../test-fixture/test-fixture.html">

<link rel="import" href="../vaadin-date-picker.html">
Expand Down

0 comments on commit b0fd74e

Please sign in to comment.