mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 05:10:49 +00:00
Add a crashtest
This commit is contained in:
parent
484b16ecb8
commit
990a393cda
15
layout/tables/crashtests/387051-1.html
Normal file
15
layout/tables/crashtests/387051-1.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body onload="document.getElementById('d').style.margin = '60%';">
|
||||
<div style="display: table-caption;">
|
||||
<div id="d" >
|
||||
a
|
||||
b
|
||||
<span style="float: left;">c</span>
|
||||
<span style="float: left;">d</span>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -10,6 +10,7 @@ load 350524-1.xhtml
|
||||
load 351328-1.xhtml
|
||||
load 351628-1.xhtml
|
||||
load 379687-1.html
|
||||
load 387051-1.html
|
||||
load 391898-1.html
|
||||
load 398157-1.xhtml
|
||||
load 399209-1.xhtml
|
||||
|
Loading…
x
Reference in New Issue
Block a user