Index: LayoutTests/fullscreen/full-screen-child-not-allowed-crash.html |
diff --git a/LayoutTests/fullscreen/fullscreen-child-not-allowed-crash.html b/LayoutTests/fullscreen/full-screen-child-not-allowed-crash.html |
similarity index 94% |
rename from LayoutTests/fullscreen/fullscreen-child-not-allowed-crash.html |
rename to LayoutTests/fullscreen/full-screen-child-not-allowed-crash.html |
index 7a39be5f6828b1831906e17e5453da8adb79b89f..a1d172107bac9ba6a6ec567feedfa4e0c88eddd8 100644 |
--- a/LayoutTests/fullscreen/fullscreen-child-not-allowed-crash.html |
+++ b/LayoutTests/fullscreen/full-screen-child-not-allowed-crash.html |
@@ -11,9 +11,9 @@ var init = function() { |
logResult(false, "Element.prototype.webkitRequestFullScreen == undefined"); |
endTest(); |
} else { |
- runWithKeyDown(function() { div1.webkitRequestFullScreen() }); |
+ runWithKeyDown(function() { div1.webkitRequestFullScreen() }); |
} |
- |
+ |
frameset1 = document.createElementNS("http://www.w3.org/1999/xhtml", "frameset"); |
document.body.appendChild(frameset1); |
setTimeout("crash()", 0); |
@@ -21,7 +21,7 @@ var init = function() { |
function crash() { |
frameset1.appendChild(div1); |
- if (window.eventSender) |
+ if (window.eventSender) |
eventSender.keyDown("X"); |
endTest(); |
} |