Title: text-align affecting container positioning
Author: campaul
Created: Sat, 14 Jun 2025 05:32:28 +0000
State: closed
Given the following example:
```html
```
The text in the inner div should be centered, but the inner div itself should be left aligned. Instead the text is centered and the inner div is also centered.
## Expected Behavior (taken from Firefox)

## Actual Behavior

--%--
From: rodarima
Date: Sat, 14 Jun 2025 19:59:20 +0000
Thanks, maybe we can make a test case with a table which seems to center it properly, something like this:
```html
```