diff options
Diffstat (limited to 'webkit/glue')
-rw-r--r-- | webkit/glue/devtools/js/tests.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/glue/devtools/js/tests.js b/webkit/glue/devtools/js/tests.js index d4bbf59..41141fc 100644 --- a/webkit/glue/devtools/js/tests.js +++ b/webkit/glue/devtools/js/tests.js @@ -403,7 +403,6 @@ TestSuite.prototype.testSetBreakpoint = function() { // There should be console API source (see // InjectedScript._ensureCommandLineAPIInstalled) and the page script. test.assertEquals(2, options.length, 'Unexpected number of scripts.'); - test.assertEquals(0, scriptSelect.selectedIndex); // Select page's script if it's not current option. var scriptResource; |