Bug 87500 - [Shadow DOM] Fix a LayoutTests/fast/dom/shadow/composed-shadow-tree-walker.html test
Summary: [Shadow DOM] Fix a LayoutTests/fast/dom/shadow/composed-shadow-tree-walker.ht...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hayato Ito
URL:
Keywords:
Depends on:
Blocks: 78585
  Show dependency treegraph
 
Reported: 2012-05-25 07:24 PDT by Hayato Ito
Modified: 2012-05-30 19:18 PDT (History)
6 users (show)

See Also:


Attachments
fix a wrong test (4.65 KB, patch)
2012-05-27 22:12 PDT, Hayato Ito
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hayato Ito 2012-05-25 07:24:53 PDT
A LayoutTests/fast/dom/shadow/composed-shadow-tree-walker.html is broken.
- Content selector uses '.class' selector, but it should use '#id'. 
- A expectation txt file was rebaselined based on the wrong test at some point.

We should update both files.
Comment 1 Hayato Ito 2012-05-27 22:12:23 PDT
Created attachment 144265 [details]
fix a wrong test
Comment 2 Hayato Ito 2012-05-29 23:45:58 PDT
Adding some guys to cc. I've forgotten adding cc before sending the patch.
Comment 3 WebKit Review Bot 2012-05-30 19:17:59 PDT
Comment on attachment 144265 [details]
fix a wrong test

Clearing flags on attachment: 144265

Committed r119022: <http://trac.webkit.org/changeset/119022>
Comment 4 WebKit Review Bot 2012-05-30 19:18:03 PDT
All reviewed patches have been landed.  Closing bug.