diff options
author | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-21 16:24:43 +0000 |
---|---|---|
committer | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-21 16:24:43 +0000 |
commit | 77830019f98f04777e11c67d17f75bf8ad8c7af9 (patch) | |
tree | 71d949bf180ae75fe3e6faa4742f87d9f8b8ee12 /webkit/glue | |
parent | 132d3f3792b72281e8717572db1bba9c8261e238 (diff) | |
download | chromium_src-77830019f98f04777e11c67d17f75bf8ad8c7af9.zip chromium_src-77830019f98f04777e11c67d17f75bf8ad8c7af9.tar.gz chromium_src-77830019f98f04777e11c67d17f75bf8ad8c7af9.tar.bz2 |
DevTools: fix devtools sanity test that was affected by the inspector redesign.
TBR=yurys
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35089 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue')
-rw-r--r-- | webkit/glue/devtools/js/tests.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/devtools/js/tests.js b/webkit/glue/devtools/js/tests.js index 53ce7f2..4e7d87f 100644 --- a/webkit/glue/devtools/js/tests.js +++ b/webkit/glue/devtools/js/tests.js @@ -1440,7 +1440,7 @@ TestSuite.prototype._checkScopeSectionDiv = function( this.assertTrue(scopeSectionDiv.hasStyleClass('expanded'), 'Section "' + scopeTitle + '" is collapsed.'); - var propertyIt = this._nodeIterator('./ol[@class="properties"]/li', + var propertyIt = this._nodeIterator('./ol/li', scopeSectionDiv); var propertyLi; var foundProps = []; |