diff --git a/src/shared/utils/__tests__/escapeTextContentForBrowser-test.js b/src/renderers/dom/shared/__tests__/escapeTextContentForBrowser-test.js similarity index 100% rename from src/shared/utils/__tests__/escapeTextContentForBrowser-test.js rename to src/renderers/dom/shared/__tests__/escapeTextContentForBrowser-test.js diff --git a/src/shared/utils/__tests__/quoteAttributeValueForBrowser-test.js b/src/renderers/dom/shared/__tests__/quoteAttributeValueForBrowser-test.js similarity index 100% rename from src/shared/utils/__tests__/quoteAttributeValueForBrowser-test.js rename to src/renderers/dom/shared/__tests__/quoteAttributeValueForBrowser-test.js diff --git a/src/shared/utils/escapeTextContentForBrowser.js b/src/renderers/dom/shared/escapeTextContentForBrowser.js similarity index 100% rename from src/shared/utils/escapeTextContentForBrowser.js rename to src/renderers/dom/shared/escapeTextContentForBrowser.js diff --git a/src/shared/utils/quoteAttributeValueForBrowser.js b/src/renderers/dom/shared/quoteAttributeValueForBrowser.js similarity index 100% rename from src/shared/utils/quoteAttributeValueForBrowser.js rename to src/renderers/dom/shared/quoteAttributeValueForBrowser.js