|
Lines 1-3
a/LayoutTests/ChangeLog_sec1
|
|
|
1 |
2012-09-26 Yoshifumi Inoue <yosin@chromium.org> |
| 2 |
|
| 3 |
Exclude multiple fields date/time input UI tests from ports which don't enable it. |
| 4 |
https://bugs.webkit.org/show_bug.cgi?id=97757 |
| 5 |
|
| 6 |
Reviewed by NOBODY (OOPS!). |
| 7 |
|
| 8 |
This patch is a part of preparation of implementing multiple fields date/time |
| 9 |
input UI. |
| 10 |
|
| 11 |
This patch disables tests for multiple fields date/time input UI for ports which |
| 12 |
don't enable ENABLE_INPUT_MULTIPLE_FIELDS_UI. |
| 13 |
|
| 14 |
Disabled tests will reside in following directories: |
| 15 |
- fast/forms/date-multiple-fields/ |
| 16 |
- fast/forms/datetime-multiple-fields/ |
| 17 |
- fast/forms/datetimelocal-multiple-fields/ |
| 18 |
- fast/forms/month-multiple-fields/ |
| 19 |
- fast/forms/week-multiple-fields/ |
| 20 |
|
| 21 |
* platform/chromium-android/TestExpectations: |
| 22 |
* platform/efl/TestExpectations: |
| 23 |
* platform/mac/Skipped: |
| 24 |
* platform/qt/Skipped: |
| 25 |
* platform/win/Skipped: |
| 26 |
* platform/wincairo/Skipped: |
| 27 |
|
| 1 |
2012-09-26 Keishi Hattori <keishi@webkit.org> |
28 |
2012-09-26 Keishi Hattori <keishi@webkit.org> |
| 2 |
|
29 |
|
| 3 |
Add tests for datalist UI for input type date |
30 |
Add tests for datalist UI for input type date |