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

Side by Side Diff: LayoutTests/fast/dom/title-directionality-removeChild.html

Issue 9570019: Merge 108415 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 9 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/title-directionality-removeChild-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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>page title</title> 4 <title>page title</title>
5 </head> 5 </head>
6 <body> 6 <body>
7 <iframe id=iframe></iframe> 7 <iframe id=iframe></iframe>
8 <script> 8 <script>
9 var iframe = document.getElementById('iframe'); 9 var iframe = document.getElementById('iframe');
10 10
(...skipping 24 matching lines...) Expand all
35 '<html><title>foo</title></html>'); 35 '<html><title>foo</title></html>');
36 assertDirection('title dir=rtl', 'rtl', 36 assertDirection('title dir=rtl', 'rtl',
37 '<html><title dir=rtl>foo</title></html>'); 37 '<html><title dir=rtl>foo</title></html>');
38 assertDirection('html dir=rtl', 'rtl', 38 assertDirection('html dir=rtl', 'rtl',
39 '<html dir=rtl><title>foo</title></html>'); 39 '<html dir=rtl><title>foo</title></html>');
40 assertDirection('html dir=rtl, title dir=ltr', 'ltr', 40 assertDirection('html dir=rtl, title dir=ltr', 'ltr',
41 '<html dir=rtl><title dir=ltr>foo</title></html>'); 41 '<html dir=rtl><title dir=ltr>foo</title></html>');
42 </script> 42 </script>
43 </body> 43 </body>
44 </html> 44 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/title-directionality-removeChild-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698