summaryrefslogtreecommitdiffstats
path: root/Tools/TestWebKitAPI/Tests/mac/DOMHTMLTableCellElementCellAbove.html
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/TestWebKitAPI/Tests/mac/DOMHTMLTableCellElementCellAbove.html')
-rw-r--r--Tools/TestWebKitAPI/Tests/mac/DOMHTMLTableCellElementCellAbove.html30
1 files changed, 0 insertions, 30 deletions
diff --git a/Tools/TestWebKitAPI/Tests/mac/DOMHTMLTableCellElementCellAbove.html b/Tools/TestWebKitAPI/Tests/mac/DOMHTMLTableCellElementCellAbove.html
deleted file mode 100644
index 79135fd27..000000000
--- a/Tools/TestWebKitAPI/Tests/mac/DOMHTMLTableCellElementCellAbove.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-<body>
- <table>
- <tbody>
- <tr>
- <td id="cell-1-1">1-1</td>
- <td id="cell-1-2">1-2</td>
- </tr>
- <tr>
- <td id="cell-2-1">2-1</td>
- <td id="cell-2-2">2-2</td>
- </tr>
- </tbody>
- <thead>
- <tr>
- <th id="cell-h-1">h-1</th>
- <th id="cell-h-2">h-2</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td id="cell-3-1">3-1</td>
- <td id="cell-3-2">3-2</td>
- </tr>
- <tr>
- <td id="cell-4-1">4-1</td>
- <td id="cell-4-2">4-2</td>
- </tr>
- </tbody>
-</body>