Update web-platform-tests to revision 4dbc8a0d7b1b1c032aaddc2579ec7239ad565127

This commit is contained in:
WPT Sync Bot 2018-12-30 20:35:43 -05:00 committed by Josh Matthews
parent 40f1e188d0
commit d1e28c482e
329 changed files with 5366 additions and 1699 deletions

View file

@ -4,8 +4,10 @@
<title>CSS Test: White-space 'normal' with tab adjoining linefeed</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
<meta name="flags" content="ahem may" />
<meta name="assert" content="A tab before a linefeed is removed if 'white-space' is set to 'normal'. The linefeed may be rendered as a space or not rendered." />
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-1" />
<link rel="match" href="white-space-processing-002-ref.xht" />
<meta name="flags" content="ahem" />
<meta name="assert" content="A tab before a linefeed is removed if 'white-space' is set to 'normal'." />
<style type="text/css">
div
{
@ -25,8 +27,8 @@
</style>
</head>
<body>
<p>Test passes if the black box below is the same width, or shorter, than the blue box.</p>
<p>Test passes if the black box below is shorter than the blue box.</p>
<div id="div1">XX&#09;&#10;</div>
<div id="div2"></div>
</body>
</html>
</html>