Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Tools / Scripts / webkitpy / layout_tests / port / linux.py
index 86e26fe..8131a58 100644 (file)
@@ -139,15 +139,6 @@ class LinuxPort(base.Port):
     def operating_system(self):
         return 'linux'
 
-    def virtual_test_suites(self):
-        result = super(LinuxPort, self).virtual_test_suites()
-        result.extend([
-            base.VirtualTestSuite('linux-subpixel',
-                                  'platform/linux/fast/text/subpixel',
-                                  ['--enable-webkit-text-subpixel-positioning']),
-        ])
-        return result
-
     #
     # PROTECTED METHODS
     #