| Index: LayoutTests/platform/chromium/fast/forms/calendar-picker/week-picker-appearance.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/calendar-picker/week-picker-appearance.html b/LayoutTests/platform/chromium/fast/forms/calendar-picker/week-picker-appearance.html
|
| deleted file mode 100644
|
| index 54d15c040a96237ac1330e509db6949fea0d3105..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/platform/chromium/fast/forms/calendar-picker/week-picker-appearance.html
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<script>
|
| -window.enablePixelTesting = true;
|
| -</script>
|
| -<script src="../../../../../fast/js/resources/js-test-pre.js"></script>
|
| -<script src="../../../../../fast/forms/resources/picker-common.js"></script>
|
| -<script src="resources/calendar-picker-common.js"></script>
|
| -</head>
|
| -<body>
|
| -<input type=week id=week value="10000-W12">
|
| -
|
| -<p id="description" style="opacity: 0"></p>
|
| -<div id="console" style="opacity: 0"></div>
|
| -
|
| -<script>
|
| -openPicker(document.getElementById('week'), finishJSTest);
|
| -</script>
|
| -<script src="../../../../../fast/js/resources/js-test-post.js"></script>
|
| -</body>
|
| -</html>
|
|
|