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

Side by Side Diff: LayoutTests/fast/table/table-before-child-style-update.html

Issue 8017007: Merge 94582 - Style not propagated to anonymous boxes and anonymous (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
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
OLDNEW
1 <!-- The blue and green text boxes should not overlap -->
1 <html> 2 <html>
2 <body style="font: 1em/1 Ahem, sans-serif;"> 3 <body style="font: 1em/1 Ahem, sans-serif;">
3 <style> 4 <style>
4 div::before { 5 div::before {
5 content: "ABCD"; 6 content: "ABCD";
6 color: blue; 7 color: blue;
7 display: table; 8 display: table;
8 } 9 }
9 </style> 10 </style>
10 <div id="test" style="color: green">ABC</div> 11 <div id="test" style="color: green">ABC</div>
11 <script> 12 <script>
12 document.getElementById('test').style.fontSize= "800%"; 13 document.getElementById('test').style.fontSize= "800%";
13 </script> 14 </script>
14 </body> 15 </body>
15 </html> 16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698