Bug 265783
| Summary: | [IFC][Ruby] Disable fast/ruby/ruby-line-height.html on WK1 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antti Koivisto <koivisto> |
| Component: | CSS | Assignee: | Antti Koivisto <koivisto> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Antti Koivisto
It uses
<!-- webkit-test-runner [ CSSBasedRubyEnabled=true ] -->
but that leaks to other tests on WK1 because the setting affects the global UA sheet. WK2 knows to swap the process.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/119121706>
Antti Koivisto
Pull request: https://github.com/WebKit/WebKit/pull/21263
EWS
Test gardening commit 271468@main (1750bfb07c80): <https://commits.webkit.org/271468@main>
Reviewed commits have been landed. Closing PR #21263 and removing active labels.
Alexey Proskuryakov
Nice!