OLD | NEW |
1 # Micro benchmarks not worth running at the moment. | 1 # Micro benchmarks not worth running at the moment. |
2 DOM/TraverseChildNodes.html | 2 DOM/TraverseChildNodes.html |
3 | 3 |
4 # Not enabled by default on some ports | 4 # Not enabled by default on some ports |
5 Mutation | 5 Mutation |
6 | 6 |
7 # Unstable SVG page loading tests | 7 # Unstable SVG page loading tests |
8 SVG/Samurai.html | 8 SVG/Samurai.html |
9 | 9 |
10 # Takes too long to load | 10 # Takes too long to load |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 Parser/query-selector-id-deep.html | 44 Parser/query-selector-id-deep.html |
45 | 45 |
46 # Microbenchmark that we aren't interested in monitoring. | 46 # Microbenchmark that we aren't interested in monitoring. |
47 Bindings/gc-forest.html | 47 Bindings/gc-forest.html |
48 Bindings/gc-mini-tree.html | 48 Bindings/gc-mini-tree.html |
49 Bindings/gc-tree.html | 49 Bindings/gc-tree.html |
50 Bindings/named-property-enumerator.html | 50 Bindings/named-property-enumerator.html |
51 | 51 |
52 # Times out on Android. crbug.com/384857 | 52 # Times out on Android. crbug.com/384857 |
53 Animation/overlay-background-color-transitions.html | 53 Animation/overlay-background-color-transitions.html |
| 54 |
| 55 # Assumes window.eventSender is always supported; it only is for "content-shell"
performance runs. |
| 56 DOM/click_webkit_user_select_none.html |
OLD | NEW |