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 |
- "l" characters, the glyphs should not all be rendered |
- identically: llllllllllllllllllllll</p> |
- </body> |
-</html> |