Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / date / no-page-popup-controller.html
blobc02f94a3e1185ff9f4d0a83c8d86129d223b432c
1 <!DOCTYPE html>
2 <body>
3 <script src="../../../resources/js-test.js"></script>
4 <input type=date>
5 <script>
6 description('Confirm that the main window doesn\'t have pagePopupController, which should be present only in a calendar picker.');
7 shouldBeTrue('window.pagePopupController === undefined');
8 </script>
9 </body>