Bug 169640
Summary: | REGRESSION: LayoutTest imported/w3c/web-platform-tests/html/webappapis/scripting/events/event-handler-javascript.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap, jonlee, youennf |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryan Haddad
LayoutTest imported/w3c/web-platform-tests/html/webappapis/scripting/events/event-handler-javascript.html is failing
https://build.webkit.org/results/Apple%20Sierra%20Release%20WK2%20(Tests)/r213929%20(4367)/results.html
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=imported%2Fw3c%2Fweb-platform-tests%2Fhtml%2Fwebappapis%2Fscripting%2Fevents%2Fevent-handler-javascript.html
--- /Volumes/Data/slave/sierra-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/html/webappapis/scripting/events/event-handler-javascript-expected.txt
+++ /Volumes/Data/slave/sierra-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/html/webappapis/scripting/events/event-handler-javascript-actual.txt
@@ -1,3 +1,4 @@
+CONFIRM NAVIGATION: undefined
PASS Event handlers starting with 'javascript:' should treat that as a label.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Marked test as failing in http://trac.webkit.org/projects/webkit/changeset/213950
Ryan Haddad
(In reply to comment #1)
> Marked test as failing in
> http://trac.webkit.org/projects/webkit/changeset/213950
I realized too late that I should have also marked the test as failing on ios-simulator-wk2. Did that in http://trac.webkit.org/projects/webkit/changeset/213951
Ryan Haddad
This seems to have started after I skipped tests for https://bugs.webkit.org/show_bug.cgi?id=169615
Alexey Proskuryakov
> +CONFIRM NAVIGATION: undefined
This has to be leaking from the previous test, imported/w3c/web-platform-tests/html/webappapis/scripting/events/compile-event-handler-settings-objects.html
I suggest skipping it, but it's probably a WebKitTestRunner bug that beforeunload output is leaked like this.
Jon Lee
*** This bug has been marked as a duplicate of bug 236680 ***