Skip to content

Commit

Permalink
Remove Chromium-specific code from WPT tests
Browse files Browse the repository at this point in the history
This logic is no longer necessary and may therefore be removed.

BUG=688116
R=mek@chromium.org

Review-Url: https://codereview.chromium.org/2860573002
Cr-Commit-Position: refs/heads/master@{#469676}
  • Loading branch information
jugglinmike authored and chromium-wpt-export-bot committed May 5, 2017
1 parent e900a02 commit 4000ca0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Expand Up @@ -7,12 +7,6 @@
<script src="resources/test-helpers.sub.js?pipe=sub"></script>
<body></body>
<script>
if (window.testRunner) {
// In Chromium we need to change the setting to disallow displaying insecure
// contents.
testRunner.overridePreference('WebKitAllowDisplayingInsecureContent', false);
}

async_test(function(t) {
var host_info = get_host_info();
window.addEventListener('message', t.step_func(on_message), false);
Expand Down
Expand Up @@ -7,12 +7,6 @@
<script src="resources/test-helpers.sub.js?pipe=sub"></script>
<body></body>
<script>
if (window.testRunner) {
// In Chromium we need to change the setting to disallow displaying insecure
// contents.
testRunner.overridePreference('WebKitAllowDisplayingInsecureContent', false);
}

async_test(function(t) {
var host_info = get_host_info();
window.addEventListener('message', t.step_func(on_message), false);
Expand Down

0 comments on commit 4000ca0

Please sign in to comment.