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

Side by Side Diff: LayoutTests/css3/zoom-coords.xhtml

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 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/x link"> 1 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/x link">
2 <head> 2 <head>
3 <script src="../resources/ahem.js"></script>
3 <style type="text/css"> 4 <style type="text/css">
4 body { 5 body {
5 margin:0px; 6 margin:0px;
6 border:0px; 7 border:0px;
7 padding:0px; 8 padding:0px;
8 } 9 }
9 text { 10 text {
10 text-rendering: geometricPrecision; 11 text-rendering: geometricPrecision;
11 font: 12px Ahem; 12 font: 12px Ahem;
12 } 13 }
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 shouldBe('text3.left', '1100'); 186 shouldBe('text3.left', '1100');
186 msgDumpRenderTreeRequired(); 187 msgDumpRenderTreeRequired();
187 shouldBeCloseTo('text3.top', 565, 1); 188 shouldBeCloseTo('text3.top', 565, 1);
188 shouldBeCloseTo('text3.width', '(text1.width * 2)', tolerance); 189 shouldBeCloseTo('text3.width', '(text1.width * 2)', tolerance);
189 shouldBeCloseTo('text3.height', '(text1.height * 2)', tolerance); 190 shouldBeCloseTo('text3.height', '(text1.height * 2)', tolerance);
190 debug(""); 191 debug("");
191 </script> 192 </script>
192 193
193 </body> 194 </body>
194 </html> 195 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css3/flexbox/flex-one-sets-flex-basis-to-zero-px.html ('k') | LayoutTests/cssom/ahem-ex-units.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698