<?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>71226</bug_id>
          
          <creation_ts>2011-10-31 10:47:14 -0700</creation_ts>
          <short_desc>Layout Test failures after r98852</short_desc>
          <delta_ts>2011-11-11 03:51:25 -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>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>LayoutTestFailure</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>71368</dependson>
    
    <dependson>71673</dependson>
          <blocked>47156</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Andrey Kosyakov">caseq</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>zimmermann</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>493407</commentid>
    <comment_count>0</comment_count>
    <who name="Andrey Kosyakov">caseq</who>
    <bug_when>2011-10-31 10:47:14 -0700</bug_when>
    <thetext>These tests were among those that started failing after r98852. I did not rebaseline these, as failures look significant.

svg/as-background-image/animated-svg-as-background.html
svg/zoom/page/zoom-coords-viewattr-01-b.svg
fast/backgrounds/size/contain-and-cover-zoomed.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>493448</commentid>
    <comment_count>1</comment_count>
    <who name="Nikolas Zimmermann">zimmermann</who>
    <bug_when>2011-10-31 12:50:04 -0700</bug_when>
    <thetext>As discussed on IRC I&apos;m on this.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>497086</commentid>
    <comment_count>2</comment_count>
    <who name="Nikolas Zimmermann">zimmermann</who>
    <bug_when>2011-11-07 05:18:20 -0800</bug_when>
    <thetext>I have investigated in these test failures with a local chromium builds.
svg/as-background-image/animated-svg-as-background.html is fixed by the patch in bug 71368.

svg/zoom/page/zoom-coords-viewattr-01-b.svg is a progression, zooming shouldn&apos;t have any effect as width/height is 100%, except for stroke size changes! Compare with Opera/FF these days, it&apos;s the right behaviour.

In the expectations I found:

// Failing on the bots but not locally; need investigation
BUGCR23560 MAC : svg/as-image/animated-svg-as-image.html = PASS IMAGE

This is fixed as well by the patch in bug 71368.

These are wrong:
BUGWK71226 MAC : svg/zoom/page/zoom-img-preserveAspectRatio-support-1.html = IMAGE+TEXT
BUGWK71226 WIN LINUX : svg/zoom/page/zoom-img-preserveAspectRatio-support-1.html = PASS IMAGE+TEXT

The zooming of the &gt;object&gt;s in that test is broken, not the &lt;img&gt;s, so its another bug, not related to 71226.

BUGWK71226 : fast/backgrounds/size/contain-and-cover-zoomed.html = IMAGE+TEXT

seems only have marginal differences with my patch applied, let&apos;s see how this evolves if 71368 lands.
I&apos;ll include the removal of the wrong expectations, that are now fixed.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>497104</commentid>
    <comment_count>3</comment_count>
    <who name="Nikolas Zimmermann">zimmermann</who>
    <bug_when>2011-11-07 05:53:36 -0800</bug_when>
    <thetext>I&apos;ll include this change with bug 71368.

Index: platform/chromium/test_expectations.txt
===================================================================
--- platform/chromium/test_expectations.txt	(revision 99398)
+++ platform/chromium/test_expectations.txt	(working copy)
@@ -1486,9 +1486,6 @@
 // Thicker shadow than expected
 BUGCR23471 LEOPARD : fast/text/stroking.html = IMAGE
 
-// Failing on the bots but not locally; need investigation
-BUGCR23560 MAC : svg/as-image/animated-svg-as-image.html = PASS IMAGE
-
 // -----------------------------------------------------------------
 // END MAC PORT TESTS
 // -----------------------------------------------------------------
@@ -3860,12 +3857,8 @@
 BUGWK71214 LEOPARD CPU-CG : css2.1/20110323/block-non-replaced-width-008.htm = FAIL
 BUGWK71215 SNOWLEOPARD DEBUG : animations/change-keyframes.html = TEXT
 
-BUGWK71226 : svg/as-background-image/animated-svg-as-background.html = IMAGE
-BUGWK71226 : svg/zoom/page/zoom-coords-viewattr-01-b.svg = IMAGE+TEXT
-BUGWK71226 MAC : svg/zoom/page/zoom-img-preserveAspectRatio-support-1.html = IMAGE+TEXT
-BUGWK71226 WIN LINUX : svg/zoom/page/zoom-img-preserveAspectRatio-support-1.html = PASS IMAGE+TEXT
-BUGWK71226 : fast/backgrounds/size/contain-and-cover-zoomed.html = IMAGE+TEXT
-BUGWK71226 : fast/backgrounds/animated-svg-as-mask.html = IMAGE+TEXT IMAGE
+BUGWK71673 MAC : svg/zoom/page/zoom-img-preserveAspectRatio-support-1.html = IMAGE+TEXT
+BUGWK71673 WIN LINUX : svg/zoom/page/zoom-img-preserveAspectRatio-support-1.html = PASS IMAGE+TEXT

I filed bug 71673 for the remaining issue with zooming SVGs in &lt;object&gt;.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>500642</commentid>
    <comment_count>4</comment_count>
    <who name="Nikolas Zimmermann">zimmermann</who>
    <bug_when>2011-11-11 03:51:25 -0800</bug_when>
    <thetext>Should all be fixed in r99937.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>