Changeset 252317 in webkit


Ignore:
Timestamp:
Nov 10, 2019 9:39:22 PM (4 years ago)
Author:
rniwa@webkit.org
Message:

iOS: fast/events/scroll-subframe-in-rendering-update.html always fails
https://bugs.webkit.org/show_bug.cgi?id=204045

Reviewed by Wenson Hsieh.

Enable async & frame scrolling to make the test work in iOS.

  • fast/events/scroll-subframe-in-rendering-update.html:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r252312 r252317  
     12019-11-10  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        iOS: fast/events/scroll-subframe-in-rendering-update.html always fails
     4        https://bugs.webkit.org/show_bug.cgi?id=204045
     5
     6        Reviewed by Wenson Hsieh.
     7
     8        Enable async & frame scrolling to make the test work in iOS.
     9
     10        * fast/events/scroll-subframe-in-rendering-update.html:
     11
    1122019-11-09  Ryosuke Niwa  <rniwa@webkit.org>
    213
  • trunk/LayoutTests/fast/events/scroll-subframe-in-rendering-update.html

    r252311 r252317  
    1 <!DOCTYPE html>
     1<!DOCTYPE html><!-- webkit-test-runner [ internal:AsyncOverflowScrollingEnabled=true internal:AsyncFrameScrollingEnabled=true ] -->
    22<html>
    33<body>
     
    77description('This tests that scroll event is dispatched in the update-the-rendering step in the event loop across all relevant frames');
    88jsTestIsAsync = true;
    9 
    10 if (window.internals)
    11     internals.settings.setFrameFlattening("Disabled");
    129
    1310function createIframe(parentDocument)
  • trunk/LayoutTests/platform/ios/TestExpectations

    r252312 r252317  
    34653465# This test fails in iOS due to subpixel differences for the marker position
    34663466imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-002.html [ ImageOnlyFailure ]
    3467 
    3468 webkit.org/b/204045 fast/events/scroll-subframe-in-rendering-update.html [ Failure ]
Note: See TracChangeset for help on using the changeset viewer.