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

Side by Side Diff: LayoutTests/ietestcenter/css3/multicolumn/column-block-formatting-context-001-expected.htm

Issue 1212753002: Convert tests (except fast/, imported/) using ahem font to ahem.js style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 PUBLIC "-//W3C//DTD//XHTML 1.0 Strict//EN" "http://www.w3.org/TR /xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD//XHTML 1.0 Strict//EN" "http://www.w3.org/TR /xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head> 3 <head>
4 <title>CSS Test: Column elements establish a new block formatting contex t - Reference</title> 4 <title>CSS Test: Column elements establish a new block formatting contex t - Reference</title>
5 <script src="../../../resources/ahem.js"></script>
5 <link rel="author" title="Codeaurora" href="http://www.codeaurora.org/" /> 6 <link rel="author" title="Codeaurora" href="http://www.codeaurora.org/" />
6 <link rel="help" href="http://www.w3.org/TR/css3-multicol/#the-multi-col umn-model"/> 7 <link rel="help" href="http://www.w3.org/TR/css3-multicol/#the-multi-col umn-model"/>
7 <style type="text/css"> 8 <style type="text/css">
8 #parent 9 #parent
9 { 10 {
10 font: 20px/1 Ahem; 11 font: 20px/1 Ahem;
11 height: 10em; 12 height: 10em;
12 position: relative; 13 position: relative;
13 width: 14em; 14 width: 14em;
14 } 15 }
(...skipping 11 matching lines...) Expand all
26 <div id="parent"> 27 <div id="parent">
27 <div id="reference"> 28 <div id="reference">
28 <span> 29 <span>
29 XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXX XXXXXXXXXX 30 XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXX XXXXXXXXXX
30 XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXX XXXXXXXXXX 31 XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXX XXXXXXXXXX
31 </span> 32 </span>
32 </div> 33 </div>
33 </div> 34 </div>
34 </body> 35 </body>
35 </html> 36 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698