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

Side by Side Diff: LayoutTests/fast/ruby/ruby-block-style-not-updated-with-before-after-content.html

Issue 1204023002: Deflake tests using ahem font with @font-face. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline and fix an svg test Created 5 years, 6 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <script src="../../resources/ahem.js"></script>
2 <p>The orange, blue, yellow and green text boxes should not overlap.</p> 3 <p>The orange, blue, yellow and green text boxes should not overlap.</p>
3 <style> 4 <style>
4 #test::before { 5 #test::before {
5 content: "1234"; 6 content: "1234";
6 color: orange; 7 color: orange;
7 } 8 }
8 #test::after { 9 #test::after {
9 content: "4578"; 10 content: "4578";
10 color: yellow; 11 color: yellow;
11 } 12 }
12 ruby, div { 13 ruby, div {
13 font: 1em/1 Ahem, sans-serif; 14 font: 1em/1 Ahem, sans-serif;
14 } 15 }
15 </style> 16 </style>
16 <ruby id="test" style="display:block; color:blue;"> 17 <ruby id="test" style="display:block; color:blue;">
17 ABCD 18 ABCD
18 </ruby> 19 </ruby>
19 <div style="font-size:500%; color:green;"> 20 <div style="font-size:500%; color:green;">
20 EFGH 21 EFGH
21 </div> 22 </div>
22 <script> 23 <script>
23 document.body.offsetTop; 24 document.body.offsetTop;
24 var test = document.getElementById("test"); 25 var test = document.getElementById("test");
25 test.style.fontSize = "500%"; 26 test.style.fontSize = "500%";
26 </script> 27 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/ruby/ruby-block-style-not-updated.html ('k') | LayoutTests/fast/ruby/ruby-inline-style-not-updated.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698