<?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>108024</bug_id>
          
          <creation_ts>2013-01-26 20:37:17 -0800</creation_ts>
          <short_desc>[Chromium] Layout Test media/track/track-css-matching-lang.html is failing</short_desc>
          <delta_ts>2013-01-28 14:48:16 -0800</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>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>107579</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Keishi Hattori">keishi</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>dgorbik</cc>
    
    <cc>tasak</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>817312</commentid>
    <comment_count>0</comment_count>
    <who name="Keishi Hattori">keishi</who>
    <bug_when>2013-01-26 20:37:17 -0800</bug_when>
    <thetext>The following layout test is failing on Chromium

media/track/track-css-matching-lang.html

Probable cause:

Added in r140874. 

crash log for DumpRenderTree (pid 3605):
STDOUT: &lt;empty&gt;
STDERR: objc[3605]: Class MockCrApp is implemented in both /Volumes/data/b/build/slave/WebKit_Mac10_6__dbg_/build/src/xcodebuild/Debug/libwebkit.dylib and /Volumes/data/b/build/slave/WebKit_Mac10_6__dbg_/build/src/xcodebuild/Debug/DumpRenderTree.app/Contents/MacOS/DumpRenderTree. One of the two will be used. Which one is undefined.
STDERR: ASSERTION FAILED: !element || element-&gt;isHTMLUnknownElement()
STDERR: ../../third_party/WebKit/Source/WebCore/html/HTMLUnknownElement.h(57) : WebCore::HTMLUnknownElement *WebCore::toHTMLUnknownElement(WebCore::HTMLElement *)
STDERR: 1   0x2c038b9f WebCore::toHTMLUnknownElement(WebCore::HTMLElement*)
STDERR: 2   0x2c035fa9 WebCore::createV8HTMLWrapper(WebCore::HTMLElement*, v8::Handle&lt;v8::Object&gt;, v8::Isolate*)
STDERR: 3   0x2cbad3b4 WebCore::wrap(WebCore::HTMLElement*, v8::Handle&lt;v8::Object&gt;, v8::Isolate*)
STDERR: 4   0x2cb96344 WebCore::wrap(WebCore::Element*, v8::Handle&lt;v8::Object&gt;, v8::Isolate*)
STDERR: 5   0x2ba50e94 v8::Handle&lt;v8::Value&gt; WebCore::toV8Fast&lt;v8::AccessorInfo, WebCore::Element&gt;(WebCore::Element*, v8::AccessorInfo const&amp;, WebCore::Element*)
STDERR: 6   0x2b9e30b8 WebCore::ElementV8Internal::firstElementChildAttrGetter(v8::Local&lt;v8::String&gt;, v8::AccessorInfo const&amp;)
STDERR: 7   0x260ac840 v8::internal::JSObject::GetPropertyWithCallback(v8::internal::Object*, v8::internal::Object*, v8::internal::String*)
STDERR: 8   0x260ac339 v8::internal::Object::GetProperty(v8::internal::Object*, v8::internal::LookupResult*, v8::internal::String*, PropertyAttributes*)
STDERR: 9   0x25fef4da v8::internal::LoadIC::Load(v8::internal::InlineCacheState, v8::internal::Handle&lt;v8::internal::Object&gt;, v8::internal::Handle&lt;v8::internal::String&gt;)
STDERR: 10  0x25ff535e v8::internal::LoadIC_Miss(v8::internal::Arguments, v8::internal::Isolate*)
STDERR: 11  0x33b0a216
STDERR: Received signal 11 SEGV_MAPERR 0000bbadbeef
STDERR:  [0x000028d8f22f]
STDERR:  [0x000028d8f1cb]
STDERR:  [0x000028d8ee5b]
STDERR:  [0x000097bb505b]
STDERR:  [0x0000ffffffff]
STDERR:  [0x00002c035fa9]
STDERR:  [0x00002cbad3b4]
STDERR:  [0x00002cb96344]
STDERR:  [0x00002ba50e94]
STDERR:  [0x00002b9e30b8]
STDERR:  [0x0000260ac840]
STDERR:  [0x0000260ac339]
STDERR:  [0x000025fef4da]
STDERR:  [0x000025ff535e]
STDERR:  [0x000033b0a216]
STDERR: ax: bbadbeef, bx: 6f697b00, cx: 6f697bd4, dx: 6f697bd4
STDERR: di: 2d969e93, si: 2d969e40, bp: bfffa6e8, sp: bfffa6b0, ss: 23, flags: 10282
STDERR: ip: 2c038ba9, cs: 1b, ds: 23, es: 23, fs: 0, gs: f</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>817510</commentid>
    <comment_count>1</comment_count>
    <who name="Takashi Sakamoto">tasak</who>
    <bug_when>2013-01-27 21:45:25 -0800</bug_when>
    <thetext>I think, since Source/WebCore/html/HTMLTagNames.in is not updated, default create wrapper is used for WebVTTElement.  WebVTTElement is not unknown. So ASSERT fails.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>818132</commentid>
    <comment_count>2</comment_count>
    <who name="Dima Gorbik">dgorbik</who>
    <bug_when>2013-01-28 14:48:16 -0800</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 107579 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>