blob: 6e98dc8882458ada949ce18e0c96f64a3d8d63df (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<style>
div { font-variant: all; }
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<p>Test for crbug.com/363631: font-variant: all causes ASSERT crash.</p>
<p>PASS when running this test with debug binary and seeing no crash.</p>
<div>PASS</div>
|