<?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>113569</bug_id>
          
          <creation_ts>2013-03-29 05:15:51 -0700</creation_ts>
          <short_desc>Newly added test fast/events/event-attribute.html fails after r147205</short_desc>
          <delta_ts>2013-04-08 04:05:38 -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>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>86363</blocked>
    
    <blocked>87008</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Zoltan Arvai">zarvai</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>keishi</cc>
    
    <cc>ossy</cc>
    
    <cc>rniwa</cc>
    
    <cc>zeno</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>866085</commentid>
    <comment_count>0</comment_count>
    <who name="Zoltan Arvai">zarvai</who>
    <bug_when>2013-03-29 05:15:51 -0700</bug_when>
    <thetext>Test fails on GTK and QT WK1 (but passes os Qt WK2)

--- /ramdisk/qt-linux-64-release/build/layout-test-results/fast/events/event-attribute-expected.txt
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/fast/events/event-attribute-actual.txt
@@ -41,8 +41,8 @@
 PASS /*img*/ typeof (element[&quot;ontouchmove&quot;]) is &quot;function&quot;
 PASS /*img*/ typeof (element[&quot;ontouchend&quot;]) is &quot;function&quot;
 PASS /*img*/ typeof (element[&quot;ontouchcancel&quot;]) is &quot;function&quot;
-PASS /*img*/ typeof (element[&quot;onwebkitfullscreenchange&quot;]) is &quot;function&quot;
-PASS /*img*/ typeof (element[&quot;onwebkitfullscreenerror&quot;]) is &quot;function&quot;
+FAIL /*img*/ typeof (element[&quot;onwebkitfullscreenchange&quot;]) should be function. Was undefined.
+FAIL /*img*/ typeof (element[&quot;onwebkitfullscreenerror&quot;]) should be function. Was undefined.
 PASS /*img*/ typeof (element[&quot;onabort&quot;]) is &quot;function&quot;
 PASS /*img*/ typeof (element[&quot;onchange&quot;]) is &quot;function&quot;
 PASS /*img*/ typeof (element[&quot;onreset&quot;]) is &quot;function&quot;
@@ -85,8 +85,8 @@
 PASS /*script*/ typeof (element[&quot;ontouchmove&quot;]) is &quot;function&quot;
 PASS /*script*/ typeof (element[&quot;ontouchend&quot;]) is &quot;function&quot;
 PASS /*script*/ typeof (element[&quot;ontouchcancel&quot;]) is &quot;function&quot;
-PASS /*script*/ typeof (element[&quot;onwebkitfullscreenchange&quot;]) is &quot;function&quot;
-PASS /*script*/ typeof (element[&quot;onwebkitfullscreenerror&quot;]) is &quot;function&quot;
+FAIL /*script*/ typeof (element[&quot;onwebkitfullscreenchange&quot;]) should be function. Was undefined.
+FAIL /*script*/ typeof (element[&quot;onwebkitfullscreenerror&quot;]) should be function. Was undefined.
 PASS /*script*/ typeof (element[&quot;onabort&quot;]) is &quot;function&quot;
 PASS /*script*/ typeof (element[&quot;onchange&quot;]) is &quot;function&quot;
 PASS /*script*/ typeof (element[&quot;onreset&quot;]) is &quot;function&quot;
@@ -129,8 +129,8 @@
 PASS /*video*/ typeof (element[&quot;ontouchmove&quot;]) is &quot;function&quot;
 PASS /*video*/ typeof (element[&quot;ontouchend&quot;]) is &quot;function&quot;
 PASS /*video*/ typeof (element[&quot;ontouchcancel&quot;]) is &quot;function&quot;
-PASS /*video*/ typeof (element[&quot;onwebkitfullscreenchange&quot;]) is &quot;function&quot;
-PASS /*video*/ typeof (element[&quot;onwebkitfullscreenerror&quot;]) is &quot;function&quot;
+FAIL /*video*/ typeof (element[&quot;onwebkitfullscreenchange&quot;]) should be function. Was undefined.
+FAIL /*video*/ typeof (element[&quot;onwebkitfullscreenerror&quot;]) should be function. Was undefined.
 PASS /*video*/ typeof (element[&quot;onabort&quot;]) is &quot;function&quot;
 PASS /*video*/ typeof (element[&quot;onchange&quot;]) is &quot;function&quot;
 PASS /*video*/ typeof (element[&quot;onreset&quot;]) is &quot;function&quot;
@@ -173,8 +173,8 @@
 PASS /*div*/ typeof (element[&quot;ontouchmove&quot;]) is &quot;function&quot;
 PASS /*div*/ typeof (element[&quot;ontouchend&quot;]) is &quot;function&quot;
 PASS /*div*/ typeof (element[&quot;ontouchcancel&quot;]) is &quot;function&quot;
-PASS /*div*/ typeof (element[&quot;onwebkitfullscreenchange&quot;]) is &quot;function&quot;
-PASS /*div*/ typeof (element[&quot;onwebkitfullscreenerror&quot;]) is &quot;function&quot;
+FAIL /*div*/ typeof (element[&quot;onwebkitfullscreenchange&quot;]) should be function. Was undefined.
+FAIL /*div*/ typeof (element[&quot;onwebkitfullscreenerror&quot;]) should be function. Was undefined.
 PASS /*div*/ typeof (element[&quot;onabort&quot;]) is &quot;function&quot;
 PASS /*div*/ typeof (element[&quot;onchange&quot;]) is &quot;function&quot;
 PASS /*div*/ typeof (element[&quot;onreset&quot;]) is &quot;function&quot;
@@ -217,8 +217,8 @@
 PASS /*form*/ typeof (element[&quot;ontouchmove&quot;]) is &quot;function&quot;
 PASS /*form*/ typeof (element[&quot;ontouchend&quot;]) is &quot;function&quot;
 PASS /*form*/ typeof (element[&quot;ontouchcancel&quot;]) is &quot;function&quot;
-PASS /*form*/ typeof (element[&quot;onwebkitfullscreenchange&quot;]) is &quot;function&quot;
-PASS /*form*/ typeof (element[&quot;onwebkitfullscreenerror&quot;]) is &quot;function&quot;
+FAIL /*form*/ typeof (element[&quot;onwebkitfullscreenchange&quot;]) should be function. Was undefined.
+FAIL /*form*/ typeof (element[&quot;onwebkitfullscreenerror&quot;]) should be function. Was undefined.
 PASS /*form*/ typeof (element[&quot;onabort&quot;]) is &quot;function&quot;
 PASS /*form*/ typeof (element[&quot;onchange&quot;]) is &quot;function&quot;
 PASS /*form*/ typeof (element[&quot;onreset&quot;]) is &quot;function&quot;
@@ -261,8 +261,8 @@
 PASS /*input*/ typeof (element[&quot;ontouchmove&quot;]) is &quot;function&quot;
 PASS /*input*/ typeof (element[&quot;ontouchend&quot;]) is &quot;function&quot;
 PASS /*input*/ typeof (element[&quot;ontouchcancel&quot;]) is &quot;function&quot;
-PASS /*input*/ typeof (element[&quot;onwebkitfullscreenchange&quot;]) is &quot;function&quot;
-PASS /*input*/ typeof (element[&quot;onwebkitfullscreenerror&quot;]) is &quot;function&quot;
+FAIL /*input*/ typeof (element[&quot;onwebkitfullscreenchange&quot;]) should be function. Was undefined.
+FAIL /*input*/ typeof (element[&quot;onwebkitfullscreenerror&quot;]) should be function. Was undefined.
 PASS /*input*/ typeof (element[&quot;onabort&quot;]) is &quot;function&quot;
 PASS /*input*/ typeof (element[&quot;onchange&quot;]) is &quot;function&quot;
 PASS /*input*/ typeof (element[&quot;onreset&quot;]) is &quot;function&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>866091</commentid>
    <comment_count>1</comment_count>
    <who name="Zoltan Arvai">zarvai</who>
    <bug_when>2013-03-29 05:26:38 -0700</bug_when>
    <thetext>Skipped on Qt in http://trac.webkit.org/changeset/147207.
Please unskip it with proper fix.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>866215</commentid>
    <comment_count>2</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2013-03-29 10:08:01 -0700</bug_when>
    <thetext>My guess is that Qt doesn&apos;t enable fullscreen API, in which case this is the expected result.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>866216</commentid>
    <comment_count>3</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2013-03-29 10:09:32 -0700</bug_when>
    <thetext>The right thing to do here is to check in the expected result with FAIL rather than skipping it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>870703</commentid>
    <comment_count>4</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2013-04-08 04:05:38 -0700</bug_when>
    <thetext>(In reply to comment #2)
&gt; My guess is that Qt doesn&apos;t enable fullscreen API, in which case this is the expected result.

(In reply to comment #3)
&gt; The right thing to do here is to check in the expected result with FAIL rather than skipping it.

Thanks for checking it. Fullscreen API is really disabled on Qt-WK1.
I agree, in this case checking these FAILs are reasonable.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>