layout/reftests/text/auto-hyphenation-xmllang-14a.xhtml
author Serban Stanca <sstanca@mozilla.com>
Thu, 17 Jul 2025 20:21:32 +0300 (7 hours ago)
changeset 797003 7ec5a911287f51bc177058928bb102163a3b656e
parent 262507 583b3c9b6e0e81126099a6d0b2efda174744a0f5
permissions -rw-r--r--
Revert "Bug 1977690 - Remove unused AppRequestInterceptor in androidTests r=aaronmt" for causing fenix-debug failures. This reverts commit bc9dc5f4296482e17560627acaacd2797e462211.
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>Hyphenation test</title></head>
<!-- check that innermost beats xml:lang vs. lang difference -->
<!-- check that hyphenation is not applied to unknown language -->
<body lang="en-us">
<div xml:lang="x-unknown-language">
<div style="width: 5em; hyphens: auto;">
supercalifragilisticexpialidocious
</div>
</div>
</body>
</html>