| Index: Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/port/base.py b/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| index 2c0461148f59e9e049e20d0f430071766e1d955f..b67fea3d65be7d9cbc6ea6bfce4580c6e81786d8 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| @@ -1513,7 +1513,6 @@ class Port(object):
|
| return {
|
| "MathMLElement": ["mathml"],
|
| "GraphicsLayer": ["compositing"],
|
| - "WebCoreHas3DRendering": ["animations/3d", "transforms/3d"],
|
| "WebGLShader": ["fast/canvas/webgl", "compositing/webgl", "http/tests/canvas/webgl", "webgl"],
|
| "MHTMLArchive": ["mhtml"],
|
| "CSSVariableValue": ["fast/css/variables", "inspector/styles/variables"],
|
|
|