| OLD | NEW |
| 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 LayoutTests/TestExpectations. | 4 # Other rules should be in LayoutTests/TestExpectations. |
| 5 | 5 |
| 6 # Features not supported: http://crbug.com/145338. | 6 # Features not supported: http://crbug.com/145338. |
| 7 crbug.com/145338 compositing/plugins | 7 crbug.com/145338 compositing/plugins |
| 8 crbug.com/145338 plugins | 8 crbug.com/145338 plugins |
| 9 crbug.com/145338 http/tests/plugins | 9 crbug.com/145338 http/tests/plugins |
| 10 | 10 |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 | 50 |
| 51 | 51 |
| 52 # This test is only for GTK which is not applicable to Android. | 52 # This test is only for GTK which is not applicable to Android. |
| 53 platform/chromium-linux/fast/text/chromium-linux-fontconfig-renderstyle.html [ W
ontFix ] | 53 platform/chromium-linux/fast/text/chromium-linux-fontconfig-renderstyle.html [ W
ontFix ] |
| 54 | 54 |
| 55 # Skip webgl tests: http://crbug.com/135877. | 55 # Skip webgl tests: http://crbug.com/135877. |
| 56 crbug.com/135877 compositing/webgl | 56 crbug.com/135877 compositing/webgl |
| 57 crbug.com/135877 fast/canvas/webgl | 57 crbug.com/135877 fast/canvas/webgl |
| 58 crbug.com/135877 http/tests/canvas/webgl | 58 crbug.com/135877 http/tests/canvas/webgl |
| 59 | 59 |
| 60 # LAYER_TREE_INCLUDES_VISIBLE_RECTS option to layerTreeAsText is only applicable
to Mac. | |
| 61 compositing/visible-rect [ WontFix ] | |
| 62 | |
| 63 # Causes server error. Not feasible to fix because this is a behavior of Apache
server. | 60 # Causes server error. Not feasible to fix because this is a behavior of Apache
server. |
| 64 webkit.org/b/95378 fast/encoding/percent-escaping.html [ WontFix ] | 61 webkit.org/b/95378 fast/encoding/percent-escaping.html [ WontFix ] |
| 65 | 62 |
| 66 # The test creates a temporary file via HTTP POST and access the file as a blob.
This is unfeasible. | 63 # The test creates a temporary file via HTTP POST and access the file as a blob.
This is unfeasible. |
| 67 webkit.org/b/95378 http/tests/local/fileapi/send-sliced-dragged-file.html [ Wont
Fix ] | 64 webkit.org/b/95378 http/tests/local/fileapi/send-sliced-dragged-file.html [ Wont
Fix ] |
| 68 | 65 |
| 69 # The test depends on the same modified time returned from local file api and PH
P. This is unfeasible. | 66 # The test depends on the same modified time returned from local file api and PH
P. This is unfeasible. |
| 70 webkit.org/b/95378 http/tests/local/fileapi/file-last-modified.html [ WontFix ] | 67 webkit.org/b/95378 http/tests/local/fileapi/file-last-modified.html [ WontFix ] |
| 71 | 68 |
| 72 # *-multiplefields UI is for desktop platforms | 69 # *-multiplefields UI is for desktop platforms |
| (...skipping 17 matching lines...) Expand all Loading... |
| 90 fast/overflow/replaced-child-100percent-height-inside-fixed-container-with-overf
low-auto.html [ WontFix ] | 87 fast/overflow/replaced-child-100percent-height-inside-fixed-container-with-overf
low-auto.html [ WontFix ] |
| 91 fast/overflow/overflow-y-scroll.html [ WontFix ] | 88 fast/overflow/overflow-y-scroll.html [ WontFix ] |
| 92 fast/overflow/hidden-scrollbar-resize.html [ WontFix ] | 89 fast/overflow/hidden-scrollbar-resize.html [ WontFix ] |
| 93 fast/overflow/child-100percent-height-inside-fixed-container-with-overflow-auto.
html [ WontFix ] | 90 fast/overflow/child-100percent-height-inside-fixed-container-with-overflow-auto.
html [ WontFix ] |
| 94 fast/multicol/image-inside-nested-blocks-with-border.html [ WontFix ] | 91 fast/multicol/image-inside-nested-blocks-with-border.html [ WontFix ] |
| 95 | 92 |
| 96 # Accessing local resources in the traditional way does not work on Android. | 93 # Accessing local resources in the traditional way does not work on Android. |
| 97 fast/loader/local-image-from-local.html [ WontFix ] | 94 fast/loader/local-image-from-local.html [ WontFix ] |
| 98 fast/loader/local-JavaScript-from-local.html [ WontFix ] | 95 fast/loader/local-JavaScript-from-local.html [ WontFix ] |
| 99 fast/loader/local-CSS-from-local.html [ WontFix ] | 96 fast/loader/local-CSS-from-local.html [ WontFix ] |
| OLD | NEW |