Skip to content

Commit

Permalink
Workaround IE11 style gather error in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Apr 30, 2018
1 parent d872ef7 commit 1717e19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/vaadin-progress-bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="../../test-fixture/test-fixture.html">
<link rel="import" href="../vaadin-progress-bar.html">

<!-- FIXME(web-padawan): workaround IE11 TypeError, re-check with webcomponentsjs 2.0 -->
<link rel="import" href="../../polymer/lib/elements/custom-style.html">
</head>

<body>
Expand Down

0 comments on commit 1717e19

Please sign in to comment.