mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision 90aab682c731f768872ca2b37f047752d5da2d8a
This commit is contained in:
parent
701b698999
commit
a71c7758db
139 changed files with 2383 additions and 998 deletions
|
@ -1,21 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>display: math and inline-math on non-MathML compute to flow</title>
|
||||
<title>display: math display values on non-MathML compute to flow</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-display/#the-display-properties">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div data-expected="block" style="display: math;"></div>
|
||||
<div data-expected="inline" style="display: inline-math;"></div>
|
||||
<div data-expected="inline" style="display: math;"></div>
|
||||
<div data-expected="inline" style="display: inline math;"></div>
|
||||
<div data-expected="inline" style="display: math inline;"></div>
|
||||
<div data-expected="block" style="display: block math;"></div>
|
||||
<div data-expected="block" style="display: math block;"></div>
|
||||
|
||||
<svg data-expected="block" style="display: math;"></svg>
|
||||
<svg data-expected="inline" style="display: inline-math;"></svg>
|
||||
<svg data-expected="inline" style="display: math;"></svg>
|
||||
<svg data-expected="inline" style="display: inline math;"></svg>
|
||||
<svg data-expected="inline" style="display: math inline;"></svg>
|
||||
<svg data-expected="block" style="display: block math;"></svg>
|
||||
<svg data-expected="block" style="display: math block;"></svg>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue