Bug 94501 - [Chromium] Web Inspector: some tests failing with "Cannot call method 'hasTextContent' of undefined"
Summary: [Chromium] Web Inspector: some tests failing with "Cannot call method 'hasTex...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-20 10:40 PDT by Kenneth Russell
Modified: 2012-11-07 23:36 PST (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Russell 2012-08-20 10:40:07 PDT
The layout tests http/tests/inspector/resource-tree/resource-tree-invalid-mime-type-css-content.html and http/tests/inspector/resource-tree/resource-tree-frame-navigate.html appear to be failing either reliably or intermittently on Windows with the following error printed to the console:

Uncaught exception in inspector front-end: Uncaught TypeError: Cannot call method 'hasTextContent' of undefined [file:///E:/b/build/slave/Webkit_Win/build/src/build/Release/resources/inspector/devtools.html:1768]

See:

http://test-results.appspot.com/dashboards/flakiness_dashboard.html#master=ChromiumWebkit&tests=http/tests/inspector/resource-tree/resource-tree-invalid-mime-type-css-content.html,http/tests/inspector/resource-tree/resource-tree-frame-navigate.html

The failures appear to be happening on both Windows and Linux and go back for some time.

Marking these failures in TestExpectations for the moment.
Comment 1 Kenneth Russell 2012-08-20 11:57:09 PDT
Committed r126049: <http://trac.webkit.org/changeset/126049>
Comment 2 Vsevolod Vlasov 2012-11-07 23:36:22 PST
Committed r133856: <http://trac.webkit.org/changeset/133856>