Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: LayoutTests/fast/ruby/ruby-remove-no-base.html

Issue 3179009: Merge 65090 - 2010-08-10 Abhishek Arya <inferno@chromium.org>... (Closed) Base URL: svn://chrome-svn/chrome/branches/WebKit/375/
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/ruby/ruby-remove-no-base-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
+
« no previous file with comments | « no previous file | LayoutTests/fast/ruby/ruby-remove-no-base-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698