Bug 71226
Summary: | Layout Test failures after r98852 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Andrey Kosyakov <caseq> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | zimmermann |
Priority: | P2 | Keywords: | LayoutTestFailure |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 71368, 71673 | ||
Bug Blocks: | 47156 |
Andrey Kosyakov
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
As discussed on IRC I'm on this.
Nikolas Zimmermann
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't have any effect as width/height is 100%, except for stroke size changes! Compare with Opera/FF these days, it'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 >object>s in that test is broken, not the <img>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's see how this evolves if 71368 lands.
I'll include the removal of the wrong expectations, that are now fixed.
Nikolas Zimmermann
I'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 <object>.
Nikolas Zimmermann
Should all be fixed in r99937.