Index: content/shell/renderer/test_runner/test_runner.cc |
diff --git a/content/shell/renderer/test_runner/test_runner.cc b/content/shell/renderer/test_runner/test_runner.cc |
index 1e124673fc6dd1b4738c5d87399682af4e600168..6dc82ea3aedccadc7bcac3d11b1453f62f9426d7 100644 |
--- a/content/shell/renderer/test_runner/test_runner.cc |
+++ b/content/shell/renderer/test_runner/test_runner.cc |
@@ -1563,7 +1563,7 @@ void TestRunner::Reset() { |
if (delegate_) { |
// Reset the default quota for each origin to 5MB |
delegate_->setDatabaseQuota(5 * 1024 * 1024); |
- delegate_->setDeviceColorProfile("sRGB"); |
+ delegate_->setDeviceColorProfile("reset"); |
delegate_->setDeviceScaleFactor(1); |
delegate_->setAcceptAllCookies(false); |
delegate_->setLocale(""); |