Changeset 246010 in webkit
- Timestamp:
- May 31, 2019, 8:20:05 PM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
TestWebKitAPI/Tests/WebKitCocoa/link-in-iframe-and-input.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r246004 r246010 1 2019-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 1 12 2019-05-31 Wenson Hsieh <wenson_hsieh@apple.com> 2 13 -
trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/link-in-iframe-and-input.html
r234816 r246010 10 10 11 11 iframe, input { 12 width: 100%;12 width: 400px; 13 13 height: 250px; 14 14 display: block;
Note:
See TracChangeset
for help on using the changeset viewer.