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

Unified Diff: LayoutTests/fast/forms/color/color-suggestion-picker-one-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-one-row-appearance.html
diff --git a/LayoutTests/fast/forms/color/color-suggestion-picker-one-row-appearance.html b/LayoutTests/fast/forms/color/color-suggestion-picker-one-row-appearance.html
index 8a49b0378358bbed1e067507cf01b5476ac68d04..05c4094844d11355cee0aba6191dc4a6ce75fd24 100644
--- a/LayoutTests/fast/forms/color/color-suggestion-picker-one-row-appearance.html
+++ b/LayoutTests/fast/forms/color/color-suggestion-picker-one-row-appearance.html
@@ -17,7 +17,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