diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-text/white-space/lone-cr-001.tentative.html')
-rw-r--r-- | testing/web-platform/tests/css/css-text/white-space/lone-cr-001.tentative.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-text/white-space/lone-cr-001.tentative.html b/testing/web-platform/tests/css/css-text/white-space/lone-cr-001.tentative.html new file mode 100644 index 0000000000..ed5ff05a70 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/white-space/lone-cr-001.tentative.html @@ -0,0 +1,10 @@ +<!doctype html> +<title>Lone CR shouldn't cause previous spaces to collapse</title> +<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez"> +<link rel="author" href="https://mozilla.org" title="Mozilla"> +<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1657437"> +<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-rules"> +<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/855#issuecomment-380435969"> +<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/5410"> +<link rel="match" href="lone-cr-001-ref.html"> +<p>A 
B</p> |