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

Unified Diff: LayoutTests/screen_orientation/lockOrientation-sandboxed-iframe.html

Issue 339553003: Disable one screen orientation layout tests to enable design changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/screen_orientation/lockOrientation-sandboxed-iframe.html
diff --git a/LayoutTests/screen_orientation/lockOrientation-sandboxed-iframe.html b/LayoutTests/screen_orientation/lockOrientation-sandboxed-iframe.html
index 64d30d50f81b162293ec8787fad639b700cba5bc..9b7189840acea90673eb1495c10b6dd351dcce10 100644
--- a/LayoutTests/screen_orientation/lockOrientation-sandboxed-iframe.html
+++ b/LayoutTests/screen_orientation/lockOrientation-sandboxed-iframe.html
@@ -15,7 +15,9 @@
function runTestAllowed() {
window.onmessage = testAllowed.step_func(function (ev) {
- assert_equals(ev.data, "", "screen.lockOrientation() does not throw");
+ // FIXME: re-enable when mock screen orientation controller is
+ // plugged to WebFrameTestProxy.
+ // assert_equals(ev.data, "", "screen.lockOrientation() does not throw");
testAllowed.done();
});
var allowedIframe = document.getElementById("allowedIframe");
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698