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

Side by Side Diff: LayoutTests/fast/ruby/ruby-text-before-child-split.html

Issue 9896001: Merge 111714 (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/ruby/ruby-text-before-child-split-expected.png » ('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 style="font-family: ahem; font-size: 10px; -webkit-font-smoothing: none; c olor: white;"> 2 <html style="font-family: ahem; font-size: 10px; -webkit-font-smoothing: none; c olor: white;">
3 <body> 3 <body>
4 <ruby id="ruby1"> 4 <ruby id="ruby1">
5 A<i><div></div></i>B 5 A<i><div></div></i>B
6 </ruby> 6 </ruby>
7 <script> 7 <script>
8 document.body.offsetTop; 8 document.body.offsetTop;
9 ruby1 = document.getElementById('ruby1'); 9 ruby1 = document.getElementById('ruby1');
10 ruby1.insertBefore(document.createElement('rt'), ruby1.lastChild); 10 ruby1.insertBefore(document.createElement('rt'), ruby1.lastChild);
11 </script> 11 </script>
12 </body> 12 </body>
13 </html> 13 </html>
14 14
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/ruby/ruby-text-before-child-split-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698