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

Unified Diff: LayoutTests/fast/text/whitespace-try-ahem/002.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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/text/whitespace-try-ahem/002-expected.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text/whitespace-try-ahem/002.html
diff --git a/LayoutTests/fast/text/whitespace/002.html b/LayoutTests/fast/text/whitespace-try-ahem/002.html
similarity index 84%
copy from LayoutTests/fast/text/whitespace/002.html
copy to LayoutTests/fast/text/whitespace-try-ahem/002.html
index cf18612e0e0bee59572862fe47784df774ca4307..5c269cf2adf3c6a212654252aea04e5dc17eeb63 100644
--- a/LayoutTests/fast/text/whitespace/002.html
+++ b/LayoutTests/fast/text/whitespace-try-ahem/002.html
@@ -3,12 +3,13 @@
<head>
<title>white-space normal: simple tests</title>
<style type="text/css">
- .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
+ @font-face { font-family: myahem; src: url(../../../resources/Ahem.ttf); }
+ .control { display: inline; font: 1em/1 myahem, sans-serif; background: red; color: white; }
* { white-space: normal; }
div { display: block; }
span { display: inline; }
table { padding: 0; border-spacing: 0; border: solid; }
- td { font: 20px/1 Ahem; color: red; background: red; padding: 0; }
+ td { font: 20px/1 myahem; color: red; background: red; padding: 0; }
.red { background: red; }
.green { color: green; background: lime; }
.check { width: 3em; background: lime; color: green; }
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/text/whitespace-try-ahem/002-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698