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

Unified Diff: third_party/WebKit/LayoutTests/inspector/screen-orientation-override.html

Issue 2803233003: [DevTools] Make screen-orientation-override agnostic to real screen orientation (Closed)
Patch Set: Created 3 years, 8 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 | third_party/WebKit/LayoutTests/inspector/screen-orientation-override-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/screen-orientation-override.html
diff --git a/third_party/WebKit/LayoutTests/inspector/screen-orientation-override.html b/third_party/WebKit/LayoutTests/inspector/screen-orientation-override.html
index 84c5d3eacc47b46749bf692b2a2678bc7459e9d3..f8bc5de2cde13344fe5b4ceb8e26fabecd0f5f38 100644
--- a/third_party/WebKit/LayoutTests/inspector/screen-orientation-override.html
+++ b/third_party/WebKit/LayoutTests/inspector/screen-orientation-override.html
@@ -3,8 +3,10 @@
<script src="../http/tests/inspector/inspector-test.js"></script>
<script>
-if (window.testRunner)
+if (window.testRunner) {
window.testRunner.disableMockScreenOrientation();
+ window.testRunner.setDumpConsoleMessages(false);
+}
var windowOrientationChangeEvent = false;
var screenOrientationChangeEvent = false;
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/screen-orientation-override-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698