Simon Fraser
Simon Fraser
When using the text-indent: -5000px image replacement hack, you should always combine it with overflow:hidden. This will fix some flashing issues when in 3D mode. Specifically, add this: .window .titlebar...
#### a5978d84ab162afdab227cb0ee09ebcd08dbbc78 Show "Scroll" labels in the element tree for scrollable elements https://bugs.webkit.org/show_bug.cgi?id=243550 Reviewed by NOBODY (OOPS!). Show "Scroll" labels on the document, and on scrollable elements in the Elements...
#### 47aeeca5223d79b2bae3f8cfb7d60f1ced54d524 [iOS] Tests with incomplete UIScripts cause flaky crashes under WebKit::RemoteLayerTreeDrawingAreaProxy::commitLayerTree() https://bugs.webkit.org/show_bug.cgi?id=236794 <rdar://89100788> Reviewed by NOBODY (OOPS!). If a test calls notifyDone() before all the scripts triggered via `testRunner.runUIScript()`...
#### c1256304d88e77ed01f8dbd5df735204105e2abb Group WKWebView state which is per-process into a struct https://bugs.webkit.org/show_bug.cgi?id=243704 Reviewed by NOBODY (OOPS!). We often have bugs where we forget to reset state on WKWebView when the...
I'm getting "Obsolete biblio ref: [SVG] is replaced by [SVG11]" for the css-transforms-1 spec, and I think I've removed all references to SVG.
## Request for position on an emerging web specification * WebKittens who can provide input: @pxlcoder ### Information about the spec * Spec Title: Eyedropper API * Spec URL: https://wicg.github.io/eyedropper-api/...
#### 07b1536cca4342b47f7ac37384d73ef5138ff98d Represent feComponentTransfer CSS filters as feColorMatrix https://bugs.webkit.org/show_bug.cgi?id=245111 <rdar://99850797> Reviewed by NOBODY (OOPS!). The "feComponentTransfer" type CSS filters (invert, opacity, brightness, contrast) can be represented as feColorMatrix, which will...
Your notes say "Due to a webkit bug, matrix rotation of a cube construct sometimes causes loss of interactivity with portions of each "face" of the cube (but strangely, not...
Light vs. dark mode could possibly impact scores. We should probably advise people to run the benchmark in light mode.
Convert the harness code (and a bit of test code) to use JS class syntax, replacing `Utilities.createClass()` and `Utilities.createSubclass` with `class` and `extend`, fixing the formatting as appropriate. Mostly mechanical,...