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

Unified Diff: LayoutTests/fast/text/whitespace-try-ahem/015.html

Issue 1196873002: Try @font-face to load ahem font to investigate flakyness (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Skip virtual/antialiasedtext/fast/text/whitespace-try-ahem 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/text/whitespace-try-ahem/015.html
diff --git a/LayoutTests/fast/text/whitespace/015.html b/LayoutTests/fast/text/whitespace-try-ahem/015.html
similarity index 77%
copy from LayoutTests/fast/text/whitespace/015.html
copy to LayoutTests/fast/text/whitespace-try-ahem/015.html
index 5169618d6e0a7ef8977469eb4dedada9b4e469a4..2f1d4f27de8fd6535c070d13d040f8a60152b402 100644
--- a/LayoutTests/fast/text/whitespace/015.html
+++ b/LayoutTests/fast/text/whitespace-try-ahem/015.html
@@ -3,14 +3,15 @@
<head>
<title>white-space pre: zero width non-breaking space</title>
<style type="text/css">
+ @font-face { font-family: myahem; src: url(../../../resources/Ahem.ttf); }
/* setup */
- .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
+ .control { display: inline; font: 1em/1 myahem, sans-serif; background: red; color: white; }
td * { white-space: pre; font: inherit; }
div { display: block; }
span { display: inline; }
/* test */
- td { font: 20px/1 Ahem; color: maroon; background: red; padding: 0; }
+ td { font: 20px/1 myahem; color: maroon; background: red; padding: 0; }
span { background: lime; }
div { color: green; }
</style>
« no previous file with comments | « LayoutTests/fast/text/whitespace-try-ahem/014-expected.txt ('k') | LayoutTests/fast/text/whitespace-try-ahem/015-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698