Created
July 5, 2016 23:36
-
-
Save jyc/1b4ae389ffc080541bd587310ab67cf3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html> | |
| <head> | |
| <title>zero test</title> | |
| <style> | |
| div { | |
| background-color: green; | |
| width: 10em; | |
| height: 10em; | |
| width: calc(0); | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| Should there be a green box visible below this? | |
| <div></div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment