Bug 197664
| Summary: | fast/dom/frame-src-javascript-url-async.html is flaky | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | Tools / Tests | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | lforschler, tsavell, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 197466 | ||
Chris Dumez
fast/dom/frame-src-javascript-url-async.html is flaky:
--- /Volumes/Data/slave/mojave-debug-tests-wk2/build/layout-test-results/fast/dom/frame-src-javascript-url-async-expected.txt
+++ /Volumes/Data/slave/mojave-debug-tests-wk2/build/layout-test-results/fast/dom/frame-src-javascript-url-async-actual.txt
@@ -5,17 +5,18 @@
PASS frame2.contentWindow is initialFrame2Window
PASS frame2.contentDocument is initialFrame2Document
-PASS messages is "1234"
+FAIL messages should be 1234. Was 3124.
PASS frame1.contentWindow is initialFrame1Window
PASS frame1.contentDocument is initialFrame1Document
PASS frame2.contentWindow is initialFrame2Window
PASS frame2.contentDocument is initialFrame2Document
PASS frame3.contentWindow is initialFrame3Window
-PASS frame3.contentDocument is not initialFrame3Document
+FAIL frame3.contentDocument should not be [object HTMLDocument].
PASS frame3.contentWindow is initialFrame3Window
-PASS frame3.contentDocument is not initialFrame3Document
+FAIL frame3.contentDocument should not be [object HTMLDocument].
PASS frame3.contentDocument.documentElement.textContent is "1"
PASS successfullyParsed is true
+Some tests failed.
TEST COMPLETE
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Committed r245012: <https://trac.webkit.org/changeset/245012>
Radar WebKit Bug Importer
<rdar://problem/50543072>