mirror of
https://github.com/servo/servo.git
synced 2025-09-07 13:38:20 +01:00
Update web-platform-tests to revision 4dbc8a0d7b1b1c032aaddc2579ec7239ad565127
This commit is contained in:
parent
40f1e188d0
commit
d1e28c482e
329 changed files with 5366 additions and 1699 deletions
|
@ -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	 </div>
|
||||
<div id="div2"></div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue