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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/font-stretch-variant.html

Issue 1929073002: Correct font-stretch keyword to 'ultra-expanded'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac10.9 is back Created 4 years, 7 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 | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/text/font-stretch-variant.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/font-stretch-variant.html b/third_party/WebKit/LayoutTests/fast/text/font-stretch-variant.html
index 05ed5474a9013794853201a05e7efa104da00213..87511180c8bca4e4c6f3eae86e9b504b2e0f57c4 100644
--- a/third_party/WebKit/LayoutTests/fast/text/font-stretch-variant.html
+++ b/third_party/WebKit/LayoutTests/fast/text/font-stretch-variant.html
@@ -27,9 +27,9 @@
<div style="font-stretch: semi-expanded">font-stretch: semi-expanded - Back in June we delivered oxygen equipment of the same size.</div>
<div style="font-stretch: expanded">font-stretch: expanded - Back in June we delivered oxygen equipment of the same size.</div>
<div style="font-stretch: extra-expanded">font-stretch: extra-expanded - Back in June we delivered oxygen equipment of the same size.</div>
- <div style="font-stretch: ulta-expanded">font-stretch: ulta-expanded - Back in June we delivered oxygen equipment of the same size.</div>
+ <div style="font-stretch: ultra-expanded">font-stretch: ultra-expanded - Back in June we delivered oxygen equipment of the same size.</div>
</section>
-
+
<section>
<h2>Specific width, Arial Narrow</h2>
<div class="narrow" style="font-stretch: ultra-condensed">font-stretch: ultra-condensed - Back in June we delivered oxygen equipment of the same size.</div>
@@ -40,7 +40,7 @@
<div class="narrow" style="font-stretch: semi-expanded">font-stretch: semi-expanded - Back in June we delivered oxygen equipment of the same size.</div>
<div class="narrow" style="font-stretch: expanded">font-stretch: expanded - Back in June we delivered oxygen equipment of the same size.</div>
<div class="narrow" style="font-stretch: extra-expanded">font-stretch: extra-expanded - Back in June we delivered oxygen equipment of the same size.</div>
- <div class="narrow" style="font-stretch: ulta-expanded">font-stretch: ulta-expanded - Back in June we delivered oxygen equipment of the same size.</div>
+ <div class="narrow" style="font-stretch: ultra-expanded">font-stretch: ultra-expanded - Back in June we delivered oxygen equipment of the same size.</div>
</section>
</body>
</html>
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698