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

Unified Diff: Source/core/testing/Internals.cpp

Issue 15535005: Added window.testRunner.isChooserShown() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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
Index: Source/core/testing/Internals.cpp
diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
index 06278c1366ac3fb808f5ae2d3ebb4685e55d9bad..6256c526b166117b17fde11de519def8151bfc19 100644
--- a/Source/core/testing/Internals.cpp
+++ b/Source/core/testing/Internals.cpp
@@ -686,6 +686,7 @@ void Internals::selectColorInColorChooser(Element* element, const String& colorV
return;
inputElement->selectColorInColorChooser(Color(colorValue));
}
+
tkent 2013/05/21 06:33:01 nit: You don't need to touch this file.
#endif
Vector<String> Internals::formControlStateOfPreviousHistoryItem(ExceptionCode& ec)

Powered by Google App Engine
This is Rietveld 408576698