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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/rtl-ordering.html

Issue 1418533006: Remove fallback rules in rtl-ordering.html test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac Rebaseline Created 5 years, 2 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/css/rtl-ordering.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/rtl-ordering.html b/third_party/WebKit/LayoutTests/fast/css/rtl-ordering.html
index fd94a62eac382b947c0e417afb00ae60f6f8defc..24e24a40cc708e1e6176a81f15f41fc9e7d87b5c 100644
--- a/third_party/WebKit/LayoutTests/fast/css/rtl-ordering.html
+++ b/third_party/WebKit/LayoutTests/fast/css/rtl-ordering.html
@@ -2,21 +2,6 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-8">
<title>-webkit-rtl-ordering</title>
-<style>
-@font-face {
- font-family: 'times';
- src: local('Times');
-}
-
-/* Match Mac OS X's font fallback behavior on Windows */
-
-@font-face {
- font-family: 'times';
- src: local('Lucida Grande');
- /* Hebrew */
- unicode-range: U+0590-05FF;
-}
-</style>
</head>
<body>
<p>
« 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