Update web-platform-tests to revision bbfea06cb188fbe7b7004bd838ccbfb4f50f429c

This commit is contained in:
WPT Sync Bot 2019-06-12 10:23:46 +00:00
parent 8e783577d2
commit ba8922cc76
2439 changed files with 5192 additions and 2611 deletions

View file

@ -2,6 +2,7 @@
<meta charset="utf-8">
<title>CSS Text Test Reference File</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
#test {
border: 5px solid orange;

View file

@ -7,6 +7,7 @@
<link rel="match" href="overflow-wrap-001-ref.html">
<meta name="flags" content="ahem">
<meta name="assert" content="The 'overflow-wrap' property set 'break-word' breaks the word at an arbitrary point">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
#test {
border: 5px solid orange;

View file

@ -2,6 +2,7 @@
<meta charset="utf-8">
<title>CSS Text Test Reference File</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
#ref {
border: 5px solid orange;

View file

@ -8,6 +8,7 @@
<link rel="match" href="overflow-wrap-002-ref.html">
<meta name="flags" content="ahem">
<meta name="assert" content="Test checks that the 'overflow-wrap' property has effect if and only if the 'white-space' allows wrapping">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
#ref {
border: 5px solid orange;

View file

@ -2,6 +2,7 @@
<meta charset="utf-8">
<title>CSS Text Test Reference File</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
#test {
border: 5px solid orange;

View file

@ -7,6 +7,7 @@
<link rel="match" href="overflow-wrap-004-ref.html">
<meta name="flags" content="ahem">
<meta name="assert" content="The 'overflow-wrap' property set 'normal' overflows container">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
#test {
border: 5px solid orange;

View file

@ -6,6 +6,7 @@
<meta name="flags" content="ahem">
<link rel="match" href="reference/overflow-wrap-break-word-001-ref.html">
<meta name="assert" content="sequences of nbsp characters that would cause overflow are expected to be broken when overflow-wrap is anywhere">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div {
position: relative;

View file

@ -6,6 +6,7 @@
<meta name="flags" content="ahem">
<link rel="match" href="reference/overflow-wrap-break-word-001-ref.html">
<meta name="assert" content="A Single leading white-space constitutes a soft breaking opportunity, honoring the 'white-space: pre-wrap' property, that must prevent the word to be broken.">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div {
position: relative;

View file

@ -7,6 +7,7 @@
<meta name="flags" content="ahem">
<link rel="match" href="reference/overflow-wrap-break-word-001-ref.html">
<meta name="assert" content="A Single leading white-space constitutes a soft breaking opportunity, honoring the 'white-space: pre-wrap' property, that must prevent the word to be broken.">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div {
position: relative;

View file

@ -6,6 +6,7 @@
<meta name="flags" content="ahem">
<link rel="match" href="reference/overflow-wrap-break-word-001-ref.html">
<meta name="assert" content="sequences of nbsp characters that would cause overflow are expected to be broken when overflow-wrap is break-word">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div {
position: relative;

View file

@ -7,6 +7,7 @@
<meta name="flags" content="ahem">
<link rel="match" href="reference/overflow-wrap-break-word-001-ref.html">
<meta name="assert" content="A Single leading white-space constitutes a soft breaking opportunity, honoring the 'white-space: pre-wrap' property, that must prevent the word to be broken.">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div {
position: relative;

View file

@ -7,6 +7,7 @@
<meta name="flags" content="ahem">
<link rel="match" href="reference/overflow-wrap-break-word-001-ref.html">
<meta name="assert" content="A Single leading white-space constitutes a soft breaking opportunity, honoring the 'white-space: pre-wrap' property, that must prevent the word to be broken.">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div {
position: relative;

View file

@ -7,6 +7,7 @@
<meta name="flags" content="ahem">
<link rel="match" href="reference/overflow-wrap-break-word-001-ref.html">
<meta name="assert" content="A Single leading white-space constitutes a soft breaking opportunity, honoring the 'white-space: break-spaces' property, that must prevent the word to be broken.">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div {
position: relative;

View file

@ -7,6 +7,7 @@
<meta name="flags" content="ahem">
<link rel="match" href="reference/overflow-wrap-break-word-001-ref.html">
<meta name="assert" content="A Single leading white-space constitutes a soft breaking opportunity, honoring the 'white-space: pre-wrap' property, that must prevent the word to be broken.">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div {
position: relative;

View file

@ -11,6 +11,7 @@
<meta name="assert" content="break-word + break-spaces do allow a break
between the last character of a word and the first space of a sequence of preserved spaces
if there are no other wrapping opportunities earlier in the line">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div {
position: relative;

View file

@ -7,6 +7,7 @@
<meta name="flags" content="ahem">
<link rel="match" href="reference/overflow-wrap-min-content-size-003-ref.html">
<meta name="assert" content="overflow-wrap:anywhere breaks at edge of inline elements.">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
#wrapper {
width: 0px;

View file

@ -4,6 +4,7 @@
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org/">
<link rel="author" title="Mozilla" href="https://www.mozilla.org/">
<meta name="flags" content="ahem">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
#wrapper {
width: 0px;

View file

@ -7,6 +7,7 @@
<link rel="match" href="overflow-wrap-001-ref.html">
<meta name="flags" content="ahem">
<meta name="assert" content="The 'word-wrap' property set 'break-word' breaks the word at an arbitrary point">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
#test {
border: 5px solid orange;

View file

@ -8,6 +8,7 @@
<link rel="match" href="overflow-wrap-002-ref.html">
<meta name="flags" content="ahem">
<meta name="assert" content="Test checks that the 'word-wrap' property has effect if and only if the 'white-space' allows wrapping">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
#ref {
border: 5px solid orange;

View file

@ -7,6 +7,7 @@
<link rel="match" href="overflow-wrap-004-ref.html">
<meta name="flags" content="ahem">
<meta name="assert" content="The 'word-wrap' property set 'normal' overflows container">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
#test {
border: 5px solid orange;