repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
css3
/
calc
/
catch-divide-by-0-expected.txt
blob
af87d1d13cd04f9e7ebe9f2ba8f638ee85fbdb31
1
This tests catching of divide by 0 in calc() at parse time
2
3
100px / 0 =>
4
100px / (0) =>
5
100px / (2 - 2) =>
6
100px / (2 - (-62 + 64)) =>
7
100px * (1 / 0) =>
8
100px * (1 / (0)) =>
9
100px * (1 / (2 - 2)) =>
10
100px * (1 / (2 - (-62 + 64))) =>
11