Changeset 194162 in webkit


Ignore:
Timestamp:
Dec 16, 2015 11:02:09 AM (8 years ago)
Author:
Ryan Haddad
Message:

Re-baseline pageoverlay/overlay* tests for mac-wk1
https://bugs.webkit.org/show_bug.cgi?id=152338

Unreviewed test gardening.

  • 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:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r194154 r194162  
     12015-12-16  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Re-baseline pageoverlay/overlay* tests for mac-wk1
     4        https://bugs.webkit.org/show_bug.cgi?id=152338
     5
     6        Unreviewed test gardening.
     7
     8        * platform/mac-wk1/pageoverlay/overlay-large-document-expected.txt:
     9        * platform/mac-wk1/pageoverlay/overlay-large-document-scrolled-expected.txt:
     10        * platform/mac-wk1/pageoverlay/overlay-small-frame-mouse-events-expected.txt:
     11
    1122015-12-16  Youenn Fablet  <youenn.fablet@crf.canon.fr>
    213
  • trunk/LayoutTests/platform/mac-wk1/pageoverlay/overlay-large-document-expected.txt

    r194127 r194162  
    1 CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (4608, 4608, 400, 408)
    2 CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (4096, 4608, 512, 408)
    3 CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (4608, 4096, 400, 512)
    4 CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (4096, 4096, 512, 512)
     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)
    55View-relative:
    66(GraphicsLayer
  • trunk/LayoutTests/platform/mac-wk1/pageoverlay/overlay-large-document-scrolled-expected.txt

    r194127 r194162  
    1 CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (512, 512, 512, 512)
    2 CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (0, 512, 512, 512)
    3 CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (512, 0, 512, 512)
    4 CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (0, 0, 512, 512)
     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)
    55View-relative:
    66(GraphicsLayer
  • trunk/LayoutTests/platform/mac-wk1/pageoverlay/overlay-small-frame-mouse-events-expected.txt

    r194127 r194162  
    1 CONSOLE MESSAGE: line 16: MockPageOverlayClient::mouseEvent location (105, 495)
    21CONSOLE MESSAGE: line 17: MockPageOverlayClient::mouseEvent location (105, 495)
     2CONSOLE MESSAGE: line 18: MockPageOverlayClient::mouseEvent location (105, 495)
    33CONSOLE MESSAGE: line 18: MockPageOverlayClient::mouseEvent location (105, 495)
    44CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (0, 0, 10, 10)
Note: See TracChangeset for help on using the changeset viewer.