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

Unified Diff: LayoutTests/fast/css/font-face-multiple-faces.html

Issue 1270723002: Improve CSS Style matching spec compliance (Closed) Base URL: git@github.com:drott/blink-crosswalk.git@reimplementMatching
Patch Set: Fix TestExpectations Created 5 years, 4 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/css/font-face-multiple-faces.html
diff --git a/LayoutTests/fast/css/font-face-multiple-faces.html b/LayoutTests/fast/css/font-face-multiple-faces.html
index f2c46d7648cb2ed44305097709815c542fb4d78d..8fe39a336aef8b5f7127754b98b38add29d78a12 100644
--- a/LayoutTests/fast/css/font-face-multiple-faces.html
+++ b/LayoutTests/fast/css/font-face-multiple-faces.html
@@ -26,12 +26,6 @@
}
@font-face {
- font-family: webkit-two;
- font-style: italic;
- src: url(../../resources/Ahem.ttf);
- }
-
- @font-face {
font-family: webkit-six;
font-weight: 400;
src: local(Courier), local('Courier New');
@@ -118,8 +112,3 @@
<span style="font-weight: 800">Helvetica Bold</span>
<span style="font-weight: 900">Helvetica Bold</span>
</div>
-
-<p>Times followed by Ahem (normal):</p>
-<div style="font-family: webkit-two;">
- Times <i>AHEM</i>
-</div>

Powered by Google App Engine
This is Rietveld 408576698