diff options
author | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2020-08-09 08:23:27 +0000 |
---|---|---|
committer | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2020-08-09 10:36:40 +0000 |
commit | 071cb971773be5429aa98e0804ace1b69dea5b7c (patch) | |
tree | 6d96ea7ac66a9cb3bf7fe7f777646dfa52e01abd /tests/wpt/web-platform-tests/css/css-text | |
parent | 7499b0736e0ff8f413aa8f5a8c789342b8d207bc (diff) | |
download | servo-071cb971773be5429aa98e0804ace1b69dea5b7c.tar.gz servo-071cb971773be5429aa98e0804ace1b69dea5b7c.zip |
Update web-platform-tests to revision edfb5824a2e35b1f428daa35277c14629392c8d4
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-text')
-rw-r--r-- | tests/wpt/web-platform-tests/css/css-text/white-space/lone-cr-001-ref.html | 3 | ||||
-rw-r--r-- | tests/wpt/web-platform-tests/css/css-text/white-space/lone-cr-001.tentative.html | 10 |
2 files changed, 13 insertions, 0 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-text/white-space/lone-cr-001-ref.html b/tests/wpt/web-platform-tests/css/css-text/white-space/lone-cr-001-ref.html new file mode 100644 index 00000000000..943daefee05 --- /dev/null +++ b/tests/wpt/web-platform-tests/css/css-text/white-space/lone-cr-001-ref.html @@ -0,0 +1,3 @@ +<!doctype html> +<title>CSS Test Reference</title> +<p>A B</p> diff --git a/tests/wpt/web-platform-tests/css/css-text/white-space/lone-cr-001.tentative.html b/tests/wpt/web-platform-tests/css/css-text/white-space/lone-cr-001.tentative.html new file mode 100644 index 00000000000..ed5ff05a70d --- /dev/null +++ b/tests/wpt/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> |