Josh Matthews
Josh Matthews
Trying to load fsf.org in Servo yields a "Could not load the requested page: client error (Connect)" error page.
Step 7 from https://drafts.csswg.org/resize-observer/#create-and-populate-a-resizeobserverentry says: > If target is not an SVG element ... do these steps: > 1. Set this.contentRect.top to target.[padding top](https://drafts.csswg.org/css-box-3/#padding-physical). > 2. Set this.contentRect.left to target.[padding...
It will need be marked as unused, but its presence indicates that the act of converting a JS value into a Rust representation can trigger a garbage collection operation. See...
First, apply this diff: ```diff diff --git a/python/wpt/run.py b/python/wpt/run.py index fbe3d880b4e..8114481ce71 100644 --- a/python/wpt/run.py +++ b/python/wpt/run.py @@ -68,7 +68,7 @@ def run_tests(default_binary_path: str, **kwargs: Any) -> int: # chunks and...
Rebase of #37021 with review comments applied. These changes bundle up the required information from the relevant global when a stylesheet is added so that any requests for web fonts...
https://www.zoho.com/login.html
```html ``` When we resize the window to fullscreen, we see an image selected that is smaller than the window. If you refresh the window at that point, a different...
Adds a wrapper type for vectors that can contain large response bodies to prevent flooding debug logs with the contents of those bodies. Testing: Can't test debug log output. Fixes:...
``` ▶ CRASH [expected OK] /_webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html │ → Traceback (most recent call last): │ → File "/home/runner/work/servo/servo/tests/wpt/tests/tools/wptrunner/wptrunner/executors/executorwebdriver.py", line 1147, in run_func │ → self.result = True, self.func(self.protocol, self.url, self.timeout) │...
Observed with: * `/css/CSS2/generated-content/before-after-dynamic-attr-001.xht` * `/css/CSS2/selectors/first-letter-dynamic-002.xht` * `/css/selectors/invalidation/negated-first-of-type-in-nonsubject-position.html` To reproduce, apply the following diff: ```diff diff --git a/python/wpt/run.py b/python/wpt/run.py index 595d17ed475..386c1c932fd 100644 --- a/python/wpt/run.py +++ b/python/wpt/run.py @@ -68,7 +68,7 @@...