| Index: webkit/tools/layout_tests/flakiness_dashboard.html
|
| ===================================================================
|
| --- webkit/tools/layout_tests/flakiness_dashboard.html (revision 41363)
|
| +++ webkit/tools/layout_tests/flakiness_dashboard.html (working copy)
|
| @@ -894,7 +894,7 @@
|
| addTestToAllExpectations(path, expectations);
|
| } else {
|
| for (var test in allTests) {
|
| - if (stringContains(test, path)) {
|
| + if (startsWith(test, path)) {
|
| pathMatchesAnyTest = true;
|
| addTestToAllExpectations(test, expectations);
|
| }
|
|
|