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

Changeset 284872 in webkit


Ignore:
Timestamp:
Oct 26, 2021, 9:03:28 AM (5 years ago)
Author:
Chris Dumez
Message:

Regression (r284821) : [ iOS 15 ] fast/events/ios/submit-form-target-blank-using-return-key.html is a timeout
https://bugs.webkit.org/show_bug.cgi?id=232306
<rdar://problem/84664487>

Unreviewed, add rel="opener" to the form since it has target="_blank" and the test still expects an
opener.

  • fast/events/ios/submit-form-target-blank-using-return-key.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r284871 r284872  
     12021-10-26  Chris Dumez  <cdumez@apple.com>
     2
     3        Regression (r284821) : [ iOS 15 ] fast/events/ios/submit-form-target-blank-using-return-key.html is a timeout
     4        https://bugs.webkit.org/show_bug.cgi?id=232306
     5        <rdar://problem/84664487>
     6
     7        Unreviewed, add rel="opener" to the form since it has target="_blank" and the test still expects an
     8        opener.
     9
     10        * fast/events/ios/submit-form-target-blank-using-return-key.html:
     11
    1122021-10-26  Gabriel Nava Marino  <gnavamarino@apple.com>
    213
  • trunk/LayoutTests/fast/events/ios/submit-form-target-blank-using-return-key.html

    r282103 r284872  
    77<body>
    88<p id="description"></p>
    9 <form action="resources/submit-form-target-blank-using-return-key.html" target="_blank">
     9<form action="resources/submit-form-target-blank-using-return-key.html" target="_blank" rel="opener">
    1010    <input type="text" id="test">
    1111</form>
Note: See TracChangeset for help on using the changeset viewer.