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

Unified Diff: LayoutTests/fast/forms/page-popup/page-popup-adjust-rect.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/page-popup/page-popup-adjust-rect.html
diff --git a/LayoutTests/fast/forms/page-popup/page-popup-adjust-rect.html b/LayoutTests/fast/forms/page-popup/page-popup-adjust-rect.html
index 898ed1662900c7be6e24e480f07c53b65beb401d..29134653950eff2b144d58af449e5aa11274deb4 100644
--- a/LayoutTests/fast/forms/page-popup/page-popup-adjust-rect.html
+++ b/LayoutTests/fast/forms/page-popup/page-popup-adjust-rect.html
@@ -15,7 +15,7 @@
<script>
description('Test for child elements of a datalist element.');
-openPickerWithMock(document.getElementById('date'), test);
+openPicker(document.getElementById('date'), test);
function makeRect(x, y, width, height) {
return {

Powered by Google App Engine
This is Rietveld 408576698