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

Unified Diff: LayoutTests/fast/forms/color/color-suggestion-picker-two-row-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-two-row-appearance.html
diff --git a/LayoutTests/fast/forms/color/color-suggestion-picker-two-row-appearance.html b/LayoutTests/fast/forms/color/color-suggestion-picker-two-row-appearance.html
index 7c5f8d167c322f325581e9b7892c62a9992df537..58592367515a3a3d40528d863f020026a0e051b1 100644
--- a/LayoutTests/fast/forms/color/color-suggestion-picker-two-row-appearance.html
+++ b/LayoutTests/fast/forms/color/color-suggestion-picker-two-row-appearance.html
@@ -23,7 +23,7 @@ window.enablePixelTesting = true;
<div id="console" style="opacity: 0"></div>
<script>
-openPickerWithMock(document.getElementById('color'), finishJSTest);
+openPicker(document.getElementById('color'), finishJSTest);
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698