Changeset 254586 in webkit


Ignore:
Timestamp:
Jan 15, 2020 11:14:37 AM (4 years ago)
Author:
Alan Coon
Message:

Cherry-pick r254074. rdar://problem/58549078

REGRESSION: [r254042] pageoverlay/overlay- tests are failing in WK1
https://bugs.webkit.org/show_bug.cgi?id=205810

Unreviewed test gardening. Page Overlay test in WK1 now dump one or more repaint rects after r254042.

  • platform/mac-wk1/pageoverlay/overlay-installation-expected.txt:
  • platform/mac-wk1/pageoverlay/overlay-large-document-expected.txt:
  • platform/mac-wk1/pageoverlay/overlay-large-document-scrolled-expected.txt:
  • platform/mac-wk1/pageoverlay/overlay-small-frame-mouse-events-expected.txt:
  • platform/mac-wk1/pageoverlay/overlay-small-frame-paints-expected.txt:

git-svn-id: https://svn.webkit.org/repository/webkit/trunk@254074 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Location:
branches/safari-609-branch/LayoutTests
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-609-branch/LayoutTests/ChangeLog

    r254583 r254586  
     12020-01-14  Alan Coon  <alancoon@apple.com>
     2
     3        Cherry-pick r254074. rdar://problem/58549078
     4
     5    REGRESSION: [r254042] pageoverlay/overlay- tests are failing in WK1
     6    https://bugs.webkit.org/show_bug.cgi?id=205810
     7   
     8    Unreviewed test gardening. Page Overlay test in WK1 now dump one or more repaint rects after r254042.
     9   
     10   
     11    * platform/mac-wk1/pageoverlay/overlay-installation-expected.txt:
     12    * platform/mac-wk1/pageoverlay/overlay-large-document-expected.txt:
     13    * platform/mac-wk1/pageoverlay/overlay-large-document-scrolled-expected.txt:
     14    * platform/mac-wk1/pageoverlay/overlay-small-frame-mouse-events-expected.txt:
     15    * platform/mac-wk1/pageoverlay/overlay-small-frame-paints-expected.txt:
     16   
     17   
     18    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@254074 268f45cc-cd09-0410-ab3c-d52691b4dbfc
     19
     20    2020-01-06  Simon Fraser  <simon.fraser@apple.com>
     21
     22            REGRESSION: [r254042] pageoverlay/overlay- tests are failing in WK1
     23            https://bugs.webkit.org/show_bug.cgi?id=205810
     24
     25            Unreviewed test gardening. Page Overlay test in WK1 now dump one or more repaint rects after r254042.
     26
     27            * platform/mac-wk1/pageoverlay/overlay-installation-expected.txt:
     28            * platform/mac-wk1/pageoverlay/overlay-large-document-expected.txt:
     29            * platform/mac-wk1/pageoverlay/overlay-large-document-scrolled-expected.txt:
     30            * platform/mac-wk1/pageoverlay/overlay-small-frame-mouse-events-expected.txt:
     31            * platform/mac-wk1/pageoverlay/overlay-small-frame-paints-expected.txt:
     32
    1332020-01-14  Alan Coon  <alancoon@apple.com>
    234
  • branches/safari-609-branch/LayoutTests/platform/mac-wk1/pageoverlay/overlay-installation-expected.txt

    r233831 r254586  
     1CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (0, 0, 800, 600)
    12View-relative:
    23(GraphicsLayer
  • branches/safari-609-branch/LayoutTests/platform/mac-wk1/pageoverlay/overlay-large-document-expected.txt

    r233831 r254586  
     1CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (512, 512, 512, 512)
     2CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (0, 512, 512, 512)
     3CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (512, 0, 512, 512)
     4CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (0, 0, 512, 512)
    15View-relative:
    26(GraphicsLayer
  • branches/safari-609-branch/LayoutTests/platform/mac-wk1/pageoverlay/overlay-large-document-scrolled-expected.txt

    r233831 r254586  
     1CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (4608, 4608, 400, 408)
     2CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (4096, 4608, 512, 408)
     3CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (4608, 4096, 400, 512)
     4CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (4096, 4096, 512, 512)
    15View-relative:
    26(GraphicsLayer
  • branches/safari-609-branch/LayoutTests/platform/mac-wk1/pageoverlay/overlay-small-frame-mouse-events-expected.txt

    r233831 r254586  
    22CONSOLE MESSAGE: line 18: MockPageOverlayClient::mouseEvent location (105, 495)
    33CONSOLE MESSAGE: line 18: MockPageOverlayClient::mouseEvent location (105, 495)
     4CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (0, 0, 10, 10)
    45View-relative:
    56(GraphicsLayer
  • branches/safari-609-branch/LayoutTests/platform/mac-wk1/pageoverlay/overlay-small-frame-paints-expected.txt

    r233831 r254586  
     1CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (0, 0, 10, 10)
    12View-relative:
    23(GraphicsLayer
Note: See TracChangeset for help on using the changeset viewer.