Commit 455d7158 authored by Daniel Vogelheim's avatar Daniel Vogelheim Committed by Commit Bot

[Trusted Types] Replace setTimeout with step_timeout in WPT test.

Bug: 1033101
Change-Id: I01638e133321abcb0604bfd9f8d72bff61425f69
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050266Reviewed-by: default avatarHiroshige Hayashizaki <hiroshige@chromium.org>
Commit-Queue: Daniel Vogelheim <vogelheim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#740590}
parent b20f9681
...@@ -203,7 +203,6 @@ SET TIMEOUT: shadow-dom/scroll-to-the-fragment-in-shadow-tree.html ...@@ -203,7 +203,6 @@ SET TIMEOUT: shadow-dom/scroll-to-the-fragment-in-shadow-tree.html
SET TIMEOUT: shadow-dom/slotchange-event.html SET TIMEOUT: shadow-dom/slotchange-event.html
SET TIMEOUT: trusted-types/block-string-assignment-to-DOMWindowTimers-setTimeout-setInterval.tentative.html SET TIMEOUT: trusted-types/block-string-assignment-to-DOMWindowTimers-setTimeout-setInterval.tentative.html
SET TIMEOUT: trusted-types/DOMWindowTimers-setTimeout-setInterval.tentative.html SET TIMEOUT: trusted-types/DOMWindowTimers-setTimeout-setInterval.tentative.html
SET TIMEOUT: trusted-types/HTMLScriptElement-internal-slot.tentative.html
SET TIMEOUT: user-timing/* SET TIMEOUT: user-timing/*
SET TIMEOUT: web-animations/timing-model/animations/* SET TIMEOUT: web-animations/timing-model/animations/*
SET TIMEOUT: webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest.html SET TIMEOUT: webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest.html
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
if (script) { if (script) {
script.appendChild(frame.contentDocument.createTextNode("/*byapi*/")); script.appendChild(frame.contentDocument.createTextNode("/*byapi*/"));
} else { } else {
setTimeout(manipulator, 100); t.step_timeout(manipulator, 100);
} }
} }
manipulator(); manipulator();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment