From 8e10d8bff3b86718b26d120e55e1b1b429542bfd Mon Sep 17 00:00:00 2001 From: Gagancreates Date: Fri, 8 May 2026 17:03:58 +0530 Subject: [PATCH] chore: stop tracking test fixture --- apps/x/test-fixtures/html-viewer-test.html | 104 --------------------- 1 file changed, 104 deletions(-) delete mode 100644 apps/x/test-fixtures/html-viewer-test.html 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.

- -
- -