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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLTableRowElement/insertCell-skips-non-td-th-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/HTMLTableRowElement/insertCell-skips-non-td-th-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableRowElement/insertCell-skips-non-td-th-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableRowElement/insertCell-skips-non-td-th-expected.txt
deleted file mode 100644
index 165e94ca4557b9c5e4a309adf71b246fdac56901..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableRowElement/insertCell-skips-non-td-th-expected.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Tests that HTMLTableRowElement.insertCell() skips non <td> / <th> children.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS tr.__proto__ is HTMLTableRowElement.prototype
-PASS childNodes.length is 4
-PASS childNodes[0].nodeValue is "TEXT"
-PASS childNodes[1].tagName is "A"
-PASS childNodes[2].innerHTML is "0"
-PASS childNodes[3].innerHTML is "1"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698