WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
238373
Import clip-path W3C tests
https://bugs.webkit.org/show_bug.cgi?id=238373
Summary
Import clip-path W3C tests
Noam Rosenthal
Reported
2022-03-25 05:45:47 PDT
Importing in preparation for CSS shape()
Attachments
Patch
(127.64 KB, patch)
2022-03-25 05:58 PDT
,
Noam Rosenthal
no flags
Details
Formatted Diff
Diff
Patch
(128.26 KB, patch)
2022-03-26 01:44 PDT
,
Noam Rosenthal
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Noam Rosenthal
Comment 1
2022-03-25 05:58:34 PDT
Created
attachment 455749
[details]
Patch
Tim Nguyen (:ntim)
Comment 2
2022-03-25 12:21:28 PDT
Comment on
attachment 455749
[details]
Patch LGTM, but please address ios-wk2 failures before landing.
Noam Rosenthal
Comment 3
2022-03-25 13:16:38 PDT
(In reply to Tim Nguyen (:ntim) from
comment #2
)
> Comment on
attachment 455749
[details]
> Patch > > LGTM, but please address ios-wk2 failures before landing.
Thanks, will do Probably a matter of adding fuzz meta, will look into it.
Noam Rosenthal
Comment 4
2022-03-26 01:44:38 PDT
Created
attachment 455837
[details]
Patch
EWS
Comment 5
2022-03-26 23:34:26 PDT
Committed
r291949
(
248916@main
): <
https://commits.webkit.org/248916@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 455837
[details]
.
Radar WebKit Bug Importer
Comment 6
2022-03-26 23:35:17 PDT
<
rdar://problem/90887333
>
Tim Nguyen (:ntim)
Comment 7
2022-03-27 00:08:55 PDT
(In reply to Noam Rosenthal from
comment #3
)
> (In reply to Tim Nguyen (:ntim) from
comment #2
) > > Comment on
attachment 455749
[details]
> > Patch > > > > LGTM, but please address ios-wk2 failures before landing. > > Thanks, will do > Probably a matter of adding fuzz meta, will look into it.
Can you export those changes to the WPT repo? Otherwise, they'll get lost at the next import.
Noam Rosenthal
Comment 8
2022-03-27 00:10:09 PDT
(In reply to Tim Nguyen (:ntim) from
comment #7
)
> (In reply to Noam Rosenthal from
comment #3
) > > (In reply to Tim Nguyen (:ntim) from
comment #2
) > > > Comment on
attachment 455749
[details]
> > > Patch > > > > > > LGTM, but please address ios-wk2 failures before landing. > > > > Thanks, will do > > Probably a matter of adding fuzz meta, will look into it. > > Can you export those changes to the WPT repo? Otherwise, they'll get lost at > the next import.
Will do. Btw css-masking had a lot of those that weren't previously exported, I'll export all of them.
Noam Rosenthal
Comment 9
2022-03-27 05:19:32 PDT
(In reply to Noam Rosenthal from
comment #8
)
> (In reply to Tim Nguyen (:ntim) from
comment #7
) > > (In reply to Noam Rosenthal from
comment #3
) > > > (In reply to Tim Nguyen (:ntim) from
comment #2
) > > > > Comment on
attachment 455749
[details]
> > > > Patch > > > > > > > > LGTM, but please address ios-wk2 failures before landing. > > > > > > Thanks, will do > > > Probably a matter of adding fuzz meta, will look into it. > > > > Can you export those changes to the WPT repo? Otherwise, they'll get lost at > > the next import. > > Will do.
Done
https://github.com/web-platform-tests/wpt/pull/33378
Had to do this manually because the wpt-export script was barfing, I think it needs some love.
Tim Nguyen (:ntim)
Comment 10
2022-03-28 02:09:51 PDT
(In reply to Noam Rosenthal from
comment #9
)
> (In reply to Noam Rosenthal from
comment #8
) > > (In reply to Tim Nguyen (:ntim) from
comment #7
) > > > (In reply to Noam Rosenthal from
comment #3
) > > > > (In reply to Tim Nguyen (:ntim) from
comment #2
) > > > > > Comment on
attachment 455749
[details]
> > > > > Patch > > > > > > > > > > LGTM, but please address ios-wk2 failures before landing. > > > > > > > > Thanks, will do > > > > Probably a matter of adding fuzz meta, will look into it. > > > > > > Can you export those changes to the WPT repo? Otherwise, they'll get lost at > > > the next import. > > > > Will do. > > Done >
https://github.com/web-platform-tests/wpt/pull/33378
> Had to do this manually because the wpt-export script was barfing, I think > it needs some love.
Thanks! The files you edited in the PR unfortunately don't quite match the ones in the commit, see:
https://bugs.webkit.org/attachment.cgi?oldid=455749&action=interdiff&newid=455837&headers=1
which I think is helpful.
Noam Rosenthal
Comment 11
2022-03-28 02:16:11 PDT
(In reply to Tim Nguyen (:ntim) from
comment #10
)
> (In reply to Noam Rosenthal from
comment #9
) > > (In reply to Noam Rosenthal from
comment #8
) > > > (In reply to Tim Nguyen (:ntim) from
comment #7
) > > > > (In reply to Noam Rosenthal from
comment #3
) > > > > > (In reply to Tim Nguyen (:ntim) from
comment #2
) > > > > > > Comment on
attachment 455749
[details]
> > > > > > Patch > > > > > > > > > > > > LGTM, but please address ios-wk2 failures before landing. > > > > > > > > > > Thanks, will do > > > > > Probably a matter of adding fuzz meta, will look into it. > > > > > > > > Can you export those changes to the WPT repo? Otherwise, they'll get lost at > > > > the next import. > > > > > > Will do. > > > > Done > >
https://github.com/web-platform-tests/wpt/pull/33378
> > Had to do this manually because the wpt-export script was barfing, I think > > it needs some love. > > Thanks! The files you edited in the PR unfortunately don't quite match the > ones in the commit, see: >
https://bugs.webkit.org/attachment
. > cgi?oldid=455749&action=interdiff&newid=455837&headers=1 which I think is > helpful.
Thanks, I was trying to use the export tool but it's not being helpful. A bit frustrated by this TBH but will try.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug