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

Unified Diff: LayoutTests/fullscreen/api/element-request-fullscreen-top.html

Issue 479113003: Add tests for removing the parent/child of the fullscreen element (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fullscreen/model/remove-child.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fullscreen/api/element-request-fullscreen-top.html
diff --git a/LayoutTests/fullscreen/api/element-request-fullscreen-top.html b/LayoutTests/fullscreen/api/element-request-fullscreen-top.html
index 36cb40f53e6f74a190b2cba22cdd645297d3b5a9..260b8631902995ddbb102d3a42eeae1aa04827e1 100644
--- a/LayoutTests/fullscreen/api/element-request-fullscreen-top.html
+++ b/LayoutTests/fullscreen/api/element-request-fullscreen-top.html
@@ -17,7 +17,7 @@ async_test(function(t)
trusted_event(t.step_func(function()
{
top.requestFullscreen();
- // An fullscreenerror event would be fired after an async section
+ // A fullscreenerror event would be fired after an async section
// and an animation frame task, so wait until after that.
setTimeout(requestAnimationFrame.bind(null, t.step_func_done()), 0);
}), top);
« no previous file with comments | « no previous file | LayoutTests/fullscreen/model/remove-child.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698