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

Unified Diff: LayoutTests/fast/table/incorrect-colgroup-span-values-expected.txt

Issue 194593005: ASSERTION FAILED: span >= 1 in WebCore::RenderTable::slowColElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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: LayoutTests/fast/table/incorrect-colgroup-span-values-expected.txt
diff --git a/LayoutTests/fast/table/incorrect-colgroup-span-values-expected.txt b/LayoutTests/fast/table/incorrect-colgroup-span-values-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4067a0f1ee474159a661b503c7a1a1df79d551ad
--- /dev/null
+++ b/LayoutTests/fast/table/incorrect-colgroup-span-values-expected.txt
@@ -0,0 +1,15 @@
+This test checks that invalid 'span' values are rejected.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS document.getElementById('case1').span is 1
+PASS document.getElementById('case2').span is 1
+PASS document.getElementById('case3').span is 1
+PASS document.getElementById('case4').span is 1
+PASS document.getElementById('case5').span is 1
+PASS document.getElementById('case6').span is 1
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/table/incorrect-colgroup-span-values.html ('k') | Source/core/html/HTMLTableColElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698