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

Side by Side Diff: LayoutTests/fast/ruby/ruby-block-style-not-updated.html

Issue 7833032: Merge 94543 - Style not propagated to anonymous boxes and anonymous (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 3 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-block-style-not-updated-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 <html> 1 <html>
2 <body style="font: 1em/1 Ahem, sans-serif;"> 2 <body style="font: 1em/1 Ahem, sans-serif;">
3 <ruby id="test" style="display: block; color: blue"> 3 <ruby id="test" style="display: block; color: blue">
4 ABCD 4 ABCD
5 </ruby> 5 </ruby>
6 <div style="font-size: 800%; color: green"> 6 <div style="font-size: 800%; color: green">
7 EFGH 7 EFGH
8 </div> 8 </div>
9 <script> 9 <script>
10 document.body.offsetTop; 10 document.body.offsetTop;
11 var test = document.getElementById("test"); 11 var test = document.getElementById("test");
12 test.style.fontSize = "800%"; 12 test.style.fontSize = "800%";
13 </script> 13 </script>
14 </body> 14 </body>
15 </html> 15 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/ruby/ruby-block-style-not-updated-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698