Index: content/shell/common/shell_switches.cc |
diff --git a/content/shell/common/shell_switches.cc b/content/shell/common/shell_switches.cc |
index b78778254568764f2afcae660825f377c72cd256..d4f25c37d81d03173a55110647eab8b68612a80c 100644 |
--- a/content/shell/common/shell_switches.cc |
+++ b/content/shell/common/shell_switches.cc |
@@ -30,6 +30,10 @@ const char kEnableSoftwareCompositing[] = "enable-software-compositing"; |
// Encode binary layout test results (images, audio) using base64. |
const char kEncodeBinary[] = "encode-binary"; |
+// Exposes the window.internals object to JavaScript for interactive development |
+// and debugging of layout tests that rely on it. |
+const char kExposeInternalsForTesting[] = "expose-internals-for-testing"; |
+ |
// Save results when layout-as-browser tests fail. |
const char kOutputLayoutTestDifferences[] = "output-layout-test-differences"; |