bzbarsky%mit.edu c607ca6e43 Make ContentInserted for captions more like ContentAppended and normal frame
construction.  Bug 386014, r=bernd, sr=roc, a=dbaron


git-svn-id: svn://10.0.0.236/trunk@231359 18797224-902f-48f8-a5cc-f745e15eee43
2007-08-02 21:29:52 +00:00

14 lines
225 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
caption { color: green }
</style>
</head>
<body>
<table style="background: green;"><caption style="background: inherit">TEST</caption><caption></caption></table>
</body>
</html>