Bug 150130
| Summary: | [Win] Layout Test http/tests/multipart/multipart-replace-non-html-content.php has extra whitespace | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | lforschler |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=149978 | ||
Ryan Haddad
http/tests/multipart/multipart-replace-non-html-content.php is failing on win 7, and seems to have been failing for a very long time.
--- /home/buildbot/slave/win-debug-tests/build/layout-test-results/http/tests/multipart/multipart-replace-non-html-content-expected.txt
+++ /home/buildbot/slave/win-debug-tests/build/layout-test-results/http/tests/multipart/multipart-replace-non-html-content-actual.txt
@@ -1,3 +1,4 @@
This text should only appear once 10
+
History:
http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fmultipart%2Fmultipart-replace-non-html-content.php
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
This test used to be marked as failing on Windows until I removed the expectation in bug 149978. It is somewhat surprising that it still fails after streamlining the test, but probably not a big deal.
Alexey Proskuryakov
Landed a new expectation in r191085, since the test passes, given its original intent. Keeping the bug open as it's not right that we have a behavior difference here.