Index: LayoutTests/third_party/DroidSans/README.chromium |
diff --git a/LayoutTests/third_party/DroidSans/README.chromium b/LayoutTests/third_party/DroidSans/README.chromium |
new file mode 100644 |
index 0000000000000000000000000000000000000000..537930def77694a0a78117b95cee91f9150cdb52 |
--- /dev/null |
+++ b/LayoutTests/third_party/DroidSans/README.chromium |
@@ -0,0 +1,19 @@ |
+DroidSans Font: |
+ |
+1. Source Origin |
+The Android Open Source Project: |
+ a) https://github.com/android/platform_frameworks_base/tree/jb-release/data/fonts |
+ |
+2. LICENSE AND OPENSOURCE |
+ For license information, see the LICENSE.txt file |
+ |
+3. Reason: |
+Font file included as a real-world example to test horizontal ellipsis with font which |
+does not support it. |
+Test case: LayoutTests/fast/text/ellipsis-platform-font-change.html |
+ |
+Command to generate subset font: |
+$ python pyftsubset.py DroidSans.ttf --unicodes=2E,41-42 |
+ |
+where pyftsubset comes from https://github.com/behdad/fonttools |
+ |