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

Unified Diff: Tools/TestWebKitAPI/Tests/mac/DOMHTMLTableCellElementCellAbove.html

Issue 13602008: Remove non-chromium code from TestWebKitAPI (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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: Tools/TestWebKitAPI/Tests/mac/DOMHTMLTableCellElementCellAbove.html
diff --git a/Tools/TestWebKitAPI/Tests/mac/DOMHTMLTableCellElementCellAbove.html b/Tools/TestWebKitAPI/Tests/mac/DOMHTMLTableCellElementCellAbove.html
deleted file mode 100644
index 79135fd27ccfaad72919b43c546a98869f414ecb..0000000000000000000000000000000000000000
--- 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>
« no previous file with comments | « Tools/TestWebKitAPI/Tests/mac/DOMHTMLTableCellCellAbove.mm ('k') | Tools/TestWebKitAPI/Tests/mac/DOMNodeFromJSObject.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698