WebKit Bugzilla
Attachment 339296 Details for
Bug 185193
: Update document-create-touch.html expectations for r231114
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185193-20180502122533.patch (text/plain), 2.45 KB, created by
Ms2ger (he/him; ⌚ UTC+1/+2)
on 2018-05-02 03:25:34 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Ms2ger (he/him; ⌚ UTC+1/+2)
Created:
2018-05-02 03:25:34 PDT
Size:
2.45 KB
patch
obsolete
>Subversion Revision: 231226 >diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog >index dc1691ea593e2d3553dc7de8c8e64d8bbf37af72..c2f64d2955ca45b4f31ddd73fe9d8cc31d394981 100644 >--- a/LayoutTests/ChangeLog >+++ b/LayoutTests/ChangeLog >@@ -1,3 +1,13 @@ >+2018-05-02 Ms2ger <Ms2ger@igalia.com> >+ >+ Update document-create-touch.html expectations for r231114 >+ https://bugs.webkit.org/show_bug.cgi?id=185193 >+ >+ Unreviewed test gardening. >+ >+ * fast/events/touch/document-create-touch-expected.txt: >+ * fast/events/touch/document-create-touch.html: >+ > 2018-05-01 Devin Rousso <webkit@devinrousso.com> > > Web Inspector: Canvas tab: determine hasVisibleEffect for all actions immediately after recording is added >diff --git a/LayoutTests/fast/events/touch/document-create-touch-expected.txt b/LayoutTests/fast/events/touch/document-create-touch-expected.txt >index c446376a8a7a3e940589fb58361c3630a22be8b6..ace6e94230a2a1e9474876ae370294532aaa4775 100644 >--- a/LayoutTests/fast/events/touch/document-create-touch-expected.txt >+++ b/LayoutTests/fast/events/touch/document-create-touch-expected.txt >@@ -28,7 +28,7 @@ PASS emptyTouch.webkitRotationAngle is NaN > PASS emptyTouch.webkitForce is NaN > PASS function () { > document.createTouch(function(x) { return x; }, 12, 'a', 'b', 'c', function(x) { return x; }, 104, 'a', 'b', 'c', 'd'); >-} threw exception TypeError: Argument 1 ('window') to Document.createTouch must be an instance of DOMWindow. >+} threw exception TypeError: Argument 1 ('window') to Document.createTouch must be an instance of WindowProxy. > PASS successfullyParsed is true > > TEST COMPLETE >diff --git a/LayoutTests/fast/events/touch/document-create-touch.html b/LayoutTests/fast/events/touch/document-create-touch.html >index 2702b7c55e10d192144c6613e5c9c815fd969a90..80aafb198c73eda8af7853b899d3b8d1628d400f 100644 >--- a/LayoutTests/fast/events/touch/document-create-touch.html >+++ b/LayoutTests/fast/events/touch/document-create-touch.html >@@ -52,7 +52,7 @@ shouldBeNaN("emptyTouch.webkitForce"); > // Try invoking with incorrect parameter types. > shouldThrow(function() { > document.createTouch(function(x) { return x; }, 12, 'a', 'b', 'c', function(x) { return x; }, 104, 'a', 'b', 'c', 'd'); >-}, "\"TypeError: Argument 1 ('window') to Document.createTouch must be an instance of DOMWindow\""); >+}, "\"TypeError: Argument 1 ('window') to Document.createTouch must be an instance of WindowProxy\""); > isSuccessfullyParsed(); > </script> > </body>
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 185193
: 339296