Changeset 105647 in webkit
- Timestamp:
- Jan 23, 2012, 3:32:40 PM (15 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 added
- 1 edited
-
ChangeLog (modified) (1 diff)
-
css3/calc/getComputedStyle-margin-percentage-expected.txt (added)
-
css3/calc/getComputedStyle-margin-percentage.html (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r105633 r105647 1 2012-01-23 Mike Lawther <mikelawther@chromium.org> 2 3 getComputedStyle margin percentage test for CSS calc 4 https://bugs.webkit.org/show_bug.cgi?id=76130 5 6 Reviewed by Darin Adler. 7 8 Tests for future implementation of CSS3 calc() (see http://webkit.org/b/16662) 9 10 These tests are expected to 'fail', and will pass once calc() functionality is landed. 11 For now, they serve to demonstrate that the current code doesn't crash on these tests. 12 13 * css3/calc/getComputedStyle-margin-percentage-expected.txt: Added. 14 * css3/calc/getComputedStyle-margin-percentage.html: Added. 15 1 16 2012-01-23 Adam Barth <abarth@webkit.org> 2 17
Note:
See TracChangeset
for help on using the changeset viewer.