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

Side by Side Diff: LayoutTests/platform/chromium-android/TestExpectations

Issue 11421028: Merge 135131 - input.value="" should clear date/time input elements with partial values (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years, 1 month 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 unified diff | Download patch
OLDNEW
1 # This file should contain only the rules to skip tests about the features not s upported 1 # This file should contain only the rules to skip tests about the features not s upported
2 # or not testable on Android. 2 # or not testable on Android.
3 # 3 #
4 # Other rules should be in platform/chromium/TestExpectations. 4 # Other rules should be in platform/chromium/TestExpectations.
5 5
6 # Skip tests of other platforms to save time. 6 # Skip tests of other platforms to save time.
7 platform/gtk [ WontFix ] 7 platform/gtk [ WontFix ]
8 platform/mac [ WontFix ] 8 platform/mac [ WontFix ]
9 platform/mac-wk2 [ WontFix ] 9 platform/mac-wk2 [ WontFix ]
10 platform/qt [ WontFix ] 10 platform/qt [ WontFix ]
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 webkit.org/b/95378 fast/encoding/percent-escaping.html [ WontFix ] 75 webkit.org/b/95378 fast/encoding/percent-escaping.html [ WontFix ]
76 76
77 # The test creates a temporary file via HTTP POST and access the file as a blob. This is unfeasible. 77 # The test creates a temporary file via HTTP POST and access the file as a blob. This is unfeasible.
78 webkit.org/b/95378 http/tests/local/fileapi/send-sliced-dragged-file.html [ Wont Fix ] 78 webkit.org/b/95378 http/tests/local/fileapi/send-sliced-dragged-file.html [ Wont Fix ]
79 79
80 # The test depends on the same modified time returned from local file api and PH P. This is unfeasible. 80 # The test depends on the same modified time returned from local file api and PH P. This is unfeasible.
81 webkit.org/b/95378 http/tests/local/fileapi/file-last-modified.html [ WontFix ] 81 webkit.org/b/95378 http/tests/local/fileapi/file-last-modified.html [ WontFix ]
82 82
83 # *-multiplefields UI is for desktop platforms 83 # *-multiplefields UI is for desktop platforms
84 fast/forms/date-multiple-fields [ WontFix ] 84 fast/forms/date-multiple-fields [ WontFix ]
85 fast/forms/datetime-multiple-fields [ WontFix ]
86 fast/forms/datetimelocal-multiple-fields [ WontFix ]
85 fast/forms/month-multiple-fields [ WontFix ] 87 fast/forms/month-multiple-fields [ WontFix ]
86 fast/forms/time-multiple-fields [ WontFix ] 88 fast/forms/time-multiple-fields [ WontFix ]
87 fast/forms/week-multiple-fields [ WontFix ] 89 fast/forms/week-multiple-fields [ WontFix ]
88 90
89 # Page popup UI is for desktop platforms 91 # Page popup UI is for desktop platforms
90 platform/chromium/fast/forms/page-popup [ WontFix ] 92 platform/chromium/fast/forms/page-popup [ WontFix ]
91 platform/chromium/fast/forms/calendar-picker [ WontFix ] 93 platform/chromium/fast/forms/calendar-picker [ WontFix ]
92 platform/chromium/fast/forms/suggestion-picker [ WontFix ] 94 platform/chromium/fast/forms/suggestion-picker [ WontFix ]
93 95
94 # A Linux-specific test about the selection color 96 # A Linux-specific test about the selection color
95 platform/chromium-linux/editing/selection/linux_selection_color.html [ WontFix ] 97 platform/chromium-linux/editing/selection/linux_selection_color.html [ WontFix ]
96 98
97 # Scrollbars do not take space on Android. 99 # Scrollbars do not take space on Android.
98 fast/overflow/scrollbar-restored.html [ WontFix ] 100 fast/overflow/scrollbar-restored.html [ WontFix ]
99 fast/overflow/replaced-child-100percent-height-inside-fixed-container-with-overf low-auto.html [ WontFix ] 101 fast/overflow/replaced-child-100percent-height-inside-fixed-container-with-overf low-auto.html [ WontFix ]
100 fast/overflow/overflow-y-scroll.html [ WontFix ] 102 fast/overflow/overflow-y-scroll.html [ WontFix ]
101 fast/overflow/hidden-scrollbar-resize.html [ WontFix ] 103 fast/overflow/hidden-scrollbar-resize.html [ WontFix ]
102 fast/overflow/child-100percent-height-inside-fixed-container-with-overflow-auto. html [ WontFix ] 104 fast/overflow/child-100percent-height-inside-fixed-container-with-overflow-auto. html [ WontFix ]
103 fast/multicol/image-inside-nested-blocks-with-border.html [ WontFix ] 105 fast/multicol/image-inside-nested-blocks-with-border.html [ WontFix ]
104 106
105 # Accessing local resources in the traditional way does not work on Android. 107 # Accessing local resources in the traditional way does not work on Android.
106 fast/loader/local-image-from-local.html [ WontFix ] 108 fast/loader/local-image-from-local.html [ WontFix ]
107 fast/loader/local-JavaScript-from-local.html [ WontFix ] 109 fast/loader/local-JavaScript-from-local.html [ WontFix ]
108 fast/loader/local-CSS-from-local.html [ WontFix ] 110 fast/loader/local-CSS-from-local.html [ WontFix ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698