WebKit Bugzilla
Attachment 373092 Details for
Bug 199313
: LayoutTests svg/clip-path/clip-hidpi.svg isn't working as expected due to a syntax error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-199313-20190628162619.patch (text/plain), 1.30 KB, created by
Fujii Hironori
on 2019-06-28 00:26:20 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Fujii Hironori
Created:
2019-06-28 00:26:20 PDT
Size:
1.30 KB
patch
obsolete
>Subversion Revision: 246921 >diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog >index 039dd1f6a0151c9a91959468da1349f4e53d1109..74da926ab155d2f541a9dc0bd7ace37a4b5f31a5 100644 >--- a/LayoutTests/ChangeLog >+++ b/LayoutTests/ChangeLog >@@ -1,3 +1,13 @@ >+2019-06-28 Fujii Hironori <Hironori.Fujii@sony.com> >+ >+ LayoutTests svg/clip-path/clip-hidpi.svg isn't working as expected due to a syntax error >+ https://bugs.webkit.org/show_bug.cgi?id=199313 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * svg/clip-path/clip-hidpi.svg: Fix the syntax error by replacing '->' with '=>'. >+ Call testRunner.waitUntilDone() before testRunner.notifyDone(). >+ > 2019-06-27 Ryosuke Niwa <rniwa@webkit.org> > > Fix the test added in r246868 on iOS debug simulator. >diff --git a/LayoutTests/svg/clip-path/clip-hidpi.svg b/LayoutTests/svg/clip-path/clip-hidpi.svg >index 4b525153f82cb5f028203e58e803101ad37011a5..af012fe0e3a545ac1e5edb7f5402cc4e96ae638f 100644 >--- a/LayoutTests/svg/clip-path/clip-hidpi.svg >+++ b/LayoutTests/svg/clip-path/clip-hidpi.svg >@@ -15,8 +15,8 @@ > </html> > </foreignObject> > <script> >- testRunner.setBackingScaleFactor(2, () -> { testRunner.notifyDone() }); > testRunner.waitUntilDone(); >+ testRunner.setBackingScaleFactor(2, () => { testRunner.notifyDone() }); > </script> > </svg> >
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 199313
:
373092
|
373096
|
373098
|
373102