| Index: LayoutTests/fast/ruby/ruby-remove-no-base.html
|
| ===================================================================
|
| --- LayoutTests/fast/ruby/ruby-remove-no-base.html (revision 0)
|
| +++ LayoutTests/fast/ruby/ruby-remove-no-base.html (revision 55883)
|
| @@ -0,0 +1,30 @@
|
| +<html>
|
| + <head>
|
| + <script>
|
| + if (window.layoutTestController)
|
| + {
|
| + layoutTestController.dumpAsText();
|
| + layoutTestController.waitUntilDone();
|
| + }
|
| +
|
| + function runTest()
|
| + {
|
| + document.body.removeChild(document.getElementById("test"));
|
| + document.getElementById("result").innerHTML = "PASS";
|
| +
|
| + if (window.layoutTestController)
|
| + layoutTestController.notifyDone();
|
| + }
|
| + </script>
|
| + </head>
|
| + <body onload='runTest()'>
|
| + <div id="result"></div>
|
| + <ruby id="test">
|
| + <fieldset/>
|
| + <rt></rt>
|
| + <blockquote></blockquote>
|
| + <rt/><rt/>
|
| + </ruby>
|
| + </body>
|
| +</html>
|
| +
|
|
|