Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
2011-11-11 Nikolas Zimmermann <nzimmermann@rim.com>
[Qt] 4 new tests fail introduced in r98852 https://bugs.webkit.org/show_bug.cgi?id=71253 Reviewed by Zoltan Herczeg. Fix a non-Mac only problem with contain-and-cover-zoomed.html. It zooms out four times, which is ignored on Mac, but respected elsewhere. This is the same fix I applied to the svg/zoom/page tests, I forgot this one. * fast/backgrounds/size/contain-and-cover-zoomed.html: Don't zoom out more than three times, it's otherwise ignored on Mac/DRT! * fast/backgrounds/size/resources/SquirrelFish.svg: Fix typo in XML version, now this shows up in Qt again. Credits to Zoltan Arvai for spotting this. * platform/qt/Skipped: Unskip last regression from bug 7153. Canonical link: https://commits.webkit.org/88501@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@99941 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
16 additions
and 6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -56,7 +56,7 @@ | ||
|
||
<script> | ||
if (window.layoutTestController) { | ||
for (var i = 0; i < 3; ++i) { | ||
eventSender.zoomPageOut(); | ||
} | ||
} | ||
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters