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

Unified Diff: LayoutTests/fast/css/tab-size-complex-path.html

Issue 1242213002: Add tab characters support in complex path (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fast/text/drawBidiText.html NeedsRebaseline 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/tab-size-complex-path.html
diff --git a/LayoutTests/fast/css/tab-size.html b/LayoutTests/fast/css/tab-size-complex-path.html
similarity index 94%
copy from LayoutTests/fast/css/tab-size.html
copy to LayoutTests/fast/css/tab-size-complex-path.html
index 90aae07965295ccb51120e0a461512584fc33b5c..738e6eaed3d8207cef28f142bc1ca6be26d7b4b5 100644
--- a/LayoutTests/fast/css/tab-size.html
+++ b/LayoutTests/fast/css/tab-size-complex-path.html
@@ -1,7 +1,10 @@
<html>
<head>
<style>
-pre { margin: 0.1em; }
+pre {
+ margin: 0.1em;
+ text-rendering:optimizeLegibility;
+}
</style>
<script>
« no previous file with comments | « LayoutTests/css3/tab-size-complex-path-expected.txt ('k') | LayoutTests/fast/css/tab-size-complex-path-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698