getComputedStyle margin percentage test for CSS calc
authormikelawther@chromium.org <mikelawther@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 23 Jan 2012 23:32:40 +0000 (23:32 +0000)
committermikelawther@chromium.org <mikelawther@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 23 Jan 2012 23:32:40 +0000 (23:32 +0000)
commit26421928c401536b7d6273e75a47ac5c019a0749
treec0c9449e58b5c7e097e37da5f04bf5feeb7ee8cb
parent09041a4eda3be3cda7644e7b28b48390ea4b4836
getComputedStyle margin percentage test for CSS calc
https://bugs.webkit.org/show_bug.cgi?id=76130

Reviewed by Darin Adler.

Tests for future implementation of CSS3 calc() (see http://webkit.org/b/16662)

These tests are expected to 'fail', and will pass once calc() functionality is landed.
For now, they serve to demonstrate that the current code doesn't crash on these tests.

* css3/calc/getComputedStyle-margin-percentage-expected.txt: Added.
* css3/calc/getComputedStyle-margin-percentage.html: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105647 268f45cc-cd09-0410-ab3c-d52691b4dbfc
LayoutTests/ChangeLog
LayoutTests/css3/calc/getComputedStyle-margin-percentage-expected.txt [new file with mode: 0644]
LayoutTests/css3/calc/getComputedStyle-margin-percentage.html [new file with mode: 0644]