diff --git a/apps/x/test-fixtures/html-viewer-test.html b/apps/x/test-fixtures/html-viewer-test.html deleted file mode 100644 index 7e5eeb6e..00000000 --- a/apps/x/test-fixtures/html-viewer-test.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - HTML Viewer Test - - - -

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.

- -
- -