Bug 60195 - Web Inspector: inspector/elements/shadow-dom.html times out on windows
Summary: Web Inspector: inspector/elements/shadow-dom.html times out on windows
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andrey Kosyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-04 11:53 PDT by Andrey Kosyakov
Modified: 2014-12-12 14:10 PST (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kosyakov 2011-05-04 11:53:20 PDT
Apparently, this reproduces 100% of time:

FAIL: Timed out waiting for notifyDone to be called
Tests that shadow DOM tree is properly displayed.



Running: testDumpInitial
- <meter id="meter" min="0" max="100" value="20">
    - (shadow)
    - <div>
          <div style="width: 20%; "></div>
      </div>
  </meter>

Running: testDumpUpdated
Before shadow root added
  <div id="delayed-shadow-host"></div>
Comment 1 Brian Burg 2014-12-12 14:10:02 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests.
Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.