| Index: LayoutTests/tables/mozilla/bugs/bug222846.html
|
| diff --git a/LayoutTests/tables/mozilla/bugs/bug222846.html b/LayoutTests/tables/mozilla/bugs/bug222846.html
|
| index 263eac513ad5d64d959c5a3c46ac406296a2400c..f673af08091fa6d2d4e53319c4ba0f5cf901f80e 100644
|
| --- a/LayoutTests/tables/mozilla/bugs/bug222846.html
|
| +++ b/LayoutTests/tables/mozilla/bugs/bug222846.html
|
| @@ -1,29 +1,29 @@
|
| -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
| - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
| -<html>
|
| -<head>
|
| -<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
| -<title>table dom test</title>
|
| -<style type="text/css">
|
| - table {width:200px}
|
| -table[summary="summ"] {font-size:24pt}
|
| -</style>
|
| -<script type="text/javascript">
|
| -function dom(){
|
| -var t = document.getElementById('t2');
|
| -t.summary="summ";
|
| -}
|
| -</script>
|
| -</head>
|
| -
|
| -<body onload="dom()">
|
| -
|
| -Both tables should look identical
|
| -
|
| -<table id="t2" border><caption>caption</caption><tbody><tr><td>cell1</td></tr></tbody></table>
|
| -
|
| -<table id="t2" summary="summ" border><caption>caption</caption><tbody><tr><td>cell1</td></tr></tbody></table>
|
| -
|
| -</body>
|
| -
|
| -</html>
|
| +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
| + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
| +<html>
|
| +<head>
|
| +<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
| +<title>table dom test</title>
|
| +<style type="text/css">
|
| + table {width:200px}
|
| +table[summary="summ"] {font-size:24pt}
|
| +</style>
|
| +<script type="text/javascript">
|
| +function dom(){
|
| +var t = document.getElementById('t2');
|
| +t.summary="summ";
|
| +}
|
| +</script>
|
| +</head>
|
| +
|
| +<body onload="dom()">
|
| +
|
| +Both tables should look identical
|
| +
|
| +<table id="t2" border><caption>caption</caption><tbody><tr><td>cell1</td></tr></tbody></table>
|
| +
|
| +<table id="t2" summary="summ" border><caption>caption</caption><tbody><tr><td>cell1</td></tr></tbody></table>
|
| +
|
| +</body>
|
| +
|
| +</html>
|
|
|