Changeset 99941 in webkit


Ignore:
Timestamp:
Nov 11, 2011 3:49:10 AM (12 years ago)
Author:
Nikolas Zimmermann
Message:

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.
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r99938 r99941  
     12011-11-11  Nikolas Zimmermann  <nzimmermann@rim.com>
     2
     3        [Qt] 4 new tests fail introduced in r98852
     4        https://bugs.webkit.org/show_bug.cgi?id=71253
     5
     6        Reviewed by Zoltan Herczeg.
     7
     8        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.
     9        This is the same fix I applied to the svg/zoom/page tests, I forgot this one.
     10
     11        * fast/backgrounds/size/contain-and-cover-zoomed.html: Don't zoom out more than three times, it's otherwise ignored on Mac/DRT!
     12        * 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.
     13        * platform/qt/Skipped: Unskip last regression from bug 7153.
     14
    1152011-11-11  Tony Gentilcore  <tonyg@chromium.org>
    216
  • trunk/LayoutTests/fast/backgrounds/size/contain-and-cover-zoomed.html

    r98852 r99941  
    5757<script>
    5858    if (window.layoutTestController) {
    59         for (var i = 0; i < 4; ++i) {
     59        for (var i = 0; i < 3; ++i) {
    6060            eventSender.zoomPageOut();
    6161        }
  • trunk/LayoutTests/fast/backgrounds/size/resources/SquirrelFish.svg

    r47650 r99941  
    1 <?xml version="1." standalone="no"?>
     1<?xml version="1.0" standalone="no"?>
    22<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
    33  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
  • trunk/LayoutTests/platform/qt/Skipped

    r99937 r99941  
    24532453inspector/extensions/extensions-console.html
    24542454
    2455 # [Qt] 4 new tests fail introduced in r98852
    2456 # https://bugs.webkit.org/show_bug.cgi?id=71253
    2457 fast/backgrounds/size/contain-and-cover-zoomed.html
    2458 
    24592455# REGRESSION(r99195)
    24602456# https://bugs.webkit.org/show_bug.cgi?id=70609
Note: See TracChangeset for help on using the changeset viewer.