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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/insert-row-expected.txt

Issue 2785963002: Move tests for table elements to LayoutTests/html/tabular_data/. (Closed)
Patch Set: Created 3 years, 9 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: third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/insert-row-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/insert-row-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/insert-row-expected.txt
deleted file mode 100644
index 7dc5ba90d697b5d7a4dbef73f1105d57f8609088..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/insert-row-expected.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-HTMLTableElement's insertRow() method
-
-The first three test whether HTMLTableElement's insertRow() method can add an implicit tbody into a table without one, to hold the inserted row.
-
-The first tests an empty table
-
-The second tests a table with text contents.
-
-The third tests a table with only a form element inside.
-
-The next four test the method on typical cases.
-
-The first tests a table with only a thead
-
-The second tests a table with only a tbody
-
-The third tests a table with only a tfoot
-
-The fourth tests a table with a few rows and cells
-
-Success
-Success
-Success
-Success
-Success
-Success
-Success

Powered by Google App Engine
This is Rietveld 408576698