WebKit Bugzilla
Attachment 347125 Details for
Bug 188587
: [Curl] Test gardening
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
PATCH
188587.diff (text/plain), 2.26 KB, created by
Basuke Suzuki
on 2018-08-14 16:18:49 PDT
(
hide
)
Description:
PATCH
Filename:
MIME Type:
Creator:
Basuke Suzuki
Created:
2018-08-14 16:18:49 PDT
Size:
2.26 KB
patch
obsolete
>diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog >index ee74960aa01..b47930a119e 100644 >--- a/LayoutTests/ChangeLog >+++ b/LayoutTests/ChangeLog >@@ -1,3 +1,14 @@ >+2018-08-14 Basuke Suzuki <Basuke.Suzuki@sony.com> >+ >+ [Curl] Test gardening >+ https://bugs.webkit.org/show_bug.cgi?id=188587 >+ >+ Unreviewed test gardening. >+ >+ Added platform dependent expected result. >+ >+ * platform/wincairo/http/tests/xmlhttprequest/methods-expected.txt: Added. >+ > 2018-08-14 Antoine Quint <graouts@apple.com> > > [Web Animations] Crash under AnimationTimeline::cancelOrRemoveDeclarativeAnimation() >diff --git a/LayoutTests/platform/wincairo/http/tests/xmlhttprequest/methods-expected.txt b/LayoutTests/platform/wincairo/http/tests/xmlhttprequest/methods-expected.txt >new file mode 100644 >index 00000000000..b135a160ce6 >--- /dev/null >+++ b/LayoutTests/platform/wincairo/http/tests/xmlhttprequest/methods-expected.txt >@@ -0,0 +1,23 @@ >+Tests for bug 3812 - GET and POST should not be the only HTTP methods implemented in XMLHttpRequest. >+ >+GET(""): GET(null bytes), Content-Type: null >+GET(null): GET(null bytes), Content-Type: null >+GET("123"): GET(null bytes), Content-Type: null >+POST(""): POST(0 bytes), Content-Type: text/plain;charset=UTF-8 >+POST(null): POST(0 bytes), Content-Type: null >+POST("123"): POST(3 bytes), Content-Type: text/plain;charset=UTF-8 >+PUT(""): PUT(0 bytes), Content-Type: text/plain;charset=UTF-8 >+PUT(null): PUT(0 bytes), Content-Type: null >+PUT("123"): PUT(3 bytes), Content-Type: text/plain;charset=UTF-8 >+DELETE(""): DELETE(0 bytes), Content-Type: text/plain;charset=UTF-8 >+DELETE(null): DELETE(null bytes), Content-Type: null >+DELETE("123"): DELETE(3 bytes), Content-Type: text/plain;charset=UTF-8 >+HEAD(""): HEAD(null bytes), Content-Type: null >+HEAD(null): HEAD(null bytes), Content-Type: null >+HEAD("123"): HEAD(null bytes), Content-Type: null >+WKFOOBAR(""): WKFOOBAR(0 bytes), Content-Type: text/plain;charset=UTF-8 >+WKFOOBAR(null): WKFOOBAR(null bytes), Content-Type: null >+WKFOOBAR("123"): WKFOOBAR(3 bytes), Content-Type: text/plain;charset=UTF-8 >+SEARCH(""): SEARCH(0 bytes), Content-Type: text/plain;charset=UTF-8 >+SEARCH(null): SEARCH(null bytes), Content-Type: null >+SEARCH("123"): SEARCH(3 bytes), Content-Type: text/plain;charset=UTF-8
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 188587
: 347125