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

Unified Diff: LayoutTests/platform/chromium-linux/fast/text/international/arabic-vertical-offset.html

Issue 14860019: Move Linux-specific LayoutTests to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
Index: LayoutTests/platform/chromium-linux/fast/text/international/arabic-vertical-offset.html
diff --git a/LayoutTests/platform/chromium-linux/fast/text/international/arabic-vertical-offset.html b/LayoutTests/platform/chromium-linux/fast/text/international/arabic-vertical-offset.html
deleted file mode 100644
index a83449636bb8af2a9d897a6274d8f420fee400ac..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/chromium-linux/fast/text/international/arabic-vertical-offset.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<style>
- /* This font contains a line glyph(U+0606) and a square glyph(U+06E1), and
- * has a 'mark' feature that locates the square glyph above the line glyph.
- * This font was created by using FontForge from scratch.
- */
- @font-face {
- font-family: test;
- src: url(resources/font-for-arabic-offset-test.ttf);
- }
- div {
- font-family: test;
- font-size: 48pt;
- }
-</style>
-<p>The square glyph should be located above the line glyph.</p>
-<!-- Use arabic code points to make WebKit use ComplexTextController -->
-<div>&#x0606;&#x06e1;</div>
-<script>
-if (window.testRunner) {
- testRunner.waitUntilDone();
- setTimeout(function() { testRunner.notifyDone(); }, 100);
-}
-</script>

Powered by Google App Engine
This is Rietveld 408576698