Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(754)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/helper.js

Issue 2855133004: Re-enable feature policy layout tests after bug fix. (Closed)
Patch Set: Updated fp-vibrate tests expect Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 function loadIframes(srcs) {
2 var iframes = document.getElementsByTagName('iframe');
3 for (var src of srcs) {
4 for (var iframe of iframes) {
5 loadFrame(iframe, src);
6 }
7 }
8 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698