Changeset 242191 in webkit


Ignore:
Timestamp:
Feb 27, 2019 9:27:43 PM (5 years ago)
Author:
Simon Fraser
Message:

fast/scrolling/ios/hit-testing-iframe-002.html always fails
https://bugs.webkit.org/show_bug.cgi?id=195108

Reviewed by Frédéric Wang.

Errant ; in this.style.background='green;'

  • fast/scrolling/ios/hit-testing-iframe-002.html:
  • platform/ios-wk2/TestExpectations:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r242186 r242191  
     12019-02-27  Simon Fraser  <simon.fraser@apple.com>
     2
     3        fast/scrolling/ios/hit-testing-iframe-002.html always fails
     4        https://bugs.webkit.org/show_bug.cgi?id=195108
     5
     6        Reviewed by Frédéric Wang.
     7
     8        Errant ; in this.style.background='green;'
     9
     10        * fast/scrolling/ios/hit-testing-iframe-002.html:
     11        * platform/ios-wk2/TestExpectations:
     12
    1132019-02-27  Alicia Boya García  <aboya@igalia.com>
    214
  • trunk/LayoutTests/fast/scrolling/ios/hit-testing-iframe-002.html

    r242132 r242191  
    3636    <p>This test passes if you see a green rectangle.</p>
    3737    <div style="position: absolute; top: 3em; width: 100px; height: 100px; background: green;">
    38       <iframe id="clickInPaddingBoxOutOfContentBox" style="left: 0px; top: 0px; background: red; -webkit-tap-highlight-color: transparent;" onclick="this.style.background='green;'" scrolling="yes" srcdoc="
     38      <iframe id="clickInPaddingBoxOutOfContentBox" style="left: 0px; top: 0px; background: red; -webkit-tap-highlight-color: transparent;" onclick="this.style.background='green'" scrolling="yes" srcdoc="
    3939          <body style='margin: 0; width: 200px; height: 200px'>
    4040              <div style='position: absolute; width: 100px; height: 100px; background: green; -webkit-tap-highlight-color: transparent;'
  • trunk/LayoutTests/platform/ios-wk2/TestExpectations

    r242132 r242191  
    10761076
    10771077fast/scrolling/ios/scroll-events-back-forward-after-pageshow.html [ Pass Failure ]
    1078 webkit.org/b/195108 fast/scrolling/ios/hit-testing-iframe-002.html [ ImageOnlyFailure ]
    10791078
    10801079webkit.org/b/157589 fast/text-autosizing/ios/text-autosizing-after-back.html [ Pass Timeout ]
Note: See TracChangeset for help on using the changeset viewer.