mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update web-platform-tests to revision cd44958a002b1ad494168e0290554644de84526e
This commit is contained in:
parent
2ed23ce4c9
commit
4443426308
103 changed files with 1740 additions and 1138 deletions
|
@ -9,6 +9,12 @@ To run Safari on macOS, some manual setup is required:
|
|||
* Allow pop-up windows:
|
||||
`defaults write com.apple.Safari WebKitJavaScriptCanOpenWindowsAutomatically 1`
|
||||
|
||||
* Turn on experimental features that are "off" by default:
|
||||
|
||||
* `defaults write com.apple.Safari ExperimentalServerTimingEnabled -bool true`
|
||||
|
||||
[//]: # (TODO\(cvazac\) Remove this if/when Server-Timing is enabled by default in Safari)
|
||||
|
||||
* Trust the certificate:
|
||||
`security add-trusted-cert -k "$(security default-keychain | cut -d\" -f2)" tools/certs/cacert.pem`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue