Title: [254586] branches/safari-609-branch/LayoutTests
Revision
254586
Author
alanc...@apple.com
Date
2020-01-15 11:14:37 -0800 (Wed, 15 Jan 2020)

Log 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

Modified Paths

Diff

Modified: branches/safari-609-branch/LayoutTests/ChangeLog (254585 => 254586)


--- branches/safari-609-branch/LayoutTests/ChangeLog	2020-01-15 19:14:34 UTC (rev 254585)
+++ branches/safari-609-branch/LayoutTests/ChangeLog	2020-01-15 19:14:37 UTC (rev 254586)
@@ -1,5 +1,37 @@
 2020-01-14  Alan Coon  <alanc...@apple.com>
 
+        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
+
+    2020-01-06  Simon Fraser  <simon.fra...@apple.com>
+
+            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:
+
+2020-01-14  Alan Coon  <alanc...@apple.com>
+
         Cherry-pick r254059. rdar://problem/58552861
 
     REGRESSION: [ Mac Debug ] inspector/page/setBootstrapScript-main-frame.html is a flaky failure

Modified: branches/safari-609-branch/LayoutTests/platform/mac-wk1/pageoverlay/overlay-installation-expected.txt (254585 => 254586)


--- branches/safari-609-branch/LayoutTests/platform/mac-wk1/pageoverlay/overlay-installation-expected.txt	2020-01-15 19:14:34 UTC (rev 254585)
+++ branches/safari-609-branch/LayoutTests/platform/mac-wk1/pageoverlay/overlay-installation-expected.txt	2020-01-15 19:14:37 UTC (rev 254586)
@@ -1,3 +1,4 @@
+CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (0, 0, 800, 600)
 View-relative:
 (GraphicsLayer
   (children 1

Modified: branches/safari-609-branch/LayoutTests/platform/mac-wk1/pageoverlay/overlay-large-document-expected.txt (254585 => 254586)


--- branches/safari-609-branch/LayoutTests/platform/mac-wk1/pageoverlay/overlay-large-document-expected.txt	2020-01-15 19:14:34 UTC (rev 254585)
+++ branches/safari-609-branch/LayoutTests/platform/mac-wk1/pageoverlay/overlay-large-document-expected.txt	2020-01-15 19:14:37 UTC (rev 254586)
@@ -1,3 +1,7 @@
+CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (512, 512, 512, 512)
+CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (0, 512, 512, 512)
+CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (512, 0, 512, 512)
+CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (0, 0, 512, 512)
 View-relative:
 (GraphicsLayer
   (children 1

Modified: branches/safari-609-branch/LayoutTests/platform/mac-wk1/pageoverlay/overlay-large-document-scrolled-expected.txt (254585 => 254586)


--- branches/safari-609-branch/LayoutTests/platform/mac-wk1/pageoverlay/overlay-large-document-scrolled-expected.txt	2020-01-15 19:14:34 UTC (rev 254585)
+++ branches/safari-609-branch/LayoutTests/platform/mac-wk1/pageoverlay/overlay-large-document-scrolled-expected.txt	2020-01-15 19:14:37 UTC (rev 254586)
@@ -1,3 +1,7 @@
+CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (4608, 4608, 400, 408)
+CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (4096, 4608, 512, 408)
+CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (4608, 4096, 400, 512)
+CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (4096, 4096, 512, 512)
 View-relative:
 (GraphicsLayer
   (children 1

Modified: branches/safari-609-branch/LayoutTests/platform/mac-wk1/pageoverlay/overlay-small-frame-mouse-events-expected.txt (254585 => 254586)


--- branches/safari-609-branch/LayoutTests/platform/mac-wk1/pageoverlay/overlay-small-frame-mouse-events-expected.txt	2020-01-15 19:14:34 UTC (rev 254585)
+++ branches/safari-609-branch/LayoutTests/platform/mac-wk1/pageoverlay/overlay-small-frame-mouse-events-expected.txt	2020-01-15 19:14:37 UTC (rev 254586)
@@ -1,6 +1,7 @@
 CONSOLE MESSAGE: line 17: MockPageOverlayClient::mouseEvent location (105, 495)
 CONSOLE MESSAGE: line 18: MockPageOverlayClient::mouseEvent location (105, 495)
 CONSOLE MESSAGE: line 18: MockPageOverlayClient::mouseEvent location (105, 495)
+CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (0, 0, 10, 10)
 View-relative:
 (GraphicsLayer
 )

Modified: branches/safari-609-branch/LayoutTests/platform/mac-wk1/pageoverlay/overlay-small-frame-paints-expected.txt (254585 => 254586)


--- branches/safari-609-branch/LayoutTests/platform/mac-wk1/pageoverlay/overlay-small-frame-paints-expected.txt	2020-01-15 19:14:34 UTC (rev 254585)
+++ branches/safari-609-branch/LayoutTests/platform/mac-wk1/pageoverlay/overlay-small-frame-paints-expected.txt	2020-01-15 19:14:37 UTC (rev 254586)
@@ -1,3 +1,4 @@
+CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (0, 0, 10, 10)
 View-relative:
 (GraphicsLayer
 )
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to