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

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

Issue 530653002: Use page popup pixel readback for calendar-picker-appearance.html (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaseline test Created 6 years, 3 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/forms/resources/picker-common.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance.html
diff --git a/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance.html b/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance.html
index 2f3f00437417152eb8c4d02f437a95c0947afff6..79cd45e409218bdf14c5cc0e34777f23e1c669cf 100644
--- a/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance.html
+++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance.html
@@ -10,12 +10,10 @@ window.enablePixelTesting = true;
</head>
<body>
<input type=date id=date value="10000-12-31">
-
<p id="description" style="opacity: 0"></p>
<div id="console" style="opacity: 0"></div>
-
<script>
-openPicker(document.getElementById('date'), finishJSTest);
+openPickerWithoutMock(document.getElementById('date'), finishJSTest);
</script>
</body>
</html>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/forms/resources/picker-common.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698