WebKit export of https://bugs.webkit.org/show_bug.cgi?id=238854#37027
Conversation
| @@ -0,0 +1,28 @@ | |||
| <!DOCTYPE html> | |||
| <title>Relative child wider than the column container should not be clipped</title> | |||
There was a problem hiding this comment.
Indeed, there should be no clipping here. In fact, I find it somewhat confusing that the topic of clipping is brought up at all. There's nothing in the test that suggests any clipping at all (i.e. no overflow / clip / etc properties).
Maybe this test could be named something like relative-child-overflowing-container?
There was a problem hiding this comment.
Fair enough, I think I was confused by the original bug title ("[Multicol] Incorrect clipping when a layer is present between the column and the content layer"). Should be fixed now.
wpt-pr-bot
left a comment
There was a problem hiding this comment.
The review process for this patch is being conducted in the WebKit project.
0e07f30 to
0923213
Compare
|
This patch has been exported from WebKit; it will be approved automatically once the downstream patch is r+. |
Any CSP violations happening when loading a worker should be reported on the global of the document that creates the worker. Since workers run in different threads, we can't pass in this parent global into the worker global scope. Instead, we need to send a message to the parent event loop to report it on the correct global. Part of web-platform-tests#4577 Fixes web-platform-tests#37027 Signed-off-by: Tim van der Lippe <[email protected]>
Any CSP violations happening when loading a worker should be reported on the global of the document that creates the worker. Since workers run in different threads, we can't pass in this parent global into the worker global scope. Instead, we need to send a message to the parent event loop to report it on the correct global. Part of web-platform-tests#4577 Fixes web-platform-tests#37027 Signed-off-by: Tim van der Lippe <[email protected]>
Any CSP violations happening when loading a worker should be reported on the global of the document that creates the worker. Since workers run in different threads, we can't pass in this parent global into the worker global scope. Instead, we need to send a message to the parent event loop to report it on the correct global. Part of web-platform-tests#4577 Fixes web-platform-tests#37027 Signed-off-by: Tim van der Lippe <[email protected]>
Any CSP violations happening when loading a worker should be reported on the global of the document that creates the worker. Since workers run in different threads, we can't pass in this parent global into the worker global scope. Instead, we need to send a message to the parent event loop to report it on the correct global. Part of web-platform-tests#4577 Fixes web-platform-tests#37027 Signed-off-by: Tim van der Lippe <[email protected]>
Any CSP violations happening when loading a worker should be reported on the global of the document that creates the worker. Since workers run in different threads, we can't pass in this parent global into the worker global scope. Instead, we need to send a message to the parent event loop to report it on the correct global. Part of #4577 Fixes #37027 Signed-off-by: Tim van der Lippe <[email protected]>
Any CSP violations happening when loading a worker should be reported on the global of the document that creates the worker. Since workers run in different threads, we can't pass in this parent global into the worker global scope. Instead, we need to send a message to the parent event loop to report it on the correct global. Part of #4577 Fixes #37027 Signed-off-by: Tim van der Lippe <[email protected]>
No description provided.