<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>59081</bug_id>
          
          <creation_ts>2011-04-21 00:41:22 -0700</creation_ts>
          <short_desc>Windows DRT needs an implementation of shadowRoot</short_desc>
          <delta_ts>2011-06-24 11:45:22 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>Windows 7</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>LayoutTestFailure, PlatformOnly</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>61671</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Yuta Kitamura">yutak</reporter>
          <assigned_to name="Dominic Cooney">dominicc</assigned_to>
          <cc>dominicc</cc>
    
    <cc>jberlin</cc>
    
    <cc>rolandsteiner</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>389889</commentid>
    <comment_count>0</comment_count>
    <who name="Yuta Kitamura">yutak</who>
    <bug_when>2011-04-21 00:41:22 -0700</bug_when>
    <thetext>Since r84472 (bug 59058), fast/dom/shadow/layout-tests-can-access-shadow.html is failing on Windows.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>389896</commentid>
    <comment_count>1</comment_count>
    <who name="Yuta Kitamura">yutak</who>
    <bug_when>2011-04-21 00:45:59 -0700</bug_when>
    <thetext>Committed r84476: &lt;http://trac.webkit.org/changeset/84476&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>389897</commentid>
    <comment_count>2</comment_count>
    <who name="Yuta Kitamura">yutak</who>
    <bug_when>2011-04-21 00:47:01 -0700</bug_when>
    <thetext>Ooh, it&apos;s not fixed yet :) Fixing the status.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>389898</commentid>
    <comment_count>3</comment_count>
    <who name="Yuta Kitamura">yutak</who>
    <bug_when>2011-04-21 00:48:39 -0700</bug_when>
    <thetext>Test results (http://build.webkit.org/results/Windows%20XP%20Debug%20(Tests)/r84472%20(27888)/fast/dom/shadow/layout-tests-can-access-shadow-diffs.txt)


--- /home/buildbot/slave/win-debug-tests/build/layout-test-results/fast/dom/shadow/layout-tests-can-access-shadow-expected.txt	2011-04-21 23:56:11.531250000 -0700
+++ /home/buildbot/slave/win-debug-tests/build/layout-test-results/fast/dom/shadow/layout-tests-can-access-shadow-actual.txt	2011-04-21 23:56:11.531250000 -0700
@@ -1,12 +1,12 @@
 
 This tests that LayoutTestController can access shadow DOM.
 
-PASS shadow.nodeName is &quot;#shadow-root&quot;
-PASS layoutTestController.shadowRoot(shadow) is null
-PASS layoutTestController.shadowRoot(p) is null
-PASS shadow.nodeName is &quot;#shadow-root&quot;
+FAIL shadow.nodeName should be #shadow-root. Threw exception TypeError: &apos;undefined&apos; is not an object (evaluating &apos;shadow.nodeName&apos;)
+FAIL layoutTestController.shadowRoot(shadow) should be null (of type object). Was undefined (of type undefined).
+FAIL layoutTestController.shadowRoot(p) should be null (of type object). Was undefined (of type undefined).
+FAIL shadow.nodeName should be #shadow-root. Threw exception TypeError: &apos;undefined&apos; is not an object (evaluating &apos;shadow.nodeName&apos;)
 PASS shadow === layoutTestController.shadowRoot(p) is true
-PASS layoutTestController.shadowRoot(keygen) is null
+FAIL layoutTestController.shadowRoot(keygen) should be null (of type object). Was undefined (of type undefined).
 PASS successfullyParsed is true
 
 TEST COMPLETE</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>390215</commentid>
    <comment_count>4</comment_count>
    <who name="Roland Steiner">rolandsteiner</who>
    <bug_when>2011-04-21 11:52:06 -0700</bug_when>
    <thetext>Same goes for fast/dom/shadow/nodetype.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>390220</commentid>
    <comment_count>5</comment_count>
    <who name="Roland Steiner">rolandsteiner</who>
    <bug_when>2011-04-21 12:02:04 -0700</bug_when>
    <thetext>Committed r84533: &lt;http://trac.webkit.org/changeset/84533&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>399440</commentid>
    <comment_count>6</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2011-05-06 02:18:26 -0700</bug_when>
    <thetext>Skipped media/video-controls-visible-audio-only.html too as a consequence of ttp://trac.webkit.org/changeset/85934</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>420158</commentid>
    <comment_count>7</comment_count>
    <who name="Dominic Cooney">dominicc</who>
    <bug_when>2011-06-13 19:31:32 -0700</bug_when>
    <thetext>It does not make sense to implement layoutTestController.shadowRoot/ensureShadowRoot/removeShadowRoot/shadowPseudoId, because those methods are moving to window.internals per bug 61671. So the win DRT implementation of shadowRoot and friends is blocked on that.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>427025</commentid>
    <comment_count>8</comment_count>
    <who name="Dominic Cooney">dominicc</who>
    <bug_when>2011-06-24 11:45:22 -0700</bug_when>
    <thetext>Fixed in r89682. Windows tests can use internals.shadowRoot, ensureShadowRoot, shadowPseudoId, etc. and the mentioned tests were unskipped in that revision.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>