Changeset 228692 in webkit


Ignore:
Timestamp:
Feb 19, 2018 8:57:41 AM (6 years ago)
Author:
fred.wang@free.fr
Message:

IFrame is resized incorrectly on orientation change
https://bugs.webkit.org/show_bug.cgi?id=155198

Patch by Frederic Wang <fwang@igalia.com> on 2018-02-19
Reviewed by Antonio Gomes.

Add a non-regression test to verify that iframes are properly resized after orientation
changes. This bug happened in iOS 10.0 but not in trunk.

  • fast/events/ios/rotation/resize-iframe-after-orientation-change-expected.txt: Added.
  • fast/events/ios/rotation/resize-iframe-after-orientation-change.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r228618 r228692  
     12018-02-19  Frederic Wang  <fwang@igalia.com>
     2
     3        IFrame is resized incorrectly on orientation change
     4        https://bugs.webkit.org/show_bug.cgi?id=155198
     5
     6        Reviewed by Antonio Gomes.
     7
     8        Add a non-regression test to verify that iframes are properly resized after orientation
     9        changes. This bug happened in iOS 10.0 but not in trunk.
     10
     11        * fast/events/ios/rotation/resize-iframe-after-orientation-change-expected.txt: Added.
     12        * fast/events/ios/rotation/resize-iframe-after-orientation-change.html: Added.
     13
    1142018-02-19  Claudio Saavedra  <csaavedra@igalia.com>
    215
Note: See TracChangeset for help on using the changeset viewer.