Title: [194127] trunk/LayoutTests
Revision
194127
Author
[email protected]
Date
2015-12-15 17:05:15 -0800 (Tue, 15 Dec 2015)

Log Message

Rebaseline some page overlay tests for WK1

* 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: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (194126 => 194127)


--- trunk/LayoutTests/ChangeLog	2015-12-16 01:05:00 UTC (rev 194126)
+++ trunk/LayoutTests/ChangeLog	2015-12-16 01:05:15 UTC (rev 194127)
@@ -1,3 +1,12 @@
+2015-12-15  Timothy Horton  <[email protected]>
+
+        Rebaseline some page overlay tests for WK1
+
+        * 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: Added.
+
 2015-12-15  Joseph Pecoraro  <[email protected]>
 
         Web Inspector: Localize "global code" and "eval code" strings

Modified: trunk/LayoutTests/platform/mac-wk1/pageoverlay/overlay-installation-expected.txt (194126 => 194127)


--- trunk/LayoutTests/platform/mac-wk1/pageoverlay/overlay-installation-expected.txt	2015-12-16 01:05:00 UTC (rev 194126)
+++ trunk/LayoutTests/platform/mac-wk1/pageoverlay/overlay-installation-expected.txt	2015-12-16 01:05:15 UTC (rev 194127)
@@ -1,3 +1,4 @@
+CONSOLE MESSAGE: MockPageOverlayClient::drawRect dirtyRect (0, 0, 800, 600)
 View-relative:
 (GraphicsLayer
   (children 1

Modified: trunk/LayoutTests/platform/mac-wk1/pageoverlay/overlay-large-document-expected.txt (194126 => 194127)


--- trunk/LayoutTests/platform/mac-wk1/pageoverlay/overlay-large-document-expected.txt	2015-12-16 01:05:00 UTC (rev 194126)
+++ trunk/LayoutTests/platform/mac-wk1/pageoverlay/overlay-large-document-expected.txt	2015-12-16 01:05:15 UTC (rev 194127)
@@ -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: trunk/LayoutTests/platform/mac-wk1/pageoverlay/overlay-large-document-scrolled-expected.txt (194126 => 194127)


--- trunk/LayoutTests/platform/mac-wk1/pageoverlay/overlay-large-document-scrolled-expected.txt	2015-12-16 01:05:00 UTC (rev 194126)
+++ trunk/LayoutTests/platform/mac-wk1/pageoverlay/overlay-large-document-scrolled-expected.txt	2015-12-16 01:05:15 UTC (rev 194127)
@@ -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

Added: trunk/LayoutTests/platform/mac-wk1/pageoverlay/overlay-small-frame-mouse-events-expected.txt (0 => 194127)


--- trunk/LayoutTests/platform/mac-wk1/pageoverlay/overlay-small-frame-mouse-events-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-wk1/pageoverlay/overlay-small-frame-mouse-events-expected.txt	2015-12-16 01:05:15 UTC (rev 194127)
@@ -0,0 +1,22 @@
+CONSOLE MESSAGE: line 16: MockPageOverlayClient::mouseEvent location (105, 495)
+CONSOLE MESSAGE: line 17: 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
+)
+
+
+Document-relative:
+(GraphicsLayer
+  (children 1
+    (GraphicsLayer
+      (position 100.00 100.00)
+      (anchor 0.00 0.00)
+      (bounds 10.00 10.00)
+      (drawsContent 1)
+      (backgroundColor #00000000)
+    )
+  )
+)
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to