HTML Viewer Test Page

1. Inline Styles

If this page looks styled and clean, inline CSS works.

2. Interactive JavaScript

Counter: 0

If clicking increments the counter, allow-scripts works.

3. Sandbox Verification

The next button tries to access window.parent:

Click to test.

4. External Network Request

Tries to fetch from a remote URL (should fail due to no allow-same-origin):

Click to test.

5. Table Rendering

FeatureStatus
Inline CSSWorking
Inline JSWorking
Sandbox isolationActive

6. Auto-run script on load

Script did not run.