Chromium Code Reviews| Index: tests/html/html.status |
| diff --git a/tests/html/html.status b/tests/html/html.status |
| index e03aa5c4cade5c5d82cfa0fd242f38942d676be5..b1714459c70039ec74346950fcf623256832759a 100644 |
| --- a/tests/html/html.status |
| +++ b/tests/html/html.status |
| @@ -3,11 +3,13 @@ |
| # BSD-style license that can be found in the LICENSE file. |
| async_window_test: Skip #TODO(gram): investigating |
| - |
| event_test: Skip # Issue 1996 |
| -custom_elements_test: Skip # Not yet implemented. |
| interactive_test: Skip # Must be run manually. |
| +# Issue 9326 |
| +custom_elements_test/register: Fail |
|
blois
2013/07/29 21:05:47
Is the first group passing for dart2js as well?
vsm
2013/07/29 21:43:35
No - it's breaking at compile time due to extends
|
| +custom_elements_test/preregister: Fail |
| + |
| [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debug && $system == macos] |
| audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601 |