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

Unified Diff: LayoutTests/platform/chromium-linux/fast/text/chromium-linux-text-subpixel-positioning.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/chromium-linux-text-subpixel-positioning.html
diff --git a/LayoutTests/platform/chromium-linux/fast/text/chromium-linux-text-subpixel-positioning.html b/LayoutTests/platform/chromium-linux/fast/text/chromium-linux-text-subpixel-positioning.html
deleted file mode 100644
index b5916ce44d0fbf276d498e4f40997229e40a72f0..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/chromium-linux/fast/text/chromium-linux-text-subpixel-positioning.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
- <!-- Use a fake font family for all of the text that we draw.
- The setTextSubpixelPositioning() call changes a global text style
- setting. It gets reset after we're dumped, but if we run first, our
- style would be cached and would affect other tests, and if we run after
- another test, we'd use its cached style and subpixel positioning won't be
- enabled. -->
- <body style="font-family:SubpixelPositioning">
- <script>
- if (window.testRunner) {
- testRunner.setTextSubpixelPositioning(true);
- }
- </script>
-
- <p>This test requires a Linux build of DumpRenderTree, as it needs to turn
- on subpixel positioning.</p>
-
- <p>This text should be rendered using subpixel positioning. Glyphs should
- be placed at non-integral positions, and in the following string of repeated
- &quot;l&quot; characters, the glyphs should not all be rendered
- identically: llllllllllllllllllllll</p>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698