| Index: LayoutTests/imported/web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/wbr-element.html
|
| diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/wbr-element.html b/LayoutTests/imported/web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/wbr-element.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ccd0f3cbc0073517f22761bf79ef71b95c21ddeb
|
| --- /dev/null
|
| +++ b/LayoutTests/imported/web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/wbr-element.html
|
| @@ -0,0 +1,11 @@
|
| +<!DOCTYPE html>
|
| +<meta charset=utf-8>
|
| +<title>The wbr element</title>
|
| +<link rel="author" title="Denis Ah-Kang" href="mailto:denis@w3.org">
|
| +<link rel=help href="https://html.spec.whatwg.org/multipage/#rendering">
|
| +<link rel="match" href="wbr-element-ref.html">
|
| +<meta name="flags" content="ahem">
|
| +<style>
|
| + p {max-width: 300px; font-family: Ahem;}
|
| +</style>
|
| +<p>AHEM_<wbr>ipsum<wbr>dolor<wbr>sit<wbr>amet,<wbr>consectetur<wbr>adipisicing<wbr>elit,<wbr>sed<wbr>do<wbr>eiusmod<wbr>tempor<wbr>incididunt<wbr>ut<wbr>labore<wbr>et<wbr>dolore<wbr>magna<wbr>aliqua.<wbr>Ut<wbr>enim<wbr>ad<wbr>minim<wbr>veniam,<wbr>quis<wbr>nostrud<wbr>exercitation<wbr>ullamco<wbr>laboris<wbr>nisi<wbr>ut<wbr>aliquip<wbr>ex<wbr>ea<wbr>commodo<wbr>consequat.<wbr>Duis<wbr>aute<wbr>irure<wbr>dolor<wbr>in<wbr>reprehenderit<wbr>in<wbr>voluptate<wbr>velit<wbr>esse<wbr>cillum<wbr>dolore<wbr>eu<wbr>fugiat<wbr>nulla<wbr>pariatur.<wbr>Excepteur<wbr>sint<wbr>occaecat<wbr>cupidatat<wbr>non<wbr>proident,<wbr>sunt<wbr>in<wbr>culpa<wbr>qui<wbr>officia<wbr>deserunt<wbr>mollit<wbr>anim<wbr>id<wbr>est<wbr>laborum.</p>
|
|
|