mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
72fa85e0c2
In nsRuleNode, when we parse a number of columns from a CSS style sheet, we enforce a rule that the number of columns cannot exceed 1000. This patch simply enforces the same rule when we decide that the column count will be generated based on the available width (e.g. the column-count property has a value of 'auto').
2 lines
162 B
HTML
2 lines
162 B
HTML
<!DOCTYPE html><html style="height: 6523790304542em; width: 6207636626031em; -moz-box-sizing: border-box; border-style: dotted; -moz-column-width: 20px;"></html>
|