Changeset 265006 in webkit


Ignore:
Timestamp:
Jul 28, 2020 2:07:56 PM (4 years ago)
Author:
Alan Bujtas
Message:

Regression (r264960): [mac-wk1] fast/dynamic/size-to-content-autosize-with-percent-document-height.html is consistently failing
https://bugs.webkit.org/show_bug.cgi?id=214885
<rdar://problem/66218218>

Unreviewed.

Make the autosizing test case work with WK1.

  • fast/dynamic/size-to-content-autosize-with-percent-document-height-expected.html: Removed.
  • fast/dynamic/size-to-content-autosize-with-percent-document-height-expected.txt: Added.
  • fast/dynamic/size-to-content-autosize-with-percent-document-height.html:
  • platform/glib/TestExpectations:
  • platform/ios/TestExpectations:
  • platform/mac-wk1/TestExpectations:
Location:
trunk/LayoutTests
Files:
1 added
1 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r265005 r265006  
     12020-07-28  Zalan Bujtas  <zalan@apple.com>
     2
     3        Regression (r264960): [mac-wk1] fast/dynamic/size-to-content-autosize-with-percent-document-height.html is consistently failing
     4        https://bugs.webkit.org/show_bug.cgi?id=214885
     5        <rdar://problem/66218218>
     6
     7        Unreviewed.
     8
     9        Make the autosizing test case work with WK1.
     10
     11        * fast/dynamic/size-to-content-autosize-with-percent-document-height-expected.html: Removed.
     12        * fast/dynamic/size-to-content-autosize-with-percent-document-height-expected.txt: Added.
     13        * fast/dynamic/size-to-content-autosize-with-percent-document-height.html:
     14        * platform/glib/TestExpectations:
     15        * platform/ios/TestExpectations:
     16        * platform/mac-wk1/TestExpectations:
     17
    1182020-07-28  Youenn Fablet  <youenn@apple.com>
    219
  • trunk/LayoutTests/fast/dynamic/size-to-content-autosize-with-percent-document-height.html

    r264960 r265006  
    1111if (window.internals)
    1212    internals.enableSizeToContentAutoSizeMode(true, 200, 600);
     13if (window.testRunner)
     14    testRunner.dumpAsText();
    1315</script>
    1416</head>
     
    2325</div>
    2426</body>
     27<script>
     28document.body.innerText = "PASS if body is 200px: " + document.body.offsetHeight;
     29if (window.internals)
     30    internals.enableSizeToContentAutoSizeMode(false, 0, 0, 0, 0);
     31</script>
    2532</html>
  • trunk/LayoutTests/platform/glib/TestExpectations

    r264975 r265006  
    919919webkit.org/b/163533 security/contentSecurityPolicy/video-with-data-url-allowed-by-media-src-star.html [ Crash ImageOnlyFailure Timeout Pass ]
    920920
    921 webkit.org/b/214869 fast/dynamic/size-to-content-autosize-with-percent-document-height.html [ ImageOnlyFailure ]
    922 
    923921#////////////////////////////////////////////////////////////////////////////////////////
    924922# End of NEEDS TRIAGING. Don't put expectations below this section.
  • trunk/LayoutTests/platform/ios/TestExpectations

    r264950 r265006  
    30433043fast/dynamic/mail-autosize-viewport-unit.html [ Failure ]
    30443044fast/dynamic/size-to-content-autosize-with-viewport-units.html [ Failure ]
     3045fast/dynamic/size-to-content-autosize-with-percent-document-height.html [ Failure ]
    30453046
    30463047# LFC
  • trunk/LayoutTests/platform/mac-wk1/TestExpectations

    r264994 r265006  
    969969webkit.org/b/213896 imported/w3c/web-platform-tests/css/css-flexbox/overflow-auto-008.html [ Pass Failure ]
    970970
    971 webkit.org/b/214876 fast/dynamic/size-to-content-autosize-with-percent-document-height.html [ ImageOnlyFailure ]
    972 
    973971# ENABLE_INPUT_TYPE_* are not enabled on wk1.
    974972fast/forms/date
Note: See TracChangeset for help on using the changeset viewer.