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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/ruby/ruby-remove-no-base-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <head>
3 <script>
4 if (window.layoutTestController)
5 {
6 layoutTestController.dumpAsText();
7 layoutTestController.waitUntilDone();
8 }
9
10 function runTest()
11 {
12 document.body.removeChild(document.getElementById("test"));
13 document.getElementById("result").innerHTML = "PASS";
14
15 if (window.layoutTestController)
16 layoutTestController.notifyDone();
17 }
18 </script>
19 </head>
20 <body onload='runTest()'>
21 <div id="result"></div>
22 <ruby id="test">
23 <fieldset/>
24 <rt></rt>
25 <blockquote></blockquote>
26 <rt/><rt/>
27 </ruby>
28 </body>
29 </html>
30
OLDNEW
« 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