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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLTableCellElement/rowspan-attribute-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/HTMLTableCellElement/rowspan-attribute-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableCellElement/rowspan-attribute-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableCellElement/rowspan-attribute-expected.txt
deleted file mode 100644
index ee60b592258cbd8ce2d275e903697dd5adff3fc7..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableCellElement/rowspan-attribute-expected.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-HTMLTableCellElement rowspan attribute test
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS document.createElement("td").rowSpan is 1
-PASS rowspanAttributeEffect("") is 1
-PASS rowspanAttributeEffect("1") is 1
-PASS rowspanAttributeEffect("2") is 2
-PASS rowspanAttributeEffect("10") is 10
-PASS rowspanAttributeEffect("0") is 1
-PASS rowspanAttributeEffect("-1") is 1
-PASS rowspanAttributeEffect("1x") is 1
-PASS rowspanAttributeEffect("1.") is 1
-PASS rowspanAttributeEffect("1.9") is 1
-PASS rowspanAttributeEffect("2x") is 2
-PASS rowspanAttributeEffect("2.") is 2
-PASS rowspanAttributeEffect("2.9") is 2
-PASS rowspanAttributeEffect("a") is 1
-PASS rowspanAttributeEffect(" 7") is 1
-PASS rowspanAttributeEffect(" 7") is 7
-PASS rowspanAttributeEffect(arabicIndicDigitOne) is 1
-PASS rowspanAttributeEffect("2" + arabicIndicDigitOne) is 2
-PASS rowspanAttributeEffect("2147483647") is 65534
-PASS rowspanAttributeEffect("4294967295") is 65534
-PASS rowspanAttributeEffect("4294967296") is 1
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698