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

Unified Diff: LayoutTests/fast/multicol/fieldset-as-multicol.html

Issue 1110403002: [New Multicolumn] Disallow multicol on replaced content and fieldsets. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/multicol/fieldset-as-multicol-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/fieldset-as-multicol.html
diff --git a/LayoutTests/fast/multicol/fieldset-as-multicol.html b/LayoutTests/fast/multicol/fieldset-as-multicol.html
new file mode 100644
index 0000000000000000000000000000000000000000..302ce8a5f85b43ca69673c977279f26043c1dc4c
--- /dev/null
+++ b/LayoutTests/fast/multicol/fieldset-as-multicol.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<p>Multicol should have no effect when specified on a FIELDSET element.</p>
+<p>The word 'PASS' should be seen inside the box:</p>
+<fieldset style="-webkit-columns:4; width:6em; height:2em;">
+ PASS<br><br><br>
+</fieldset>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/multicol/fieldset-as-multicol-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698