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

Unified Diff: LayoutTests/fullscreen/anonymous-block-merge-crash.html

Issue 462253003: Remove early returns in fullscreen tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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/empty-anonymous-block-continuation-crash.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fullscreen/anonymous-block-merge-crash.html
diff --git a/LayoutTests/fullscreen/anonymous-block-merge-crash.html b/LayoutTests/fullscreen/anonymous-block-merge-crash.html
index b5e4b789646d5b1566f6ced2fecdd89274f215d6..e607a59d23eb082cf7e5bd704219006f60fe5d1d 100644
--- a/LayoutTests/fullscreen/anonymous-block-merge-crash.html
+++ b/LayoutTests/fullscreen/anonymous-block-merge-crash.html
@@ -1,8 +1,6 @@
<span><object><div>PASS</div></span>
<script src="full-screen-test.js"></script>
<script>
- if (Element.prototype.webkitRequestFullScreen == undefined) {
- } else {
var span = document.getElementsByTagName('span')[0];
document.onwebkitfullscreenchange = function(event) {
@@ -12,5 +10,4 @@
};
runWithKeyDown(function(){span.webkitRequestFullScreen()});
- }
</script>
« no previous file with comments | « no previous file | LayoutTests/fullscreen/empty-anonymous-block-continuation-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698