Sign in
chromium
/
chromium
/
src.git
/
4fd348fdb9c0b3842829acdfb2b82c86dacd8e0a
/
.
/
third_party
/
WebKit
/
LayoutTests
/
css3
/
calc
/
catch-divide-by-0-expected.txt
blob: af87d1d13cd04f9e7ebe9f2ba8f638ee85fbdb31 [
file
]
This tests catching of divide by 0 in calc() at parse time
100px / 0 =>
100px / (0) =>
100px / (2 - 2) =>
100px / (2 - (-62 + 64)) =>
100px * (1 / 0) =>
100px * (1 / (0)) =>
100px * (1 / (2 - 2)) =>
100px * (1 / (2 - (-62 + 64))) =>