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

Unified Diff: LayoutTests/fast/forms/color/color-suggestion-picker-appearance.html

Issue 629103002: Don't use mock PagePopup if possible. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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: LayoutTests/fast/forms/color/color-suggestion-picker-appearance.html
diff --git a/LayoutTests/fast/forms/color/color-suggestion-picker-appearance.html b/LayoutTests/fast/forms/color/color-suggestion-picker-appearance.html
index eaf860ea91ad8f5a3b9c77dc267b5808a1171385..425b9ca612338be32c20697d49ca1066b70e222f 100644
--- a/LayoutTests/fast/forms/color/color-suggestion-picker-appearance.html
+++ b/LayoutTests/fast/forms/color/color-suggestion-picker-appearance.html
@@ -34,7 +34,7 @@ window.enablePixelTesting = true;
<div id="console" style="opacity: 0"></div>
<script>
-openPickerWithMock(document.getElementById('color'), test);
+openPicker(document.getElementById('color'), test);
function test() {
popupWindow.focus();

Powered by Google App Engine
This is Rietveld 408576698