Title: [237149] trunk/LayoutTests
Revision
237149
Author
achristen...@apple.com
Date
2018-10-15 15:35:35 -0700 (Mon, 15 Oct 2018)

Log Message

Garden WK2 tests after r237104
https://bugs.webkit.org/show_bug.cgi?id=190522

* platform/wk2/http/tests/navigation/keyboard-events-during-provisional-navigation-expected.txt: Removed.
I added  this wk2 expectation in r234658 after r234640.  r237104 effectively did the inverse of r234640,
so behavior is back to how it was before then.  This makes the expectations reflect such.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (237148 => 237149)


--- trunk/LayoutTests/ChangeLog	2018-10-15 21:45:55 UTC (rev 237148)
+++ trunk/LayoutTests/ChangeLog	2018-10-15 22:35:35 UTC (rev 237149)
@@ -1,3 +1,12 @@
+2018-10-15  Alex Christensen  <achristen...@webkit.org>
+
+        Garden WK2 tests after r237104
+        https://bugs.webkit.org/show_bug.cgi?id=190522
+
+        * platform/wk2/http/tests/navigation/keyboard-events-during-provisional-navigation-expected.txt: Removed.
+        I added  this wk2 expectation in r234658 after r234640.  r237104 effectively did the inverse of r234640,
+        so behavior is back to how it was before then.  This makes the expectations reflect such.
+
 2018-10-15  Chris Dumez  <cdu...@apple.com>
 
         Experiment: target=_blank on anchors should imply rel=noopener

Deleted: trunk/LayoutTests/platform/wk2/http/tests/navigation/keyboard-events-during-provisional-navigation-expected.txt (237148 => 237149)


--- trunk/LayoutTests/platform/wk2/http/tests/navigation/keyboard-events-during-provisional-navigation-expected.txt	2018-10-15 21:45:55 UTC (rev 237148)
+++ trunk/LayoutTests/platform/wk2/http/tests/navigation/keyboard-events-during-provisional-navigation-expected.txt	2018-10-15 22:35:35 UTC (rev 237149)
@@ -1,48 +0,0 @@
-CONSOLE MESSAGE: line 16: Provisional navigation started.
-CONSOLE MESSAGE: line 17: No trusted events should be logged and the input element should have the value "".
-CONSOLE MESSAGE: line 34: Dispatching untrusted keypress event.
-CONSOLE MESSAGE: line 18: keypressevent dispatched (isTrusted: false).
-CONSOLE MESSAGE: line 42: Pressing tab.
-CONSOLE MESSAGE: line 44: Active element after pressing tab: [object HTMLInputElement].
-CONSOLE MESSAGE: line 46: Pressing "a".
-CONSOLE MESSAGE: line 49: Setting marked text to "b".
-CONSOLE MESSAGE: line 52: Inserting text "c".
-CONSOLE MESSAGE: line 55: Pasting text "d".
-CONSOLE MESSAGE: line 58: Input element value after text input events: "".
-CONSOLE MESSAGE: line 20: Pressing "z" with access key modifiers should navigate to resources/keyboard-events-after-navigation.html.
-CONSOLE MESSAGE: line 18: keydownevent dispatched (isTrusted: true).
-CONSOLE MESSAGE: line 18: keyupevent dispatched (isTrusted: true).
-CONSOLE MESSAGE: line 6: Finished navigating to resources/keyboard-events-after-navigation.html.
-CONSOLE MESSAGE: line 7: Trusted events should be logged and the input element should have the value "acd".
-CONSOLE MESSAGE: line 34: Dispatching untrusted keypress event.
-CONSOLE MESSAGE: line 18: keypressevent dispatched (isTrusted: false).
-CONSOLE MESSAGE: line 42: Pressing tab.
-CONSOLE MESSAGE: line 18: keydownevent dispatched (isTrusted: true).
-CONSOLE MESSAGE: line 18: keyupevent dispatched (isTrusted: true).
-CONSOLE MESSAGE: line 44: Active element after pressing tab: [object HTMLInputElement].
-CONSOLE MESSAGE: line 46: Pressing "a".
-CONSOLE MESSAGE: line 18: keydownevent dispatched (isTrusted: true).
-CONSOLE MESSAGE: line 18: keypressevent dispatched (isTrusted: true).
-CONSOLE MESSAGE: line 18: textInputevent dispatched (isTrusted: true).
-CONSOLE MESSAGE: line 18: beforeinputevent dispatched (isTrusted: true).
-CONSOLE MESSAGE: line 18: inputevent dispatched (isTrusted: true).
-CONSOLE MESSAGE: line 18: keyupevent dispatched (isTrusted: true).
-CONSOLE MESSAGE: line 49: Setting marked text to "b".
-CONSOLE MESSAGE: line 18: compositionstartevent dispatched (isTrusted: true).
-CONSOLE MESSAGE: line 18: compositionupdateevent dispatched (isTrusted: true).
-CONSOLE MESSAGE: line 18: beforeinputevent dispatched (isTrusted: true).
-CONSOLE MESSAGE: line 18: inputevent dispatched (isTrusted: true).
-CONSOLE MESSAGE: line 52: Inserting text "c".
-CONSOLE MESSAGE: line 18: beforeinputevent dispatched (isTrusted: true).
-CONSOLE MESSAGE: line 18: inputevent dispatched (isTrusted: true).
-CONSOLE MESSAGE: line 18: textInputevent dispatched (isTrusted: true).
-CONSOLE MESSAGE: line 18: beforeinputevent dispatched (isTrusted: true).
-CONSOLE MESSAGE: line 18: inputevent dispatched (isTrusted: true).
-CONSOLE MESSAGE: line 18: compositionendevent dispatched (isTrusted: true).
-CONSOLE MESSAGE: line 55: Pasting text "d".
-CONSOLE MESSAGE: line 18: pasteevent dispatched (isTrusted: true).
-CONSOLE MESSAGE: line 18: textInputevent dispatched (isTrusted: true).
-CONSOLE MESSAGE: line 18: beforeinputevent dispatched (isTrusted: true).
-CONSOLE MESSAGE: line 18: inputevent dispatched (isTrusted: true).
-CONSOLE MESSAGE: line 58: Input element value after text input events: "acd".
-
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to