Changeset 247648 in webkit


Ignore:
Timestamp:
Jul 19, 2019 9:56:00 AM (5 years ago)
Author:
commit-queue@webkit.org
Message:

Rebase fast/forms/ios/typing-in-input-in-iframe.html after r244141
https://bugs.webkit.org/show_bug.cgi?id=199875
<rdar://problem/50060561>

Patch by Alex Christensen <achristensen@webkit.org> on 2019-07-19
Reviewed by Megan Gardner.

With r247571 and its justification, we need to rebase another test.

  • fast/forms/ios/typing-in-input-in-iframe-expected.txt:
  • fast/forms/ios/typing-in-input-in-iframe.html:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r247645 r247648  
     12019-07-19  Alex Christensen  <achristensen@webkit.org>
     2
     3        Rebase fast/forms/ios/typing-in-input-in-iframe.html after r244141
     4        https://bugs.webkit.org/show_bug.cgi?id=199875
     5        <rdar://problem/50060561>
     6
     7        Reviewed by Megan Gardner.
     8
     9        With r247571 and its justification, we need to rebase another test.
     10
     11        * fast/forms/ios/typing-in-input-in-iframe-expected.txt:
     12        * fast/forms/ios/typing-in-input-in-iframe.html:
     13
    1142019-07-19  Antoine Quint  <graouts@apple.com>
    215
  • trunk/LayoutTests/fast/forms/ios/typing-in-input-in-iframe-expected.txt

    r202295 r247648  
    11Tests that typing into a text input in an iframe should not scroll.
    22
    3 PASS: page did not scroll.
     3PASS: page scrolled to 1143
    44Click to focus input
    55
  • trunk/LayoutTests/fast/forms/ios/typing-in-input-in-iframe.html

    r218480 r247648  
    4040    function pageDidScroll()
    4141    {
    42         document.getElementById('result').textContent = 'FAIL: page scrolled to ' + document.scrollingElement.scrollTop;
     42        document.getElementById('result').textContent = 'PASS: page scrolled to ' + document.scrollingElement.scrollTop;
    4343    }
    4444
     
    7777<p>Tests that typing into a text input in an iframe should not scroll.</p>
    7878<div id="result">
    79     PASS: page did not scroll.
     79    FAIL: page did not scroll.
    8080</div>
    8181
Note: See TracChangeset for help on using the changeset viewer.