Index: third_party/WebKit/LayoutTests/imported/wpt/fullscreen/model/remove-first-manual.html |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/model/remove-first-manual.html b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/model/remove-first-manual.html |
index 5873a1cfc62a9a5857b4e27f1b28d476d6832581..861dc69b59e04583f5c929bd3813e134a2f4a466 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/model/remove-first-manual.html |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/model/remove-first-manual.html |
@@ -11,12 +11,12 @@ |
async_test(function(t) |
{ |
var first = document.getElementById("first"); |
- trusted_request(first); |
+ trusted_request(t, first); |
document.onfullscreenchange = t.step_func(function() |
{ |
assert_equals(document.fullscreenElement, first); |
var last = document.getElementById("last"); |
- trusted_request(last); |
+ trusted_request(t, last); |
document.onfullscreenchange = t.step_func(function() |
{ |
assert_equals(document.fullscreenElement, last); |