Skip to content

Commit

Permalink
tests: polyfills option is now a boolean, defaulting to true
Browse files Browse the repository at this point in the history
  • Loading branch information
Toad06 authored and Herschel committed Dec 7, 2020
1 parent 3ca08c8 commit 457d707
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,6 @@
<head>
<meta charset="utf-8" />
<title>WEB</title>
<script>
window.RufflePlayer = window.RufflePlayer || {};
window.RufflePlayer.config = {
polyfills: [
"static-content",
"plugin-detect",
"dynamic-content",
"frames",
],
};
</script>
</head>

<frameset rows="10%,90%">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,6 @@
<head>
<meta charset="utf-8" />
<title>WEB</title>
<script>
window.RufflePlayer = window.RufflePlayer || {};
window.RufflePlayer.config = {
polyfills: [
"static-content",
"plugin-detect",
"dynamic-content",
"frames",
],
};
</script>
<script src="/dist/ruffle.js" type="text/javascript"></script>
</head>

Expand Down
11 changes: 0 additions & 11 deletions web/packages/selfhosted/test/polyfill/iframes_injected/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,6 @@
margin: 0;
}
</style>
<script>
window.RufflePlayer = window.RufflePlayer || {};
window.RufflePlayer.config = {
polyfills: [
"static-content",
"plugin-detect",
"dynamic-content",
"frames",
],
};
</script>
</head>
<body>
<a href="inner.html" target="content" id="reload-link">Reload frame</a>
Expand Down
11 changes: 0 additions & 11 deletions web/packages/selfhosted/test/polyfill/iframes_provided/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,6 @@
margin: 0;
}
</style>
<script>
window.RufflePlayer = window.RufflePlayer || {};
window.RufflePlayer.config = {
polyfills: [
"static-content",
"plugin-detect",
"dynamic-content",
"frames",
],
};
</script>
<script src="/dist/ruffle.js" type="text/javascript"></script>
</head>
<body>
Expand Down

0 comments on commit 457d707

Please sign in to comment.