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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/cellpadding-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/HTMLTableElement/cellpadding-attribute-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/cellpadding-attribute-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/cellpadding-attribute-expected.txt
deleted file mode 100644
index 5ec394d5270aa97f4735130986d213727cc9c6de..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/cellpadding-attribute-expected.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-HTMLTableElement cellpadding attribute test
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS cellPaddingAttributeEffect("") is "1px"
-PASS cellPaddingAttributeEffect("1") is "1px"
-PASS cellPaddingAttributeEffect("2") is "2px"
-PASS cellPaddingAttributeEffect("10") is "10px"
-PASS cellPaddingAttributeEffect("0") is "0px"
-PASS cellPaddingAttributeEffect("-1") is "0px"
-PASS cellPaddingAttributeEffect("1x") is "1px"
-PASS cellPaddingAttributeEffect("1.") is "1px"
-PASS cellPaddingAttributeEffect("1.9") is "1px"
-PASS cellPaddingAttributeEffect("2x") is "2px"
-PASS cellPaddingAttributeEffect("2.") is "2px"
-PASS cellPaddingAttributeEffect("2.9") is "2px"
-PASS cellPaddingAttributeEffect("a") is "0px"
-PASS cellPaddingAttributeEffect(arabicIndicDigitOne) is "0px"
-PASS cellPaddingAttributeEffect("2" + arabicIndicDigitOne) is "2px"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698