Changeset 222046 in webkit


Ignore:
Timestamp:
Sep 14, 2017 12:55:02 PM (7 years ago)
Author:
Wenson Hsieh
Message:

fast/forms/append-children-during-form-submission.html fails due to a text diff on iOS
https://bugs.webkit.org/show_bug.cgi?id=176908

Reviewed by Tim Horton.

Tweak an existing layout test added in r222005 to make its expectation consistent across all platforms.

  • fast/forms/append-children-during-form-submission-expected.txt:
  • fast/forms/append-children-during-form-submission.html:
  • platform/ios/fast/forms/append-children-during-form-submission-expected.txt: Removed.
  • platform/mac-elcapitan/fast/forms/append-children-during-form-submission-expected.txt: Removed.
Location:
trunk/LayoutTests
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r222045 r222046  
     12017-09-14  Wenson Hsieh  <wenson_hsieh@apple.com>
     2
     3        fast/forms/append-children-during-form-submission.html fails due to a text diff on iOS
     4        https://bugs.webkit.org/show_bug.cgi?id=176908
     5
     6        Reviewed by Tim Horton.
     7
     8        Tweak an existing layout test added in r222005 to make its expectation consistent across all platforms.
     9
     10        * fast/forms/append-children-during-form-submission-expected.txt:
     11        * fast/forms/append-children-during-form-submission.html:
     12        * platform/ios/fast/forms/append-children-during-form-submission-expected.txt: Removed.
     13        * platform/mac-elcapitan/fast/forms/append-children-during-form-submission-expected.txt: Removed.
     14
    1152017-09-14  Youenn Fablet  <youenn@apple.com>
    216
  • trunk/LayoutTests/fast/forms/append-children-during-form-submission-expected.txt

    r222016 r222046  
    1      
    2 To manually test, load this page. The web process should not crash.
     1PASS
  • trunk/LayoutTests/fast/forms/append-children-during-form-submission.html

    r222005 r222046  
    1111    form.insertBefore(area2, form.firstChild);
    1212    form.submit();
     13    document.write("<code>PASS</code>");
    1314}
    1415
     
    2526    <textarea id="area2">b</textarea>
    2627</form>
    27 <p>To manually test, load this page. The web process should not crash.</p>
     28<p>To manually test, load this page. The document should show <code>PASS</code> after loading.</p>
    2829</body>
    2930</html>
Note: See TracChangeset for help on using the changeset viewer.