mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision 3bfdeb8976fc51748935c8d1f1014dfba8e08dfb
This commit is contained in:
parent
fcd6beb608
commit
cb63cfd5c7
185 changed files with 3083 additions and 1074 deletions
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>space (reference)</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if you see a green square and no text.</p>
|
||||
<math><mspace width="200px" height="200px" style="background: green"></mspace></math>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>space</title>
|
||||
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#mspace">
|
||||
<link rel="match" href="mspace-children-ref.html"/>
|
||||
<meta name="assert" content="Verify mspace visual rendering of its children">
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if you see a green square and no text.</p>
|
||||
<math><mspace width="200px" height="200px" style="background: green">Text Node <mtext>x</mtext></mspace></math>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue