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

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

Issue 2663953002: DevTools: suppress protocol errors for tests unless debugTest (Closed)
Patch Set: Created 3 years, 11 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 | « third_party/WebKit/LayoutTests/inspector/inspector-backend-commands.html ('k') | no next file » | 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 38dd548f4c98e103e51418ac1129c3d06e7ae599..84c5d3eacc47b46749bf692b2a2678bc7459e9d3 100644
--- a/third_party/WebKit/LayoutTests/inspector/screen-orientation-override.html
+++ b/third_party/WebKit/LayoutTests/inspector/screen-orientation-override.html
@@ -28,6 +28,7 @@ function maybeLog()
function test()
{
+ Protocol.InspectorBackend.Options.suppressRequestErrors = false;
function addDumpResult(next)
{
InspectorTest.evaluateInPage("dump()", dumpCallback);
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/inspector-backend-commands.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698