| <!DOCTYPE html> <!-- webkit-test-runner [ internal:LayoutFormattingContextEnabled=true internal:LayoutFormattingContextIntegrationEnabled=false ] --> |
| <html> |
| <body> |
| <div style="width: 10px; height: 20px;"></div> |
| <div style="position: absolute; right: 10px; top: auto; width: 30px; height: 20px;"></div> |
| <div style="width: 10px; height: 20px;"></div> |
| <div style="position: absolute; left: 10px; top: auto; width: 30px; height: 20px;"></div> |
| <div style="width: 10px; height: 20px;"></div> |
| <div style="position: absolute; left: auto; top: auto; width: 30px; height: 20px;"></div> |
| <div style="width: 10px; height: 20px;"></div> |
| <div style="position: absolute; left: auto; top: 10px; width: 30px; height: 20px;"></div> |
| <div style="position: absolute; left: auto; bottom: 10px; width: 30px; height: 20px;"></div> |
| </body> |
| </html> |