⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 246010 in webkit


Ignore:
Timestamp:
May 31, 2019, 8:20:05 PM (7 years ago)
Author:
rniwa@webkit.org
Message:

DragAndDropTests.DragImageLocationForLinkInSubframe fails on some iPad
https://bugs.webkit.org/show_bug.cgi?id=198447

Reviewed by Wenson Hsieh.

Give the elements an explicit 400px width to make the test always work.

  • TestWebKitAPI/Tests/WebKitCocoa/link-in-iframe-and-input.html:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r246004 r246010  
     12019-05-31  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        DragAndDropTests.DragImageLocationForLinkInSubframe fails on some iPad
     4        https://bugs.webkit.org/show_bug.cgi?id=198447
     5
     6        Reviewed by Wenson Hsieh.
     7
     8        Give the elements an explicit 400px width to make the test always work.
     9
     10        * TestWebKitAPI/Tests/WebKitCocoa/link-in-iframe-and-input.html:
     11
    1122019-05-31  Wenson Hsieh  <wenson_hsieh@apple.com>
    213
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/link-in-iframe-and-input.html

    r234816 r246010  
    1010
    1111iframe, input {
    12     width: 100%;
     12    width: 400px;
    1313    height: 250px;
    1414    display: block;
Note: See TracChangeset for help on using the changeset viewer.