Add mailto: scheme to URLs missing it. (Ported from CSSWG test repository. No review. No bug. DONTBUILD)

This commit is contained in:
Geoffrey Sneddon 2016-08-16 17:05:06 +01:00
Родитель 9b20aeb8dd
Коммит 4a3ca7ee6b
11 изменённых файлов: 11 добавлений и 11 удалений

Просмотреть файл

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>dir() selector reference</title>
<link rel="author" title="Astley Chen" href="aschen@mozilla.com">
<link rel="author" title="Astley Chen" href="mailto:aschen@mozilla.com">
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
<style>
div { text-align: left; }

Просмотреть файл

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>CSS Test: :dir() selector</title>
<link rel="author" title="Astley Chen" href="aschen@mozilla.com">
<link rel="author" title="Astley Chen" href="mailto:aschen@mozilla.com">
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
<link rel="help" href="https://drafts.csswg.org/selectors-4/#the-dir-pseudo">
<meta name="assert" content="Test checks :dir() basic functions with valid and invalid values.">

Просмотреть файл

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>CSS Test: :dir() selector</title>
<link rel="author" title="Astley Chen" href="aschen@mozilla.com">
<link rel="author" title="Astley Chen" href="mailto:aschen@mozilla.com">
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
<link rel="help" href="https://drafts.csswg.org/selectors-4/#the-dir-pseudo">
<meta name="assert" content="Test checks :dir() basic functions after dynamic directionality change on elements.">

Просмотреть файл

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>dir() selector reference</title>
<link rel="author" title="Astley Chen" href="aschen@mozilla.com">
<link rel="author" title="Astley Chen" href="mailto:aschen@mozilla.com">
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
<style>
div { text-align: left; }

Просмотреть файл

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>CSS Test: :dir() selector</title>
<link rel="author" title="Astley Chen" href="aschen@mozilla.com">
<link rel="author" title="Astley Chen" href="mailto:aschen@mozilla.com">
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
<link rel="help" href="https://drafts.csswg.org/selectors-4/#the-dir-pseudo">
<meta name="assert" content="Test checks :dir() basic functions when default document directionality is rtl.">

Просмотреть файл

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>CSS Test: :dir() selector</title>
<link rel="author" title="Astley Chen" href="aschen@mozilla.com">
<link rel="author" title="Astley Chen" href="mailto:aschen@mozilla.com">
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
<link rel="help" href="https://drafts.csswg.org/selectors-4/#the-dir-pseudo">
<meta name="assert" content="Test checks :dir() basic functions when document directionality is dynamically changed from ltr to rtl.">

Просмотреть файл

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>dir() selector reference</title>
<link rel="author" title="Astley Chen" href="aschen@mozilla.com">
<link rel="author" title="Astley Chen" href="mailto:aschen@mozilla.com">
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
<style>
div { text-align: left; }

Просмотреть файл

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>CSS Test: :dir() selector</title>
<link rel="author" title="Astley Chen" href="aschen@mozilla.com">
<link rel="author" title="Astley Chen" href="mailto:aschen@mozilla.com">
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
<link rel="help" href="https://drafts.csswg.org/selectors-4/#the-dir-pseudo">
<meta name="assert" content="Test checks if :dir() can work with other selectors correctly.">

Просмотреть файл

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>CSS Test: :dir() selector</title>
<link rel="author" title="Astley Chen" href="aschen@mozilla.com">
<link rel="author" title="Astley Chen" href="mailto:aschen@mozilla.com">
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
<link rel="help" href="https://drafts.csswg.org/selectors-4/#the-dir-pseudo">
<meta name="assert" content="Test checks if :dir() can work with other selectors correctly after a dynamic directionality change on specified divs.">

Просмотреть файл

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>dir() selector reference</title>
<link rel="author" title="Astley Chen" href="aschen@mozilla.com">
<link rel="author" title="Astley Chen" href="mailto:aschen@mozilla.com">
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
<style>
div { text-align: left; }

Просмотреть файл

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>CSS Test: :dir() selector</title>
<link rel="author" title="Astley Chen" href="aschen@mozilla.com">
<link rel="author" title="Astley Chen" href="mailto:aschen@mozilla.com">
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
<link rel="help" href="https://drafts.csswg.org/selectors-4/#the-dir-pseudo">
<meta name="assert" content="Test checks :dir() basic functions on runtime added elements.">