layout/reftests/border-radius/border-ellips.html
author AndiAJ <andiaj@users.noreply.github.com>
Tue, 15 Jul 2025 12:24:39 +0000 (12 hours ago)
changeset 796640 bb851a378010881961ccfae598f355ea1211941d
parent 52297 c1cc7b565dc740206b5b46b613f99da334195329
permissions -rw-r--r--
Bug 1977313 - Fix failing custom search engines related UI tests r=aaronmt The UI test started to fail after this [[ https://phabricator.services.mozilla.com/D252233 | change ]] landed. To fix the 2 UI tests I've removed the snackbar assertions. Both tests successfuly passed 10x on Firebase ✅ Differential Revision: https://phabricator.services.mozilla.com/D257244
<!doctype html>
<html><head>
<title>Elliptical border</title>
<style>
div { width: 50px; height: 50px;
      border: 10px solid black; 
      border-radius: 10px / 20px;
}
</style>
</head>
<body><div></div></body></html>