Move unported Web Inspector tests to LayoutTests/inspector-obsolete
https://bugs.webkit.org/show_bug.cgi?id=129183
Rubber-stamped by Timothy Hatcher.
Move inspector/ to inspector-obsolete/.
Move http/tests/inspector/ to inspector-obsolete/http-tests/.
Fold http/tests/inspector-enabled/ into inspector-obsolete/http-tests/.
I have elided about 1100 lines of rename Changelog spew;
no filenames have been altered in this reorganization.
Remove mentions of obsolete tests from TestExpectations. Remove skips
for inspector-obsolete/ from port-specific expectations, and just
put it in the generic expectations file.
Remove inspector-protocol/heap-profiler tests, as they are obsolete.
* TestExpectations:
* inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree-expected.txt: Removed.
* inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree.html: Removed.
* inspector-protocol/heap-profiler/heap-snapshot-with-event-listener-expected.txt: Removed.
* inspector-protocol/heap-profiler/heap-snapshot-with-event-listener.html: Removed.
* inspector-protocol/heap-profiler/resources/heap-snapshot-common.js: Removed.
* inspector-protocol/heap-profiler/resources/page-with-function.html: Removed.
* inspector-protocol/heap-profiler/take-heap-snapshot-expected.txt: Removed.
* inspector-protocol/heap-profiler/take-heap-snapshot.html: Removed.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
* platform/win-xp/TestExpectations:
* platform/win/TestExpectations:
* platform/wincairo/TestExpectations:
* platform/wk2/TestExpectations:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@164518 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index cbe3425..69ec544 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,43 @@
2014-02-21 Brian Burg <bburg@apple.com>
+ Move unported Web Inspector tests to LayoutTests/inspector-obsolete
+ https://bugs.webkit.org/show_bug.cgi?id=129183
+
+ Rubber-stamped by Timothy Hatcher.
+
+ Move inspector/ to inspector-obsolete/.
+ Move http/tests/inspector/ to inspector-obsolete/http-tests/.
+ Fold http/tests/inspector-enabled/ into inspector-obsolete/http-tests/.
+
+ I have elided about 1100 lines of rename Changelog spew;
+ no filenames have been altered in this reorganization.
+
+ Remove mentions of obsolete tests from TestExpectations. Remove skips
+ for inspector-obsolete/ from port-specific expectations, and just
+ put it in the generic expectations file.
+
+ Remove inspector-protocol/heap-profiler tests, as they are obsolete.
+
+ * TestExpectations:
+ * inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree-expected.txt: Removed.
+ * inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree.html: Removed.
+ * inspector-protocol/heap-profiler/heap-snapshot-with-event-listener-expected.txt: Removed.
+ * inspector-protocol/heap-profiler/heap-snapshot-with-event-listener.html: Removed.
+ * inspector-protocol/heap-profiler/resources/heap-snapshot-common.js: Removed.
+ * inspector-protocol/heap-profiler/resources/page-with-function.html: Removed.
+ * inspector-protocol/heap-profiler/take-heap-snapshot-expected.txt: Removed.
+ * inspector-protocol/heap-profiler/take-heap-snapshot.html: Removed.
+ * platform/efl/TestExpectations:
+ * platform/gtk/TestExpectations:
+ * platform/mac-wk2/TestExpectations:
+ * platform/mac/TestExpectations:
+ * platform/win-xp/TestExpectations:
+ * platform/win/TestExpectations:
+ * platform/wincairo/TestExpectations:
+ * platform/wk2/TestExpectations:
+
+2014-02-21 Brian Burg <bburg@apple.com>
+
Web Inspector: remove old inspector tests that cannot be ported
https://bugs.webkit.org/show_bug.cgi?id=129168
diff --git a/LayoutTests/TestExpectations b/LayoutTests/TestExpectations
index 1ffc8a6..ec7ed58 100644
--- a/LayoutTests/TestExpectations
+++ b/LayoutTests/TestExpectations
@@ -46,10 +46,8 @@
# This test will run slowly in debug mode, but is plenty fast in release.
[ Debug ] js/regress/emscripten-memops.html [ Skip ]
-# Skipping the tests for the old inspector UI
-inspector [ Skip ]
-http/tests/inspector [ Skip ]
-http/tests/inspector-enabled [ Skip ]
+# Skip tests for the old inspector UI that will be ported or removed soon.
+inspector-obsolete [ Skip ]
webkit.org/b/112521 [ Release ] webaudio/javascriptaudionode.html [ Pass Failure ]
webkit.org/b/112521 [ Debug ] webaudio/javascriptaudionode.html [ Pass Crash ]
diff --git a/LayoutTests/http/tests/inspector-enabled/resources/dynamic-script.js b/LayoutTests/http/tests/inspector-enabled/resources/dynamic-script.js
deleted file mode 100644
index fb9fb81..0000000
--- a/LayoutTests/http/tests/inspector-enabled/resources/dynamic-script.js
+++ /dev/null
@@ -1,5 +0,0 @@
-function fooDynamicScript()
-{
-}
-
-scriptLoaded();
diff --git a/LayoutTests/inspector/console/alert-toString-exception-expected.txt b/LayoutTests/inspector-obsolete/console/alert-toString-exception-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/alert-toString-exception-expected.txt
rename to LayoutTests/inspector-obsolete/console/alert-toString-exception-expected.txt
diff --git a/LayoutTests/inspector/console/alert-toString-exception.html b/LayoutTests/inspector-obsolete/console/alert-toString-exception.html
similarity index 100%
rename from LayoutTests/inspector/console/alert-toString-exception.html
rename to LayoutTests/inspector-obsolete/console/alert-toString-exception.html
diff --git a/LayoutTests/inspector/console/clients-ignored-in-privatebrowsing-expected.txt b/LayoutTests/inspector-obsolete/console/clients-ignored-in-privatebrowsing-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/clients-ignored-in-privatebrowsing-expected.txt
rename to LayoutTests/inspector-obsolete/console/clients-ignored-in-privatebrowsing-expected.txt
diff --git a/LayoutTests/inspector/console/clients-ignored-in-privatebrowsing.html b/LayoutTests/inspector-obsolete/console/clients-ignored-in-privatebrowsing.html
similarity index 100%
rename from LayoutTests/inspector/console/clients-ignored-in-privatebrowsing.html
rename to LayoutTests/inspector-obsolete/console/clients-ignored-in-privatebrowsing.html
diff --git a/LayoutTests/inspector/console/command-line-api-expected.txt b/LayoutTests/inspector-obsolete/console/command-line-api-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/command-line-api-expected.txt
rename to LayoutTests/inspector-obsolete/console/command-line-api-expected.txt
diff --git a/LayoutTests/inspector/console/command-line-api-inspect-expected.txt b/LayoutTests/inspector-obsolete/console/command-line-api-inspect-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/command-line-api-inspect-expected.txt
rename to LayoutTests/inspector-obsolete/console/command-line-api-inspect-expected.txt
diff --git a/LayoutTests/inspector/console/command-line-api-inspect.html b/LayoutTests/inspector-obsolete/console/command-line-api-inspect.html
similarity index 100%
rename from LayoutTests/inspector/console/command-line-api-inspect.html
rename to LayoutTests/inspector-obsolete/console/command-line-api-inspect.html
diff --git a/LayoutTests/inspector/console/command-line-api.html b/LayoutTests/inspector-obsolete/console/command-line-api.html
similarity index 100%
rename from LayoutTests/inspector/console/command-line-api.html
rename to LayoutTests/inspector-obsolete/console/command-line-api.html
diff --git a/LayoutTests/inspector/console/console-Object-overwritten-expected.txt b/LayoutTests/inspector-obsolete/console/console-Object-overwritten-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-Object-overwritten-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-Object-overwritten-expected.txt
diff --git a/LayoutTests/inspector/console/console-Object-overwritten.html b/LayoutTests/inspector-obsolete/console/console-Object-overwritten.html
similarity index 100%
rename from LayoutTests/inspector/console/console-Object-overwritten.html
rename to LayoutTests/inspector-obsolete/console/console-Object-overwritten.html
diff --git a/LayoutTests/inspector/console/console-api-on-call-frame-expected.txt b/LayoutTests/inspector-obsolete/console/console-api-on-call-frame-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-api-on-call-frame-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-api-on-call-frame-expected.txt
diff --git a/LayoutTests/inspector/console/console-api-on-call-frame.html b/LayoutTests/inspector-obsolete/console/console-api-on-call-frame.html
similarity index 100%
rename from LayoutTests/inspector/console/console-api-on-call-frame.html
rename to LayoutTests/inspector-obsolete/console/console-api-on-call-frame.html
diff --git a/LayoutTests/inspector/console/console-assert-expected.txt b/LayoutTests/inspector-obsolete/console/console-assert-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-assert-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-assert-expected.txt
diff --git a/LayoutTests/inspector/console/console-assert.html b/LayoutTests/inspector-obsolete/console/console-assert.html
similarity index 100%
rename from LayoutTests/inspector/console/console-assert.html
rename to LayoutTests/inspector-obsolete/console/console-assert.html
diff --git a/LayoutTests/inspector/console/console-bind-fake-expected.txt b/LayoutTests/inspector-obsolete/console/console-bind-fake-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-bind-fake-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-bind-fake-expected.txt
diff --git a/LayoutTests/inspector/console/console-bind-fake.html b/LayoutTests/inspector-obsolete/console/console-bind-fake.html
similarity index 100%
rename from LayoutTests/inspector/console/console-bind-fake.html
rename to LayoutTests/inspector-obsolete/console/console-bind-fake.html
diff --git a/LayoutTests/inspector/console/console-clear-function-expected.txt b/LayoutTests/inspector-obsolete/console/console-clear-function-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-clear-function-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-clear-function-expected.txt
diff --git a/LayoutTests/inspector/console/console-clear-function.html b/LayoutTests/inspector-obsolete/console/console-clear-function.html
similarity index 100%
rename from LayoutTests/inspector/console/console-clear-function.html
rename to LayoutTests/inspector-obsolete/console/console-clear-function.html
diff --git a/LayoutTests/inspector/console/console-command-clear-expected.txt b/LayoutTests/inspector-obsolete/console/console-command-clear-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-command-clear-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-command-clear-expected.txt
diff --git a/LayoutTests/inspector/console/console-command-clear.html b/LayoutTests/inspector-obsolete/console/console-command-clear.html
similarity index 100%
rename from LayoutTests/inspector/console/console-command-clear.html
rename to LayoutTests/inspector-obsolete/console/console-command-clear.html
diff --git a/LayoutTests/inspector/console/console-css-warnings-expected.txt b/LayoutTests/inspector-obsolete/console/console-css-warnings-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-css-warnings-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-css-warnings-expected.txt
diff --git a/LayoutTests/inspector/console/console-css-warnings.html b/LayoutTests/inspector-obsolete/console/console-css-warnings.html
similarity index 100%
rename from LayoutTests/inspector/console/console-css-warnings.html
rename to LayoutTests/inspector-obsolete/console/console-css-warnings.html
diff --git a/LayoutTests/inspector/console/console-dir-expected.txt b/LayoutTests/inspector-obsolete/console/console-dir-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-dir-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-dir-expected.txt
diff --git a/LayoutTests/inspector/console/console-dir-global-expected.txt b/LayoutTests/inspector-obsolete/console/console-dir-global-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-dir-global-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-dir-global-expected.txt
diff --git a/LayoutTests/inspector/console/console-dir-global.html b/LayoutTests/inspector-obsolete/console/console-dir-global.html
similarity index 100%
rename from LayoutTests/inspector/console/console-dir-global.html
rename to LayoutTests/inspector-obsolete/console/console-dir-global.html
diff --git a/LayoutTests/inspector/console/console-dir.html b/LayoutTests/inspector-obsolete/console/console-dir.html
similarity index 100%
rename from LayoutTests/inspector/console/console-dir.html
rename to LayoutTests/inspector-obsolete/console/console-dir.html
diff --git a/LayoutTests/inspector/console/console-eval-blocked-expected.txt b/LayoutTests/inspector-obsolete/console/console-eval-blocked-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-eval-blocked-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-eval-blocked-expected.txt
diff --git a/LayoutTests/inspector/console/console-eval-blocked.html b/LayoutTests/inspector-obsolete/console/console-eval-blocked.html
similarity index 100%
rename from LayoutTests/inspector/console/console-eval-blocked.html
rename to LayoutTests/inspector-obsolete/console/console-eval-blocked.html
diff --git a/LayoutTests/inspector/console/console-eval-comment-expected.txt b/LayoutTests/inspector-obsolete/console/console-eval-comment-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-eval-comment-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-eval-comment-expected.txt
diff --git a/LayoutTests/inspector/console/console-eval-comment.html b/LayoutTests/inspector-obsolete/console/console-eval-comment.html
similarity index 100%
rename from LayoutTests/inspector/console/console-eval-comment.html
rename to LayoutTests/inspector-obsolete/console/console-eval-comment.html
diff --git a/LayoutTests/inspector/console/console-eval-expected.txt b/LayoutTests/inspector-obsolete/console/console-eval-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-eval-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-eval-expected.txt
diff --git a/LayoutTests/inspector/console/console-eval-fake-expected.txt b/LayoutTests/inspector-obsolete/console/console-eval-fake-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-eval-fake-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-eval-fake-expected.txt
diff --git a/LayoutTests/inspector/console/console-eval-fake.html b/LayoutTests/inspector-obsolete/console/console-eval-fake.html
similarity index 100%
rename from LayoutTests/inspector/console/console-eval-fake.html
rename to LayoutTests/inspector-obsolete/console/console-eval-fake.html
diff --git a/LayoutTests/inspector/console/console-eval-global-expected.txt b/LayoutTests/inspector-obsolete/console/console-eval-global-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-eval-global-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-eval-global-expected.txt
diff --git a/LayoutTests/inspector/console/console-eval-global.html b/LayoutTests/inspector-obsolete/console/console-eval-global.html
similarity index 100%
rename from LayoutTests/inspector/console/console-eval-global.html
rename to LayoutTests/inspector-obsolete/console/console-eval-global.html
diff --git a/LayoutTests/inspector/console/console-eval-scoped-expected.txt b/LayoutTests/inspector-obsolete/console/console-eval-scoped-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-eval-scoped-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-eval-scoped-expected.txt
diff --git a/LayoutTests/inspector/console/console-eval-scoped.html b/LayoutTests/inspector-obsolete/console/console-eval-scoped.html
similarity index 100%
rename from LayoutTests/inspector/console/console-eval-scoped.html
rename to LayoutTests/inspector-obsolete/console/console-eval-scoped.html
diff --git a/LayoutTests/inspector/console/console-eval-syntax-error-expected.txt b/LayoutTests/inspector-obsolete/console/console-eval-syntax-error-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-eval-syntax-error-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-eval-syntax-error-expected.txt
diff --git a/LayoutTests/inspector/console/console-eval-syntax-error.html b/LayoutTests/inspector-obsolete/console/console-eval-syntax-error.html
similarity index 100%
rename from LayoutTests/inspector/console/console-eval-syntax-error.html
rename to LayoutTests/inspector-obsolete/console/console-eval-syntax-error.html
diff --git a/LayoutTests/inspector/console/console-eval-throw-undefined-expected.txt b/LayoutTests/inspector-obsolete/console/console-eval-throw-undefined-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-eval-throw-undefined-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-eval-throw-undefined-expected.txt
diff --git a/LayoutTests/inspector/console/console-eval-throw-undefined.html b/LayoutTests/inspector-obsolete/console/console-eval-throw-undefined.html
similarity index 100%
rename from LayoutTests/inspector/console/console-eval-throw-undefined.html
rename to LayoutTests/inspector-obsolete/console/console-eval-throw-undefined.html
diff --git a/LayoutTests/inspector/console/console-eval-undefined-override-expected.txt b/LayoutTests/inspector-obsolete/console/console-eval-undefined-override-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-eval-undefined-override-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-eval-undefined-override-expected.txt
diff --git a/LayoutTests/inspector/console/console-eval-undefined-override.html b/LayoutTests/inspector-obsolete/console/console-eval-undefined-override.html
similarity index 100%
rename from LayoutTests/inspector/console/console-eval-undefined-override.html
rename to LayoutTests/inspector-obsolete/console/console-eval-undefined-override.html
diff --git a/LayoutTests/inspector/console/console-eval.html b/LayoutTests/inspector-obsolete/console/console-eval.html
similarity index 100%
rename from LayoutTests/inspector/console/console-eval.html
rename to LayoutTests/inspector-obsolete/console/console-eval.html
diff --git a/LayoutTests/inspector/console/console-exception-stack-traces-expected.txt b/LayoutTests/inspector-obsolete/console/console-exception-stack-traces-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-exception-stack-traces-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-exception-stack-traces-expected.txt
diff --git a/LayoutTests/inspector/console/console-exception-stack-traces.html b/LayoutTests/inspector-obsolete/console/console-exception-stack-traces.html
similarity index 100%
rename from LayoutTests/inspector/console/console-exception-stack-traces.html
rename to LayoutTests/inspector-obsolete/console/console-exception-stack-traces.html
diff --git a/LayoutTests/inspector/console/console-external-array-expected.txt b/LayoutTests/inspector-obsolete/console/console-external-array-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-external-array-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-external-array-expected.txt
diff --git a/LayoutTests/inspector/console/console-external-array.html b/LayoutTests/inspector-obsolete/console/console-external-array.html
similarity index 100%
rename from LayoutTests/inspector/console/console-external-array.html
rename to LayoutTests/inspector-obsolete/console/console-external-array.html
diff --git a/LayoutTests/inspector/console/console-last-result-expected.txt b/LayoutTests/inspector-obsolete/console/console-last-result-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-last-result-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-last-result-expected.txt
diff --git a/LayoutTests/inspector/console/console-last-result.html b/LayoutTests/inspector-obsolete/console/console-last-result.html
similarity index 100%
rename from LayoutTests/inspector/console/console-last-result.html
rename to LayoutTests/inspector-obsolete/console/console-last-result.html
diff --git a/LayoutTests/inspector/console/console-log-before-inspector-open-expected.txt b/LayoutTests/inspector-obsolete/console/console-log-before-inspector-open-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-log-before-inspector-open-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-log-before-inspector-open-expected.txt
diff --git a/LayoutTests/inspector/console/console-log-before-inspector-open.html b/LayoutTests/inspector-obsolete/console/console-log-before-inspector-open.html
similarity index 100%
rename from LayoutTests/inspector/console/console-log-before-inspector-open.html
rename to LayoutTests/inspector-obsolete/console/console-log-before-inspector-open.html
diff --git a/LayoutTests/inspector/console/console-log-document-proto-expected.txt b/LayoutTests/inspector-obsolete/console/console-log-document-proto-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-log-document-proto-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-log-document-proto-expected.txt
diff --git a/LayoutTests/inspector/console/console-log-document-proto.html b/LayoutTests/inspector-obsolete/console/console-log-document-proto.html
similarity index 100%
rename from LayoutTests/inspector/console/console-log-document-proto.html
rename to LayoutTests/inspector-obsolete/console/console-log-document-proto.html
diff --git a/LayoutTests/inspector/console/console-log-native-funcs-expected.txt b/LayoutTests/inspector-obsolete/console/console-log-native-funcs-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-log-native-funcs-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-log-native-funcs-expected.txt
diff --git a/LayoutTests/inspector/console/console-log-syntax-error-expected.txt b/LayoutTests/inspector-obsolete/console/console-log-syntax-error-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-log-syntax-error-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-log-syntax-error-expected.txt
diff --git a/LayoutTests/inspector/console/console-log-syntax-error.html b/LayoutTests/inspector-obsolete/console/console-log-syntax-error.html
similarity index 100%
rename from LayoutTests/inspector/console/console-log-syntax-error.html
rename to LayoutTests/inspector-obsolete/console/console-log-syntax-error.html
diff --git a/LayoutTests/inspector/console/console-log-toString-object-expected.txt b/LayoutTests/inspector-obsolete/console/console-log-toString-object-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-log-toString-object-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-log-toString-object-expected.txt
diff --git a/LayoutTests/inspector/console/console-log-toString-object.html b/LayoutTests/inspector-obsolete/console/console-log-toString-object.html
similarity index 100%
rename from LayoutTests/inspector/console/console-log-toString-object.html
rename to LayoutTests/inspector-obsolete/console/console-log-toString-object.html
diff --git a/LayoutTests/inspector/console/console-long-eval-crash-expected.txt b/LayoutTests/inspector-obsolete/console/console-long-eval-crash-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-long-eval-crash-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-long-eval-crash-expected.txt
diff --git a/LayoutTests/inspector/console/console-long-eval-crash.html b/LayoutTests/inspector-obsolete/console/console-long-eval-crash.html
similarity index 100%
rename from LayoutTests/inspector/console/console-long-eval-crash.html
rename to LayoutTests/inspector-obsolete/console/console-long-eval-crash.html
diff --git a/LayoutTests/inspector/console/console-message-format-expected.txt b/LayoutTests/inspector-obsolete/console/console-message-format-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-message-format-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-message-format-expected.txt
diff --git a/LayoutTests/inspector/console/console-message-format.html b/LayoutTests/inspector-obsolete/console/console-message-format.html
similarity index 100%
rename from LayoutTests/inspector/console/console-message-format.html
rename to LayoutTests/inspector-obsolete/console/console-message-format.html
diff --git a/LayoutTests/inspector/console/console-messages-stack-traces-expected.txt b/LayoutTests/inspector-obsolete/console/console-messages-stack-traces-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-messages-stack-traces-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-messages-stack-traces-expected.txt
diff --git a/LayoutTests/inspector/console/console-messages-stack-traces.html b/LayoutTests/inspector-obsolete/console/console-messages-stack-traces.html
similarity index 100%
rename from LayoutTests/inspector/console/console-messages-stack-traces.html
rename to LayoutTests/inspector-obsolete/console/console-messages-stack-traces.html
diff --git a/LayoutTests/inspector/console/console-native-function-to-string-expected.txt b/LayoutTests/inspector-obsolete/console/console-native-function-to-string-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-native-function-to-string-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-native-function-to-string-expected.txt
diff --git a/LayoutTests/inspector/console/console-native-function-to-string.html b/LayoutTests/inspector-obsolete/console/console-native-function-to-string.html
similarity index 100%
rename from LayoutTests/inspector/console/console-native-function-to-string.html
rename to LayoutTests/inspector-obsolete/console/console-native-function-to-string.html
diff --git a/LayoutTests/inspector/console/console-nested-group-expected.txt b/LayoutTests/inspector-obsolete/console/console-nested-group-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-nested-group-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-nested-group-expected.txt
diff --git a/LayoutTests/inspector/console/console-nested-group.html b/LayoutTests/inspector-obsolete/console/console-nested-group.html
similarity index 100%
rename from LayoutTests/inspector/console/console-nested-group.html
rename to LayoutTests/inspector-obsolete/console/console-nested-group.html
diff --git a/LayoutTests/inspector/console/console-object-constructor-name-expected.txt b/LayoutTests/inspector-obsolete/console/console-object-constructor-name-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-object-constructor-name-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-object-constructor-name-expected.txt
diff --git a/LayoutTests/inspector/console/console-object-constructor-name.html b/LayoutTests/inspector-obsolete/console/console-object-constructor-name.html
similarity index 100%
rename from LayoutTests/inspector/console/console-object-constructor-name.html
rename to LayoutTests/inspector-obsolete/console/console-object-constructor-name.html
diff --git a/LayoutTests/inspector/console/console-object-preview-expected.txt b/LayoutTests/inspector-obsolete/console/console-object-preview-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-object-preview-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-object-preview-expected.txt
diff --git a/LayoutTests/inspector/console/console-object-preview.html b/LayoutTests/inspector-obsolete/console/console-object-preview.html
similarity index 100%
rename from LayoutTests/inspector/console/console-object-preview.html
rename to LayoutTests/inspector-obsolete/console/console-object-preview.html
diff --git a/LayoutTests/inspector/console/console-originating-command-expected.txt b/LayoutTests/inspector-obsolete/console/console-originating-command-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-originating-command-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-originating-command-expected.txt
diff --git a/LayoutTests/inspector/console/console-originating-command.html b/LayoutTests/inspector-obsolete/console/console-originating-command.html
similarity index 100%
rename from LayoutTests/inspector/console/console-originating-command.html
rename to LayoutTests/inspector-obsolete/console/console-originating-command.html
diff --git a/LayoutTests/inspector/console/console-preserve-log-expected.txt b/LayoutTests/inspector-obsolete/console/console-preserve-log-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-preserve-log-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-preserve-log-expected.txt
diff --git a/LayoutTests/inspector/console/console-preserve-log.html b/LayoutTests/inspector-obsolete/console/console-preserve-log.html
similarity index 100%
rename from LayoutTests/inspector/console/console-preserve-log.html
rename to LayoutTests/inspector-obsolete/console/console-preserve-log.html
diff --git a/LayoutTests/inspector/console/console-repeat-count-expected.txt b/LayoutTests/inspector-obsolete/console/console-repeat-count-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-repeat-count-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-repeat-count-expected.txt
diff --git a/LayoutTests/inspector/console/console-repeat-count.html b/LayoutTests/inspector-obsolete/console/console-repeat-count.html
similarity index 100%
rename from LayoutTests/inspector/console/console-repeat-count.html
rename to LayoutTests/inspector-obsolete/console/console-repeat-count.html
diff --git a/LayoutTests/inspector/console/console-string-format-expected.txt b/LayoutTests/inspector-obsolete/console/console-string-format-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-string-format-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-string-format-expected.txt
diff --git a/LayoutTests/inspector/console/console-string-format.html b/LayoutTests/inspector-obsolete/console/console-string-format.html
similarity index 100%
rename from LayoutTests/inspector/console/console-string-format.html
rename to LayoutTests/inspector-obsolete/console/console-string-format.html
diff --git a/LayoutTests/inspector/console/console-substituted-expected.txt b/LayoutTests/inspector-obsolete/console/console-substituted-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-substituted-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-substituted-expected.txt
diff --git a/LayoutTests/inspector/console/console-substituted.html b/LayoutTests/inspector-obsolete/console/console-substituted.html
similarity index 100%
rename from LayoutTests/inspector/console/console-substituted.html
rename to LayoutTests/inspector-obsolete/console/console-substituted.html
diff --git a/LayoutTests/inspector/console/console-tests-expected.txt b/LayoutTests/inspector-obsolete/console/console-tests-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-tests-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-tests-expected.txt
diff --git a/LayoutTests/inspector/console/console-tests.html b/LayoutTests/inspector-obsolete/console/console-tests.html
similarity index 100%
rename from LayoutTests/inspector/console/console-tests.html
rename to LayoutTests/inspector-obsolete/console/console-tests.html
diff --git a/LayoutTests/inspector/console/console-trace-expected.txt b/LayoutTests/inspector-obsolete/console/console-trace-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-trace-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-trace-expected.txt
diff --git a/LayoutTests/inspector/console/console-trace-in-eval-expected.txt b/LayoutTests/inspector-obsolete/console/console-trace-in-eval-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-trace-in-eval-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-trace-in-eval-expected.txt
diff --git a/LayoutTests/inspector/console/console-trace-in-eval.html b/LayoutTests/inspector-obsolete/console/console-trace-in-eval.html
similarity index 100%
rename from LayoutTests/inspector/console/console-trace-in-eval.html
rename to LayoutTests/inspector-obsolete/console/console-trace-in-eval.html
diff --git a/LayoutTests/inspector/console/console-trace.html b/LayoutTests/inspector-obsolete/console/console-trace.html
similarity index 100%
rename from LayoutTests/inspector/console/console-trace.html
rename to LayoutTests/inspector-obsolete/console/console-trace.html
diff --git a/LayoutTests/inspector/console/console-uncaught-exception-expected.txt b/LayoutTests/inspector-obsolete/console/console-uncaught-exception-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-uncaught-exception-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-uncaught-exception-expected.txt
diff --git a/LayoutTests/inspector/console/console-uncaught-exception-in-eval-expected.txt b/LayoutTests/inspector-obsolete/console/console-uncaught-exception-in-eval-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-uncaught-exception-in-eval-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-uncaught-exception-in-eval-expected.txt
diff --git a/LayoutTests/inspector/console/console-uncaught-exception-in-eval.html b/LayoutTests/inspector-obsolete/console/console-uncaught-exception-in-eval.html
similarity index 100%
rename from LayoutTests/inspector/console/console-uncaught-exception-in-eval.html
rename to LayoutTests/inspector-obsolete/console/console-uncaught-exception-in-eval.html
diff --git a/LayoutTests/inspector/console/console-uncaught-exception.html b/LayoutTests/inspector-obsolete/console/console-uncaught-exception.html
similarity index 100%
rename from LayoutTests/inspector/console/console-uncaught-exception.html
rename to LayoutTests/inspector-obsolete/console/console-uncaught-exception.html
diff --git a/LayoutTests/inspector/console/console-url-line-column-expected.txt b/LayoutTests/inspector-obsolete/console/console-url-line-column-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-url-line-column-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-url-line-column-expected.txt
diff --git a/LayoutTests/inspector/console/console-url-line-column.html b/LayoutTests/inspector-obsolete/console/console-url-line-column.html
similarity index 100%
rename from LayoutTests/inspector/console/console-url-line-column.html
rename to LayoutTests/inspector-obsolete/console/console-url-line-column.html
diff --git a/LayoutTests/inspector/console/console-xml-document-expected.txt b/LayoutTests/inspector-obsolete/console/console-xml-document-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-xml-document-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-xml-document-expected.txt
diff --git a/LayoutTests/inspector/console/console-xml-document.html b/LayoutTests/inspector-obsolete/console/console-xml-document.html
similarity index 100%
rename from LayoutTests/inspector/console/console-xml-document.html
rename to LayoutTests/inspector-obsolete/console/console-xml-document.html
diff --git a/LayoutTests/inspector/console/console-xpath-expected.txt b/LayoutTests/inspector-obsolete/console/console-xpath-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/console-xpath-expected.txt
rename to LayoutTests/inspector-obsolete/console/console-xpath-expected.txt
diff --git a/LayoutTests/inspector/console/console-xpath.html b/LayoutTests/inspector-obsolete/console/console-xpath.html
similarity index 100%
rename from LayoutTests/inspector/console/console-xpath.html
rename to LayoutTests/inspector-obsolete/console/console-xpath.html
diff --git a/LayoutTests/inspector/console/inspect-html-all-collection-expected.txt b/LayoutTests/inspector-obsolete/console/inspect-html-all-collection-expected.txt
similarity index 100%
rename from LayoutTests/inspector/console/inspect-html-all-collection-expected.txt
rename to LayoutTests/inspector-obsolete/console/inspect-html-all-collection-expected.txt
diff --git a/LayoutTests/inspector/console/inspect-html-all-collection.html b/LayoutTests/inspector-obsolete/console/inspect-html-all-collection.html
similarity index 100%
rename from LayoutTests/inspector/console/inspect-html-all-collection.html
rename to LayoutTests/inspector-obsolete/console/inspect-html-all-collection.html
diff --git a/LayoutTests/inspector/console/resources/log-source.js b/LayoutTests/inspector-obsolete/console/resources/log-source.js
similarity index 100%
rename from LayoutTests/inspector/console/resources/log-source.js
rename to LayoutTests/inspector-obsolete/console/resources/log-source.js
diff --git a/LayoutTests/inspector/console/resources/syntax-error.js b/LayoutTests/inspector-obsolete/console/resources/syntax-error.js
similarity index 100%
rename from LayoutTests/inspector/console/resources/syntax-error.js
rename to LayoutTests/inspector-obsolete/console/resources/syntax-error.js
diff --git a/LayoutTests/inspector/console/resources/uncaught-in-iframe.html b/LayoutTests/inspector-obsolete/console/resources/uncaught-in-iframe.html
similarity index 100%
rename from LayoutTests/inspector/console/resources/uncaught-in-iframe.html
rename to LayoutTests/inspector-obsolete/console/resources/uncaught-in-iframe.html
diff --git a/LayoutTests/inspector/debugger/breakpoint-manager-expected.txt b/LayoutTests/inspector-obsolete/debugger/breakpoint-manager-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/breakpoint-manager-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/breakpoint-manager-expected.txt
diff --git a/LayoutTests/inspector/debugger/breakpoint-manager.html b/LayoutTests/inspector-obsolete/debugger/breakpoint-manager.html
similarity index 100%
rename from LayoutTests/inspector/debugger/breakpoint-manager.html
rename to LayoutTests/inspector-obsolete/debugger/breakpoint-manager.html
diff --git a/LayoutTests/inspector/debugger/copy-stack-trace-expected.txt b/LayoutTests/inspector-obsolete/debugger/copy-stack-trace-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/copy-stack-trace-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/copy-stack-trace-expected.txt
diff --git a/LayoutTests/inspector/debugger/copy-stack-trace.html b/LayoutTests/inspector-obsolete/debugger/copy-stack-trace.html
similarity index 100%
rename from LayoutTests/inspector/debugger/copy-stack-trace.html
rename to LayoutTests/inspector-obsolete/debugger/copy-stack-trace.html
diff --git a/LayoutTests/inspector/debugger/debugger-activation-crash-expected.txt b/LayoutTests/inspector-obsolete/debugger/debugger-activation-crash-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-activation-crash-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/debugger-activation-crash-expected.txt
diff --git a/LayoutTests/inspector/debugger/debugger-activation-crash.html b/LayoutTests/inspector-obsolete/debugger/debugger-activation-crash.html
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-activation-crash.html
rename to LayoutTests/inspector-obsolete/debugger/debugger-activation-crash.html
diff --git a/LayoutTests/inspector/debugger/debugger-activation-crash2-expected.txt b/LayoutTests/inspector-obsolete/debugger/debugger-activation-crash2-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-activation-crash2-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/debugger-activation-crash2-expected.txt
diff --git a/LayoutTests/inspector/debugger/debugger-activation-crash2.html b/LayoutTests/inspector-obsolete/debugger/debugger-activation-crash2.html
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-activation-crash2.html
rename to LayoutTests/inspector-obsolete/debugger/debugger-activation-crash2.html
diff --git a/LayoutTests/inspector/debugger/debugger-autocontinue-on-syntax-error-expected.txt b/LayoutTests/inspector-obsolete/debugger/debugger-autocontinue-on-syntax-error-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-autocontinue-on-syntax-error-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/debugger-autocontinue-on-syntax-error-expected.txt
diff --git a/LayoutTests/inspector/debugger/debugger-autocontinue-on-syntax-error.html b/LayoutTests/inspector-obsolete/debugger/debugger-autocontinue-on-syntax-error.html
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-autocontinue-on-syntax-error.html
rename to LayoutTests/inspector-obsolete/debugger/debugger-autocontinue-on-syntax-error.html
diff --git a/LayoutTests/inspector/debugger/debugger-breakpoints-not-activated-on-reload-expected.txt b/LayoutTests/inspector-obsolete/debugger/debugger-breakpoints-not-activated-on-reload-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-breakpoints-not-activated-on-reload-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/debugger-breakpoints-not-activated-on-reload-expected.txt
diff --git a/LayoutTests/inspector/debugger/debugger-breakpoints-not-activated-on-reload.html b/LayoutTests/inspector-obsolete/debugger/debugger-breakpoints-not-activated-on-reload.html
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-breakpoints-not-activated-on-reload.html
rename to LayoutTests/inspector-obsolete/debugger/debugger-breakpoints-not-activated-on-reload.html
diff --git a/LayoutTests/inspector/debugger/debugger-compile-and-run-expected.txt b/LayoutTests/inspector-obsolete/debugger/debugger-compile-and-run-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-compile-and-run-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/debugger-compile-and-run-expected.txt
diff --git a/LayoutTests/inspector/debugger/debugger-compile-and-run.html b/LayoutTests/inspector-obsolete/debugger/debugger-compile-and-run.html
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-compile-and-run.html
rename to LayoutTests/inspector-obsolete/debugger/debugger-compile-and-run.html
diff --git a/LayoutTests/inspector/debugger/debugger-completions-on-call-frame-expected.txt b/LayoutTests/inspector-obsolete/debugger/debugger-completions-on-call-frame-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-completions-on-call-frame-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/debugger-completions-on-call-frame-expected.txt
diff --git a/LayoutTests/inspector/debugger/debugger-completions-on-call-frame.html b/LayoutTests/inspector-obsolete/debugger/debugger-completions-on-call-frame.html
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-completions-on-call-frame.html
rename to LayoutTests/inspector-obsolete/debugger/debugger-completions-on-call-frame.html
diff --git a/LayoutTests/inspector/debugger/debugger-cyclic-ref-expected.txt b/LayoutTests/inspector-obsolete/debugger/debugger-cyclic-ref-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-cyclic-ref-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/debugger-cyclic-ref-expected.txt
diff --git a/LayoutTests/inspector/debugger/debugger-cyclic-ref.html b/LayoutTests/inspector-obsolete/debugger/debugger-cyclic-ref.html
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-cyclic-ref.html
rename to LayoutTests/inspector-obsolete/debugger/debugger-cyclic-ref.html
diff --git a/LayoutTests/inspector/debugger/debugger-eval-on-call-frame-expected.txt b/LayoutTests/inspector-obsolete/debugger/debugger-eval-on-call-frame-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-eval-on-call-frame-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/debugger-eval-on-call-frame-expected.txt
diff --git a/LayoutTests/inspector/debugger/debugger-eval-on-call-frame.html b/LayoutTests/inspector-obsolete/debugger/debugger-eval-on-call-frame.html
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-eval-on-call-frame.html
rename to LayoutTests/inspector-obsolete/debugger/debugger-eval-on-call-frame.html
diff --git a/LayoutTests/inspector/debugger/debugger-eval-while-paused-expected.txt b/LayoutTests/inspector-obsolete/debugger/debugger-eval-while-paused-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-eval-while-paused-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/debugger-eval-while-paused-expected.txt
diff --git a/LayoutTests/inspector/debugger/debugger-eval-while-paused.html b/LayoutTests/inspector-obsolete/debugger/debugger-eval-while-paused.html
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-eval-while-paused.html
rename to LayoutTests/inspector-obsolete/debugger/debugger-eval-while-paused.html
diff --git a/LayoutTests/inspector/debugger/debugger-no-nested-pause-expected.txt b/LayoutTests/inspector-obsolete/debugger/debugger-no-nested-pause-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-no-nested-pause-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/debugger-no-nested-pause-expected.txt
diff --git a/LayoutTests/inspector/debugger/debugger-no-nested-pause.html b/LayoutTests/inspector-obsolete/debugger/debugger-no-nested-pause.html
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-no-nested-pause.html
rename to LayoutTests/inspector-obsolete/debugger/debugger-no-nested-pause.html
diff --git a/LayoutTests/inspector/debugger/debugger-pause-in-eval-script-expected.txt b/LayoutTests/inspector-obsolete/debugger/debugger-pause-in-eval-script-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-pause-in-eval-script-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/debugger-pause-in-eval-script-expected.txt
diff --git a/LayoutTests/inspector/debugger/debugger-pause-in-eval-script.html b/LayoutTests/inspector-obsolete/debugger/debugger-pause-in-eval-script.html
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-pause-in-eval-script.html
rename to LayoutTests/inspector-obsolete/debugger/debugger-pause-in-eval-script.html
diff --git a/LayoutTests/inspector/debugger/debugger-pause-in-internal-expected.txt b/LayoutTests/inspector-obsolete/debugger/debugger-pause-in-internal-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-pause-in-internal-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/debugger-pause-in-internal-expected.txt
diff --git a/LayoutTests/inspector/debugger/debugger-pause-in-internal.html b/LayoutTests/inspector-obsolete/debugger/debugger-pause-in-internal.html
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-pause-in-internal.html
rename to LayoutTests/inspector-obsolete/debugger/debugger-pause-in-internal.html
diff --git a/LayoutTests/inspector/debugger/debugger-pause-on-blocked-event-handler-expected.txt b/LayoutTests/inspector-obsolete/debugger/debugger-pause-on-blocked-event-handler-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-pause-on-blocked-event-handler-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/debugger-pause-on-blocked-event-handler-expected.txt
diff --git a/LayoutTests/inspector/debugger/debugger-pause-on-blocked-event-handler.html b/LayoutTests/inspector-obsolete/debugger/debugger-pause-on-blocked-event-handler.html
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-pause-on-blocked-event-handler.html
rename to LayoutTests/inspector-obsolete/debugger/debugger-pause-on-blocked-event-handler.html
diff --git a/LayoutTests/inspector/debugger/debugger-pause-on-blocked-script-injection-expected.txt b/LayoutTests/inspector-obsolete/debugger/debugger-pause-on-blocked-script-injection-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-pause-on-blocked-script-injection-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/debugger-pause-on-blocked-script-injection-expected.txt
diff --git a/LayoutTests/inspector/debugger/debugger-pause-on-blocked-script-injection.html b/LayoutTests/inspector-obsolete/debugger/debugger-pause-on-blocked-script-injection.html
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-pause-on-blocked-script-injection.html
rename to LayoutTests/inspector-obsolete/debugger/debugger-pause-on-blocked-script-injection.html
diff --git a/LayoutTests/inspector/debugger/debugger-pause-on-blocked-script-url-expected.txt b/LayoutTests/inspector-obsolete/debugger/debugger-pause-on-blocked-script-url-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-pause-on-blocked-script-url-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/debugger-pause-on-blocked-script-url-expected.txt
diff --git a/LayoutTests/inspector/debugger/debugger-pause-on-blocked-script-url.html b/LayoutTests/inspector-obsolete/debugger/debugger-pause-on-blocked-script-url.html
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-pause-on-blocked-script-url.html
rename to LayoutTests/inspector-obsolete/debugger/debugger-pause-on-blocked-script-url.html
diff --git a/LayoutTests/inspector/debugger/debugger-pause-on-debugger-statement-expected.txt b/LayoutTests/inspector-obsolete/debugger/debugger-pause-on-debugger-statement-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-pause-on-debugger-statement-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/debugger-pause-on-debugger-statement-expected.txt
diff --git a/LayoutTests/inspector/debugger/debugger-pause-on-debugger-statement.html b/LayoutTests/inspector-obsolete/debugger/debugger-pause-on-debugger-statement.html
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-pause-on-debugger-statement.html
rename to LayoutTests/inspector-obsolete/debugger/debugger-pause-on-debugger-statement.html
diff --git a/LayoutTests/inspector/debugger/debugger-pause-on-exception-expected.txt b/LayoutTests/inspector-obsolete/debugger/debugger-pause-on-exception-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-pause-on-exception-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/debugger-pause-on-exception-expected.txt
diff --git a/LayoutTests/inspector/debugger/debugger-pause-on-exception.html b/LayoutTests/inspector-obsolete/debugger/debugger-pause-on-exception.html
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-pause-on-exception.html
rename to LayoutTests/inspector-obsolete/debugger/debugger-pause-on-exception.html
diff --git a/LayoutTests/inspector/debugger/debugger-pause-on-failed-assertion-expected.txt b/LayoutTests/inspector-obsolete/debugger/debugger-pause-on-failed-assertion-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-pause-on-failed-assertion-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/debugger-pause-on-failed-assertion-expected.txt
diff --git a/LayoutTests/inspector/debugger/debugger-pause-on-failed-assertion.html b/LayoutTests/inspector-obsolete/debugger/debugger-pause-on-failed-assertion.html
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-pause-on-failed-assertion.html
rename to LayoutTests/inspector-obsolete/debugger/debugger-pause-on-failed-assertion.html
diff --git a/LayoutTests/inspector/debugger/debugger-reload-on-pause-expected.txt b/LayoutTests/inspector-obsolete/debugger/debugger-reload-on-pause-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-reload-on-pause-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/debugger-reload-on-pause-expected.txt
diff --git a/LayoutTests/inspector/debugger/debugger-reload-on-pause.html b/LayoutTests/inspector-obsolete/debugger/debugger-reload-on-pause.html
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-reload-on-pause.html
rename to LayoutTests/inspector-obsolete/debugger/debugger-reload-on-pause.html
diff --git a/LayoutTests/inspector/debugger/debugger-scripts-expected.txt b/LayoutTests/inspector-obsolete/debugger/debugger-scripts-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-scripts-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/debugger-scripts-expected.txt
diff --git a/LayoutTests/inspector/debugger/debugger-scripts-reload-expected.txt b/LayoutTests/inspector-obsolete/debugger/debugger-scripts-reload-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-scripts-reload-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/debugger-scripts-reload-expected.txt
diff --git a/LayoutTests/inspector/debugger/debugger-scripts-reload.html b/LayoutTests/inspector-obsolete/debugger/debugger-scripts-reload.html
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-scripts-reload.html
rename to LayoutTests/inspector-obsolete/debugger/debugger-scripts-reload.html
diff --git a/LayoutTests/inspector/debugger/debugger-scripts.html b/LayoutTests/inspector-obsolete/debugger/debugger-scripts.html
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-scripts.html
rename to LayoutTests/inspector-obsolete/debugger/debugger-scripts.html
diff --git a/LayoutTests/inspector/debugger/debugger-set-breakpoint-regex-expected.txt b/LayoutTests/inspector-obsolete/debugger/debugger-set-breakpoint-regex-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-set-breakpoint-regex-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/debugger-set-breakpoint-regex-expected.txt
diff --git a/LayoutTests/inspector/debugger/debugger-set-breakpoint-regex.html b/LayoutTests/inspector-obsolete/debugger/debugger-set-breakpoint-regex.html
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-set-breakpoint-regex.html
rename to LayoutTests/inspector-obsolete/debugger/debugger-set-breakpoint-regex.html
diff --git a/LayoutTests/inspector/debugger/debugger-step-in-expected.txt b/LayoutTests/inspector-obsolete/debugger/debugger-step-in-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-step-in-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/debugger-step-in-expected.txt
diff --git a/LayoutTests/inspector/debugger/debugger-step-in.html b/LayoutTests/inspector-obsolete/debugger/debugger-step-in.html
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-step-in.html
rename to LayoutTests/inspector-obsolete/debugger/debugger-step-in.html
diff --git a/LayoutTests/inspector/debugger/debugger-step-out-expected.txt b/LayoutTests/inspector-obsolete/debugger/debugger-step-out-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-step-out-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/debugger-step-out-expected.txt
diff --git a/LayoutTests/inspector/debugger/debugger-step-out.html b/LayoutTests/inspector-obsolete/debugger/debugger-step-out.html
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-step-out.html
rename to LayoutTests/inspector-obsolete/debugger/debugger-step-out.html
diff --git a/LayoutTests/inspector/debugger/debugger-step-over-expected.txt b/LayoutTests/inspector-obsolete/debugger/debugger-step-over-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-step-over-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/debugger-step-over-expected.txt
diff --git a/LayoutTests/inspector/debugger/debugger-step-over.html b/LayoutTests/inspector-obsolete/debugger/debugger-step-over.html
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-step-over.html
rename to LayoutTests/inspector-obsolete/debugger/debugger-step-over.html
diff --git a/LayoutTests/inspector/debugger/debugger-suspend-active-dom-objects-expected.txt b/LayoutTests/inspector-obsolete/debugger/debugger-suspend-active-dom-objects-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-suspend-active-dom-objects-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/debugger-suspend-active-dom-objects-expected.txt
diff --git a/LayoutTests/inspector/debugger/debugger-suspend-active-dom-objects.html b/LayoutTests/inspector-obsolete/debugger/debugger-suspend-active-dom-objects.html
similarity index 100%
rename from LayoutTests/inspector/debugger/debugger-suspend-active-dom-objects.html
rename to LayoutTests/inspector-obsolete/debugger/debugger-suspend-active-dom-objects.html
diff --git a/LayoutTests/inspector/debugger/eval-on-pause-blocked-expected.txt b/LayoutTests/inspector-obsolete/debugger/eval-on-pause-blocked-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/eval-on-pause-blocked-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/eval-on-pause-blocked-expected.txt
diff --git a/LayoutTests/inspector/debugger/eval-on-pause-blocked.html b/LayoutTests/inspector-obsolete/debugger/eval-on-pause-blocked.html
similarity index 100%
rename from LayoutTests/inspector/debugger/eval-on-pause-blocked.html
rename to LayoutTests/inspector-obsolete/debugger/eval-on-pause-blocked.html
diff --git a/LayoutTests/inspector/debugger/function-details-expected.txt b/LayoutTests/inspector-obsolete/debugger/function-details-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/function-details-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/function-details-expected.txt
diff --git a/LayoutTests/inspector/debugger/function-details.html b/LayoutTests/inspector-obsolete/debugger/function-details.html
similarity index 100%
rename from LayoutTests/inspector/debugger/function-details.html
rename to LayoutTests/inspector-obsolete/debugger/function-details.html
diff --git a/LayoutTests/inspector/debugger/open-close-open-expected.txt b/LayoutTests/inspector-obsolete/debugger/open-close-open-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/open-close-open-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/open-close-open-expected.txt
diff --git a/LayoutTests/inspector/debugger/open-close-open.html b/LayoutTests/inspector-obsolete/debugger/open-close-open.html
similarity index 100%
rename from LayoutTests/inspector/debugger/open-close-open.html
rename to LayoutTests/inspector-obsolete/debugger/open-close-open.html
diff --git a/LayoutTests/inspector/debugger/pause-in-inline-script-expected.txt b/LayoutTests/inspector-obsolete/debugger/pause-in-inline-script-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/pause-in-inline-script-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/pause-in-inline-script-expected.txt
diff --git a/LayoutTests/inspector/debugger/pause-in-inline-script.html b/LayoutTests/inspector-obsolete/debugger/pause-in-inline-script.html
similarity index 100%
rename from LayoutTests/inspector/debugger/pause-in-inline-script.html
rename to LayoutTests/inspector-obsolete/debugger/pause-in-inline-script.html
diff --git a/LayoutTests/inspector/debugger/pause-in-internal-script-expected.txt b/LayoutTests/inspector-obsolete/debugger/pause-in-internal-script-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/pause-in-internal-script-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/pause-in-internal-script-expected.txt
diff --git a/LayoutTests/inspector/debugger/pause-in-internal-script.html b/LayoutTests/inspector-obsolete/debugger/pause-in-internal-script.html
similarity index 100%
rename from LayoutTests/inspector/debugger/pause-in-internal-script.html
rename to LayoutTests/inspector-obsolete/debugger/pause-in-internal-script.html
diff --git a/LayoutTests/inspector/debugger/resources/dynamic-script.js b/LayoutTests/inspector-obsolete/debugger/resources/dynamic-script.js
similarity index 100%
rename from LayoutTests/inspector/debugger/resources/dynamic-script.js
rename to LayoutTests/inspector-obsolete/debugger/resources/dynamic-script.js
diff --git a/LayoutTests/inspector/debugger/resources/edit-me-breakpoints.js b/LayoutTests/inspector-obsolete/debugger/resources/edit-me-breakpoints.js
similarity index 100%
rename from LayoutTests/inspector/debugger/resources/edit-me-breakpoints.js
rename to LayoutTests/inspector-obsolete/debugger/resources/edit-me-breakpoints.js
diff --git a/LayoutTests/inspector/debugger/resources/edit-me-syntax-error.js b/LayoutTests/inspector-obsolete/debugger/resources/edit-me-syntax-error.js
similarity index 100%
rename from LayoutTests/inspector/debugger/resources/edit-me-syntax-error.js
rename to LayoutTests/inspector-obsolete/debugger/resources/edit-me-syntax-error.js
diff --git a/LayoutTests/inspector/debugger/resources/edit-me-when-paused.js b/LayoutTests/inspector-obsolete/debugger/resources/edit-me-when-paused.js
similarity index 100%
rename from LayoutTests/inspector/debugger/resources/edit-me-when-paused.js
rename to LayoutTests/inspector-obsolete/debugger/resources/edit-me-when-paused.js
diff --git a/LayoutTests/inspector/debugger/resources/edit-me.js b/LayoutTests/inspector-obsolete/debugger/resources/edit-me.js
similarity index 100%
rename from LayoutTests/inspector/debugger/resources/edit-me.js
rename to LayoutTests/inspector-obsolete/debugger/resources/edit-me.js
diff --git a/LayoutTests/inspector/debugger/resources/obfuscated.js b/LayoutTests/inspector-obsolete/debugger/resources/obfuscated.js
similarity index 100%
rename from LayoutTests/inspector/debugger/resources/obfuscated.js
rename to LayoutTests/inspector-obsolete/debugger/resources/obfuscated.js
diff --git a/LayoutTests/inspector/debugger/resources/pause-on-blocked-by-csp.js b/LayoutTests/inspector-obsolete/debugger/resources/pause-on-blocked-by-csp.js
similarity index 100%
rename from LayoutTests/inspector/debugger/resources/pause-on-blocked-by-csp.js
rename to LayoutTests/inspector-obsolete/debugger/resources/pause-on-blocked-by-csp.js
diff --git a/LayoutTests/inspector/debugger/resources/pause-on-blocked-event-handler.js b/LayoutTests/inspector-obsolete/debugger/resources/pause-on-blocked-event-handler.js
similarity index 100%
rename from LayoutTests/inspector/debugger/resources/pause-on-blocked-event-handler.js
rename to LayoutTests/inspector-obsolete/debugger/resources/pause-on-blocked-event-handler.js
diff --git a/LayoutTests/inspector/debugger/resources/pause-on-blocked-script-injection.js b/LayoutTests/inspector-obsolete/debugger/resources/pause-on-blocked-script-injection.js
similarity index 100%
rename from LayoutTests/inspector/debugger/resources/pause-on-blocked-script-injection.js
rename to LayoutTests/inspector-obsolete/debugger/resources/pause-on-blocked-script-injection.js
diff --git a/LayoutTests/inspector/debugger/resources/pause-on-blocked-script-url.js b/LayoutTests/inspector-obsolete/debugger/resources/pause-on-blocked-script-url.js
similarity index 100%
rename from LayoutTests/inspector/debugger/resources/pause-on-blocked-script-url.js
rename to LayoutTests/inspector-obsolete/debugger/resources/pause-on-blocked-script-url.js
diff --git a/LayoutTests/inspector/debugger/resources/script1.js b/LayoutTests/inspector-obsolete/debugger/resources/script1.js
similarity index 100%
rename from LayoutTests/inspector/debugger/resources/script1.js
rename to LayoutTests/inspector-obsolete/debugger/resources/script1.js
diff --git a/LayoutTests/inspector/debugger/resources/script2.js b/LayoutTests/inspector-obsolete/debugger/resources/script2.js
similarity index 100%
rename from LayoutTests/inspector/debugger/resources/script2.js
rename to LayoutTests/inspector-obsolete/debugger/resources/script2.js
diff --git a/LayoutTests/inspector/debugger/resources/script3.js b/LayoutTests/inspector-obsolete/debugger/resources/script3.js
similarity index 100%
rename from LayoutTests/inspector/debugger/resources/script3.js
rename to LayoutTests/inspector-obsolete/debugger/resources/script3.js
diff --git a/LayoutTests/inspector/debugger/resources/syntax-error.html b/LayoutTests/inspector-obsolete/debugger/resources/syntax-error.html
similarity index 100%
rename from LayoutTests/inspector/debugger/resources/syntax-error.html
rename to LayoutTests/inspector-obsolete/debugger/resources/syntax-error.html
diff --git a/LayoutTests/inspector/debugger/script-formatter-expected.txt b/LayoutTests/inspector-obsolete/debugger/script-formatter-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/script-formatter-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/script-formatter-expected.txt
diff --git a/LayoutTests/inspector/debugger/script-formatter-search-expected.txt b/LayoutTests/inspector-obsolete/debugger/script-formatter-search-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/script-formatter-search-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/script-formatter-search-expected.txt
diff --git a/LayoutTests/inspector/debugger/script-formatter-search.html b/LayoutTests/inspector-obsolete/debugger/script-formatter-search.html
similarity index 100%
rename from LayoutTests/inspector/debugger/script-formatter-search.html
rename to LayoutTests/inspector-obsolete/debugger/script-formatter-search.html
diff --git a/LayoutTests/inspector/debugger/script-formatter.html b/LayoutTests/inspector-obsolete/debugger/script-formatter.html
similarity index 100%
rename from LayoutTests/inspector/debugger/script-formatter.html
rename to LayoutTests/inspector-obsolete/debugger/script-formatter.html
diff --git a/LayoutTests/inspector/debugger/source-url-comment-expected.txt b/LayoutTests/inspector-obsolete/debugger/source-url-comment-expected.txt
similarity index 100%
rename from LayoutTests/inspector/debugger/source-url-comment-expected.txt
rename to LayoutTests/inspector-obsolete/debugger/source-url-comment-expected.txt
diff --git a/LayoutTests/inspector/debugger/source-url-comment.html b/LayoutTests/inspector-obsolete/debugger/source-url-comment.html
similarity index 100%
rename from LayoutTests/inspector/debugger/source-url-comment.html
rename to LayoutTests/inspector-obsolete/debugger/source-url-comment.html
diff --git a/LayoutTests/inspector/elements/dom-agent-query-selector-expected.txt b/LayoutTests/inspector-obsolete/elements/dom-agent-query-selector-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/dom-agent-query-selector-expected.txt
rename to LayoutTests/inspector-obsolete/elements/dom-agent-query-selector-expected.txt
diff --git a/LayoutTests/inspector/elements/dom-agent-query-selector.html b/LayoutTests/inspector-obsolete/elements/dom-agent-query-selector.html
similarity index 100%
rename from LayoutTests/inspector/elements/dom-agent-query-selector.html
rename to LayoutTests/inspector-obsolete/elements/dom-agent-query-selector.html
diff --git a/LayoutTests/inspector/elements/dom-search-crash-expected.txt b/LayoutTests/inspector-obsolete/elements/dom-search-crash-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/dom-search-crash-expected.txt
rename to LayoutTests/inspector-obsolete/elements/dom-search-crash-expected.txt
diff --git a/LayoutTests/inspector/elements/dom-search-crash.html b/LayoutTests/inspector-obsolete/elements/dom-search-crash.html
similarity index 100%
rename from LayoutTests/inspector/elements/dom-search-crash.html
rename to LayoutTests/inspector-obsolete/elements/dom-search-crash.html
diff --git a/LayoutTests/inspector/elements/edit-style-attribute-expected.txt b/LayoutTests/inspector-obsolete/elements/edit-style-attribute-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/edit-style-attribute-expected.txt
rename to LayoutTests/inspector-obsolete/elements/edit-style-attribute-expected.txt
diff --git a/LayoutTests/inspector/elements/edit-style-attribute.html b/LayoutTests/inspector-obsolete/elements/edit-style-attribute.html
similarity index 100%
rename from LayoutTests/inspector/elements/edit-style-attribute.html
rename to LayoutTests/inspector-obsolete/elements/edit-style-attribute.html
diff --git a/LayoutTests/inspector/elements/elements-panel-reload-assert-expected.txt b/LayoutTests/inspector-obsolete/elements/elements-panel-reload-assert-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/elements-panel-reload-assert-expected.txt
rename to LayoutTests/inspector-obsolete/elements/elements-panel-reload-assert-expected.txt
diff --git a/LayoutTests/inspector/elements/elements-panel-reload-assert.html b/LayoutTests/inspector-obsolete/elements/elements-panel-reload-assert.html
similarity index 100%
rename from LayoutTests/inspector/elements/elements-panel-reload-assert.html
rename to LayoutTests/inspector-obsolete/elements/elements-panel-reload-assert.html
diff --git a/LayoutTests/inspector/elements/elements-panel-search-expected.txt b/LayoutTests/inspector-obsolete/elements/elements-panel-search-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/elements-panel-search-expected.txt
rename to LayoutTests/inspector-obsolete/elements/elements-panel-search-expected.txt
diff --git a/LayoutTests/inspector/elements/elements-panel-search.html b/LayoutTests/inspector-obsolete/elements/elements-panel-search.html
similarity index 100%
rename from LayoutTests/inspector/elements/elements-panel-search.html
rename to LayoutTests/inspector-obsolete/elements/elements-panel-search.html
diff --git a/LayoutTests/inspector/elements/elements-panel-styles-expected.txt b/LayoutTests/inspector-obsolete/elements/elements-panel-styles-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/elements-panel-styles-expected.txt
rename to LayoutTests/inspector-obsolete/elements/elements-panel-styles-expected.txt
diff --git a/LayoutTests/inspector/elements/elements-panel-styles.html b/LayoutTests/inspector-obsolete/elements/elements-panel-styles.html
similarity index 100%
rename from LayoutTests/inspector/elements/elements-panel-styles.html
rename to LayoutTests/inspector-obsolete/elements/elements-panel-styles.html
diff --git a/LayoutTests/inspector/elements/highlight-node-expected.txt b/LayoutTests/inspector-obsolete/elements/highlight-node-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/highlight-node-expected.txt
rename to LayoutTests/inspector-obsolete/elements/highlight-node-expected.txt
diff --git a/LayoutTests/inspector/elements/highlight-node-regions-expected.txt b/LayoutTests/inspector-obsolete/elements/highlight-node-regions-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/highlight-node-regions-expected.txt
rename to LayoutTests/inspector-obsolete/elements/highlight-node-regions-expected.txt
diff --git a/LayoutTests/inspector/elements/highlight-node-regions.html b/LayoutTests/inspector-obsolete/elements/highlight-node-regions.html
similarity index 100%
rename from LayoutTests/inspector/elements/highlight-node-regions.html
rename to LayoutTests/inspector-obsolete/elements/highlight-node-regions.html
diff --git a/LayoutTests/inspector/elements/highlight-node-scaled-expected.txt b/LayoutTests/inspector-obsolete/elements/highlight-node-scaled-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/highlight-node-scaled-expected.txt
rename to LayoutTests/inspector-obsolete/elements/highlight-node-scaled-expected.txt
diff --git a/LayoutTests/inspector/elements/highlight-node-scaled.html b/LayoutTests/inspector-obsolete/elements/highlight-node-scaled.html
similarity index 100%
rename from LayoutTests/inspector/elements/highlight-node-scaled.html
rename to LayoutTests/inspector-obsolete/elements/highlight-node-scaled.html
diff --git a/LayoutTests/inspector/elements/highlight-node-scroll-expected.txt b/LayoutTests/inspector-obsolete/elements/highlight-node-scroll-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/highlight-node-scroll-expected.txt
rename to LayoutTests/inspector-obsolete/elements/highlight-node-scroll-expected.txt
diff --git a/LayoutTests/inspector/elements/highlight-node-scroll.html b/LayoutTests/inspector-obsolete/elements/highlight-node-scroll.html
similarity index 100%
rename from LayoutTests/inspector/elements/highlight-node-scroll.html
rename to LayoutTests/inspector-obsolete/elements/highlight-node-scroll.html
diff --git a/LayoutTests/inspector/elements/highlight-node.html b/LayoutTests/inspector-obsolete/elements/highlight-node.html
similarity index 100%
rename from LayoutTests/inspector/elements/highlight-node.html
rename to LayoutTests/inspector-obsolete/elements/highlight-node.html
diff --git a/LayoutTests/inspector/elements/highlight-regions-flow-expected.txt b/LayoutTests/inspector-obsolete/elements/highlight-regions-flow-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/highlight-regions-flow-expected.txt
rename to LayoutTests/inspector-obsolete/elements/highlight-regions-flow-expected.txt
diff --git a/LayoutTests/inspector/elements/highlight-regions-flow-horiz-bt-expected.txt b/LayoutTests/inspector-obsolete/elements/highlight-regions-flow-horiz-bt-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/highlight-regions-flow-horiz-bt-expected.txt
rename to LayoutTests/inspector-obsolete/elements/highlight-regions-flow-horiz-bt-expected.txt
diff --git a/LayoutTests/inspector/elements/highlight-regions-flow-horiz-bt.html b/LayoutTests/inspector-obsolete/elements/highlight-regions-flow-horiz-bt.html
similarity index 100%
rename from LayoutTests/inspector/elements/highlight-regions-flow-horiz-bt.html
rename to LayoutTests/inspector-obsolete/elements/highlight-regions-flow-horiz-bt.html
diff --git a/LayoutTests/inspector/elements/highlight-regions-flow-transform-expected.txt b/LayoutTests/inspector-obsolete/elements/highlight-regions-flow-transform-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/highlight-regions-flow-transform-expected.txt
rename to LayoutTests/inspector-obsolete/elements/highlight-regions-flow-transform-expected.txt
diff --git a/LayoutTests/inspector/elements/highlight-regions-flow-transform-horiz-bt-expected.txt b/LayoutTests/inspector-obsolete/elements/highlight-regions-flow-transform-horiz-bt-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/highlight-regions-flow-transform-horiz-bt-expected.txt
rename to LayoutTests/inspector-obsolete/elements/highlight-regions-flow-transform-horiz-bt-expected.txt
diff --git a/LayoutTests/inspector/elements/highlight-regions-flow-transform-horiz-bt.html b/LayoutTests/inspector-obsolete/elements/highlight-regions-flow-transform-horiz-bt.html
similarity index 100%
rename from LayoutTests/inspector/elements/highlight-regions-flow-transform-horiz-bt.html
rename to LayoutTests/inspector-obsolete/elements/highlight-regions-flow-transform-horiz-bt.html
diff --git a/LayoutTests/inspector/elements/highlight-regions-flow-transform-vert-lr-expected.txt b/LayoutTests/inspector-obsolete/elements/highlight-regions-flow-transform-vert-lr-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/highlight-regions-flow-transform-vert-lr-expected.txt
rename to LayoutTests/inspector-obsolete/elements/highlight-regions-flow-transform-vert-lr-expected.txt
diff --git a/LayoutTests/inspector/elements/highlight-regions-flow-transform-vert-lr.html b/LayoutTests/inspector-obsolete/elements/highlight-regions-flow-transform-vert-lr.html
similarity index 100%
rename from LayoutTests/inspector/elements/highlight-regions-flow-transform-vert-lr.html
rename to LayoutTests/inspector-obsolete/elements/highlight-regions-flow-transform-vert-lr.html
diff --git a/LayoutTests/inspector/elements/highlight-regions-flow-transform-vert-rl-expected.txt b/LayoutTests/inspector-obsolete/elements/highlight-regions-flow-transform-vert-rl-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/highlight-regions-flow-transform-vert-rl-expected.txt
rename to LayoutTests/inspector-obsolete/elements/highlight-regions-flow-transform-vert-rl-expected.txt
diff --git a/LayoutTests/inspector/elements/highlight-regions-flow-transform-vert-rl.html b/LayoutTests/inspector-obsolete/elements/highlight-regions-flow-transform-vert-rl.html
similarity index 100%
rename from LayoutTests/inspector/elements/highlight-regions-flow-transform-vert-rl.html
rename to LayoutTests/inspector-obsolete/elements/highlight-regions-flow-transform-vert-rl.html
diff --git a/LayoutTests/inspector/elements/highlight-regions-flow-transform.html b/LayoutTests/inspector-obsolete/elements/highlight-regions-flow-transform.html
similarity index 100%
rename from LayoutTests/inspector/elements/highlight-regions-flow-transform.html
rename to LayoutTests/inspector-obsolete/elements/highlight-regions-flow-transform.html
diff --git a/LayoutTests/inspector/elements/highlight-regions-flow-vert-lr-expected.txt b/LayoutTests/inspector-obsolete/elements/highlight-regions-flow-vert-lr-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/highlight-regions-flow-vert-lr-expected.txt
rename to LayoutTests/inspector-obsolete/elements/highlight-regions-flow-vert-lr-expected.txt
diff --git a/LayoutTests/inspector/elements/highlight-regions-flow-vert-lr.html b/LayoutTests/inspector-obsolete/elements/highlight-regions-flow-vert-lr.html
similarity index 100%
rename from LayoutTests/inspector/elements/highlight-regions-flow-vert-lr.html
rename to LayoutTests/inspector-obsolete/elements/highlight-regions-flow-vert-lr.html
diff --git a/LayoutTests/inspector/elements/highlight-regions-flow-vert-rl-expected.txt b/LayoutTests/inspector-obsolete/elements/highlight-regions-flow-vert-rl-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/highlight-regions-flow-vert-rl-expected.txt
rename to LayoutTests/inspector-obsolete/elements/highlight-regions-flow-vert-rl-expected.txt
diff --git a/LayoutTests/inspector/elements/highlight-regions-flow-vert-rl.html b/LayoutTests/inspector-obsolete/elements/highlight-regions-flow-vert-rl.html
similarity index 100%
rename from LayoutTests/inspector/elements/highlight-regions-flow-vert-rl.html
rename to LayoutTests/inspector-obsolete/elements/highlight-regions-flow-vert-rl.html
diff --git a/LayoutTests/inspector/elements/highlight-regions-flow.html b/LayoutTests/inspector-obsolete/elements/highlight-regions-flow.html
similarity index 100%
rename from LayoutTests/inspector/elements/highlight-regions-flow.html
rename to LayoutTests/inspector-obsolete/elements/highlight-regions-flow.html
diff --git a/LayoutTests/inspector/elements/highlight-svg-root-expected.txt b/LayoutTests/inspector-obsolete/elements/highlight-svg-root-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/highlight-svg-root-expected.txt
rename to LayoutTests/inspector-obsolete/elements/highlight-svg-root-expected.txt
diff --git a/LayoutTests/inspector/elements/highlight-svg-root-zoomed-expected.txt b/LayoutTests/inspector-obsolete/elements/highlight-svg-root-zoomed-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/highlight-svg-root-zoomed-expected.txt
rename to LayoutTests/inspector-obsolete/elements/highlight-svg-root-zoomed-expected.txt
diff --git a/LayoutTests/inspector/elements/highlight-svg-root-zoomed.html b/LayoutTests/inspector-obsolete/elements/highlight-svg-root-zoomed.html
similarity index 100%
rename from LayoutTests/inspector/elements/highlight-svg-root-zoomed.html
rename to LayoutTests/inspector-obsolete/elements/highlight-svg-root-zoomed.html
diff --git a/LayoutTests/inspector/elements/highlight-svg-root.html b/LayoutTests/inspector-obsolete/elements/highlight-svg-root.html
similarity index 100%
rename from LayoutTests/inspector/elements/highlight-svg-root.html
rename to LayoutTests/inspector-obsolete/elements/highlight-svg-root.html
diff --git a/LayoutTests/inspector/elements/mutate-unknown-node-expected.txt b/LayoutTests/inspector-obsolete/elements/mutate-unknown-node-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/mutate-unknown-node-expected.txt
rename to LayoutTests/inspector-obsolete/elements/mutate-unknown-node-expected.txt
diff --git a/LayoutTests/inspector/elements/mutate-unknown-node.html-disabled b/LayoutTests/inspector-obsolete/elements/mutate-unknown-node.html-disabled
similarity index 100%
rename from LayoutTests/inspector/elements/mutate-unknown-node.html-disabled
rename to LayoutTests/inspector-obsolete/elements/mutate-unknown-node.html-disabled
diff --git a/LayoutTests/inspector/elements/perform-undo-undo-expected.txt b/LayoutTests/inspector-obsolete/elements/perform-undo-undo-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/perform-undo-undo-expected.txt
rename to LayoutTests/inspector-obsolete/elements/perform-undo-undo-expected.txt
diff --git a/LayoutTests/inspector/elements/perform-undo-undo.html b/LayoutTests/inspector-obsolete/elements/perform-undo-undo.html
similarity index 100%
rename from LayoutTests/inspector/elements/perform-undo-undo.html
rename to LayoutTests/inspector-obsolete/elements/perform-undo-undo.html
diff --git a/LayoutTests/inspector/elements/resolve-alien-node-expected.txt b/LayoutTests/inspector-obsolete/elements/resolve-alien-node-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/resolve-alien-node-expected.txt
rename to LayoutTests/inspector-obsolete/elements/resolve-alien-node-expected.txt
diff --git a/LayoutTests/inspector/elements/resolve-alien-node.html b/LayoutTests/inspector-obsolete/elements/resolve-alien-node.html
similarity index 100%
rename from LayoutTests/inspector/elements/resolve-alien-node.html
rename to LayoutTests/inspector-obsolete/elements/resolve-alien-node.html
diff --git a/LayoutTests/inspector/elements/resolve-node-blocked-expected.txt b/LayoutTests/inspector-obsolete/elements/resolve-node-blocked-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/resolve-node-blocked-expected.txt
rename to LayoutTests/inspector-obsolete/elements/resolve-node-blocked-expected.txt
diff --git a/LayoutTests/inspector/elements/resolve-node-blocked.html b/LayoutTests/inspector-obsolete/elements/resolve-node-blocked.html
similarity index 100%
rename from LayoutTests/inspector/elements/resolve-node-blocked.html
rename to LayoutTests/inspector-obsolete/elements/resolve-node-blocked.html
diff --git a/LayoutTests/inspector/elements/resources/dom-search-crash-iframe.html b/LayoutTests/inspector-obsolete/elements/resources/dom-search-crash-iframe.html
similarity index 100%
rename from LayoutTests/inspector/elements/resources/dom-search-crash-iframe.html
rename to LayoutTests/inspector-obsolete/elements/resources/dom-search-crash-iframe.html
diff --git a/LayoutTests/inspector/elements/resources/elements-panel-rewrite-href-iframe.html b/LayoutTests/inspector-obsolete/elements/resources/elements-panel-rewrite-href-iframe.html
similarity index 100%
rename from LayoutTests/inspector/elements/resources/elements-panel-rewrite-href-iframe.html
rename to LayoutTests/inspector-obsolete/elements/resources/elements-panel-rewrite-href-iframe.html
diff --git a/LayoutTests/inspector/elements/resources/elements-panel-styles.css b/LayoutTests/inspector-obsolete/elements/resources/elements-panel-styles.css
similarity index 100%
rename from LayoutTests/inspector/elements/resources/elements-panel-styles.css
rename to LayoutTests/inspector-obsolete/elements/resources/elements-panel-styles.css
diff --git a/LayoutTests/inspector/elements/resources/hide-shortcut-iframe.html b/LayoutTests/inspector-obsolete/elements/resources/hide-shortcut-iframe.html
similarity index 100%
rename from LayoutTests/inspector/elements/resources/hide-shortcut-iframe.html
rename to LayoutTests/inspector-obsolete/elements/resources/hide-shortcut-iframe.html
diff --git a/LayoutTests/inspector/elements/resources/highlight-node-scaled-iframe.html b/LayoutTests/inspector-obsolete/elements/resources/highlight-node-scaled-iframe.html
similarity index 100%
rename from LayoutTests/inspector/elements/resources/highlight-node-scaled-iframe.html
rename to LayoutTests/inspector-obsolete/elements/resources/highlight-node-scaled-iframe.html
diff --git a/LayoutTests/inspector/elements/resources/set-html-via-resource-iframe.html b/LayoutTests/inspector-obsolete/elements/resources/set-html-via-resource-iframe.html
similarity index 100%
rename from LayoutTests/inspector/elements/resources/set-html-via-resource-iframe.html
rename to LayoutTests/inspector-obsolete/elements/resources/set-html-via-resource-iframe.html
diff --git a/LayoutTests/inspector/elements/resources/set-outer-html-body-iframe.html b/LayoutTests/inspector-obsolete/elements/resources/set-outer-html-body-iframe.html
similarity index 100%
rename from LayoutTests/inspector/elements/resources/set-outer-html-body-iframe.html
rename to LayoutTests/inspector-obsolete/elements/resources/set-outer-html-body-iframe.html
diff --git a/LayoutTests/inspector/elements/set-attribute-expected.txt b/LayoutTests/inspector-obsolete/elements/set-attribute-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/set-attribute-expected.txt
rename to LayoutTests/inspector-obsolete/elements/set-attribute-expected.txt
diff --git a/LayoutTests/inspector/elements/set-attribute-non-html-expected.txt b/LayoutTests/inspector-obsolete/elements/set-attribute-non-html-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/set-attribute-non-html-expected.txt
rename to LayoutTests/inspector-obsolete/elements/set-attribute-non-html-expected.txt
diff --git a/LayoutTests/inspector/elements/set-attribute-non-html.svg b/LayoutTests/inspector-obsolete/elements/set-attribute-non-html.svg
similarity index 100%
rename from LayoutTests/inspector/elements/set-attribute-non-html.svg
rename to LayoutTests/inspector-obsolete/elements/set-attribute-non-html.svg
diff --git a/LayoutTests/inspector/elements/set-attribute.html b/LayoutTests/inspector-obsolete/elements/set-attribute.html
similarity index 100%
rename from LayoutTests/inspector/elements/set-attribute.html
rename to LayoutTests/inspector-obsolete/elements/set-attribute.html
diff --git a/LayoutTests/inspector/elements/set-outer-html-2-expected.txt b/LayoutTests/inspector-obsolete/elements/set-outer-html-2-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/set-outer-html-2-expected.txt
rename to LayoutTests/inspector-obsolete/elements/set-outer-html-2-expected.txt
diff --git a/LayoutTests/inspector/elements/set-outer-html-2.html b/LayoutTests/inspector-obsolete/elements/set-outer-html-2.html
similarity index 100%
rename from LayoutTests/inspector/elements/set-outer-html-2.html
rename to LayoutTests/inspector-obsolete/elements/set-outer-html-2.html
diff --git a/LayoutTests/inspector/elements/set-outer-html-body-expected.txt b/LayoutTests/inspector-obsolete/elements/set-outer-html-body-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/set-outer-html-body-expected.txt
rename to LayoutTests/inspector-obsolete/elements/set-outer-html-body-expected.txt
diff --git a/LayoutTests/inspector/elements/set-outer-html-body.html b/LayoutTests/inspector-obsolete/elements/set-outer-html-body.html
similarity index 100%
rename from LayoutTests/inspector/elements/set-outer-html-body.html
rename to LayoutTests/inspector-obsolete/elements/set-outer-html-body.html
diff --git a/LayoutTests/inspector/elements/set-outer-html-expected.txt b/LayoutTests/inspector-obsolete/elements/set-outer-html-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/set-outer-html-expected.txt
rename to LayoutTests/inspector-obsolete/elements/set-outer-html-expected.txt
diff --git a/LayoutTests/inspector/elements/set-outer-html-for-xhtml-expected.txt b/LayoutTests/inspector-obsolete/elements/set-outer-html-for-xhtml-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/set-outer-html-for-xhtml-expected.txt
rename to LayoutTests/inspector-obsolete/elements/set-outer-html-for-xhtml-expected.txt
diff --git a/LayoutTests/inspector/elements/set-outer-html-for-xhtml.xhtml b/LayoutTests/inspector-obsolete/elements/set-outer-html-for-xhtml.xhtml
similarity index 100%
rename from LayoutTests/inspector/elements/set-outer-html-for-xhtml.xhtml
rename to LayoutTests/inspector-obsolete/elements/set-outer-html-for-xhtml.xhtml
diff --git a/LayoutTests/inspector/elements/set-outer-html-test.js b/LayoutTests/inspector-obsolete/elements/set-outer-html-test.js
similarity index 100%
rename from LayoutTests/inspector/elements/set-outer-html-test.js
rename to LayoutTests/inspector-obsolete/elements/set-outer-html-test.js
diff --git a/LayoutTests/inspector/elements/set-outer-html.html b/LayoutTests/inspector-obsolete/elements/set-outer-html.html
similarity index 100%
rename from LayoutTests/inspector/elements/set-outer-html.html
rename to LayoutTests/inspector-obsolete/elements/set-outer-html.html
diff --git a/LayoutTests/inspector/elements/undo-set-outer-html-2-expected.txt b/LayoutTests/inspector-obsolete/elements/undo-set-outer-html-2-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/undo-set-outer-html-2-expected.txt
rename to LayoutTests/inspector-obsolete/elements/undo-set-outer-html-2-expected.txt
diff --git a/LayoutTests/inspector/elements/undo-set-outer-html-2.html b/LayoutTests/inspector-obsolete/elements/undo-set-outer-html-2.html
similarity index 100%
rename from LayoutTests/inspector/elements/undo-set-outer-html-2.html
rename to LayoutTests/inspector-obsolete/elements/undo-set-outer-html-2.html
diff --git a/LayoutTests/inspector/elements/undo-set-outer-html-expected.txt b/LayoutTests/inspector-obsolete/elements/undo-set-outer-html-expected.txt
similarity index 100%
rename from LayoutTests/inspector/elements/undo-set-outer-html-expected.txt
rename to LayoutTests/inspector-obsolete/elements/undo-set-outer-html-expected.txt
diff --git a/LayoutTests/inspector/elements/undo-set-outer-html.html b/LayoutTests/inspector-obsolete/elements/undo-set-outer-html.html
similarity index 100%
rename from LayoutTests/inspector/elements/undo-set-outer-html.html
rename to LayoutTests/inspector-obsolete/elements/undo-set-outer-html.html
diff --git a/LayoutTests/http/tests/inspector/appcache/appcache-iframe-manifests-expected.txt b/LayoutTests/inspector-obsolete/http-tests/appcache/appcache-iframe-manifests-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/appcache/appcache-iframe-manifests-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/appcache/appcache-iframe-manifests-expected.txt
diff --git a/LayoutTests/http/tests/inspector/appcache/appcache-iframe-manifests.html b/LayoutTests/inspector-obsolete/http-tests/appcache/appcache-iframe-manifests.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/appcache/appcache-iframe-manifests.html
rename to LayoutTests/inspector-obsolete/http-tests/appcache/appcache-iframe-manifests.html
diff --git a/LayoutTests/http/tests/inspector/appcache/appcache-manifest-with-non-existing-file-expected.txt b/LayoutTests/inspector-obsolete/http-tests/appcache/appcache-manifest-with-non-existing-file-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/appcache/appcache-manifest-with-non-existing-file-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/appcache/appcache-manifest-with-non-existing-file-expected.txt
diff --git a/LayoutTests/http/tests/inspector/appcache/appcache-manifest-with-non-existing-file.html b/LayoutTests/inspector-obsolete/http-tests/appcache/appcache-manifest-with-non-existing-file.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/appcache/appcache-manifest-with-non-existing-file.html
rename to LayoutTests/inspector-obsolete/http-tests/appcache/appcache-manifest-with-non-existing-file.html
diff --git a/LayoutTests/http/tests/inspector/appcache/appcache-swap-expected.txt b/LayoutTests/inspector-obsolete/http-tests/appcache/appcache-swap-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/appcache/appcache-swap-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/appcache/appcache-swap-expected.txt
diff --git a/LayoutTests/http/tests/inspector/appcache/appcache-swap.html b/LayoutTests/inspector-obsolete/http-tests/appcache/appcache-swap.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/appcache/appcache-swap.html
rename to LayoutTests/inspector-obsolete/http-tests/appcache/appcache-swap.html
diff --git a/LayoutTests/http/tests/inspector/appcache/appcache-test.js b/LayoutTests/inspector-obsolete/http-tests/appcache/appcache-test.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/appcache/appcache-test.js
rename to LayoutTests/inspector-obsolete/http-tests/appcache/appcache-test.js
diff --git a/LayoutTests/http/tests/inspector/appcache/resources/manifest.php b/LayoutTests/inspector-obsolete/http-tests/appcache/resources/manifest.php
similarity index 100%
rename from LayoutTests/http/tests/inspector/appcache/resources/manifest.php
rename to LayoutTests/inspector-obsolete/http-tests/appcache/resources/manifest.php
diff --git a/LayoutTests/http/tests/inspector/appcache/resources/page-with-manifest.php b/LayoutTests/inspector-obsolete/http-tests/appcache/resources/page-with-manifest.php
similarity index 100%
rename from LayoutTests/http/tests/inspector/appcache/resources/page-with-manifest.php
rename to LayoutTests/inspector-obsolete/http-tests/appcache/resources/page-with-manifest.php
diff --git a/LayoutTests/http/tests/inspector/appcache/resources/versioned-manifest.php b/LayoutTests/inspector-obsolete/http-tests/appcache/resources/versioned-manifest.php
similarity index 100%
rename from LayoutTests/http/tests/inspector/appcache/resources/versioned-manifest.php
rename to LayoutTests/inspector-obsolete/http-tests/appcache/resources/versioned-manifest.php
diff --git a/LayoutTests/http/tests/inspector/appcache/resources/with-versioned-manifest.php b/LayoutTests/inspector-obsolete/http-tests/appcache/resources/with-versioned-manifest.php
similarity index 100%
rename from LayoutTests/http/tests/inspector/appcache/resources/with-versioned-manifest.php
rename to LayoutTests/inspector-obsolete/http-tests/appcache/resources/with-versioned-manifest.php
diff --git a/LayoutTests/http/tests/inspector/audits/resources/abe.png b/LayoutTests/inspector-obsolete/http-tests/audits/resources/abe.png
similarity index 100%
rename from LayoutTests/http/tests/inspector/audits/resources/abe.png
rename to LayoutTests/inspector-obsolete/http-tests/audits/resources/abe.png
Binary files differ
diff --git a/LayoutTests/http/tests/inspector/audits/set-cookie-header-audit-no-false-positive-expected.txt b/LayoutTests/inspector-obsolete/http-tests/audits/set-cookie-header-audit-no-false-positive-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/audits/set-cookie-header-audit-no-false-positive-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/audits/set-cookie-header-audit-no-false-positive-expected.txt
diff --git a/LayoutTests/http/tests/inspector/audits/set-cookie-header-audit-no-false-positive.html b/LayoutTests/inspector-obsolete/http-tests/audits/set-cookie-header-audit-no-false-positive.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/audits/set-cookie-header-audit-no-false-positive.html
rename to LayoutTests/inspector-obsolete/http-tests/audits/set-cookie-header-audit-no-false-positive.html
diff --git a/LayoutTests/http/tests/inspector/change-iframe-src-expected.txt b/LayoutTests/inspector-obsolete/http-tests/change-iframe-src-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/change-iframe-src-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/change-iframe-src-expected.txt
diff --git a/LayoutTests/http/tests/inspector/change-iframe-src.html b/LayoutTests/inspector-obsolete/http-tests/change-iframe-src.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/change-iframe-src.html
rename to LayoutTests/inspector-obsolete/http-tests/change-iframe-src.html
diff --git a/LayoutTests/http/tests/inspector/compiler-script-mapping-expected.txt b/LayoutTests/inspector-obsolete/http-tests/compiler-script-mapping-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/compiler-script-mapping-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/compiler-script-mapping-expected.txt
diff --git a/LayoutTests/http/tests/inspector/compiler-script-mapping.html b/LayoutTests/inspector-obsolete/http-tests/compiler-script-mapping.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/compiler-script-mapping.html
rename to LayoutTests/inspector-obsolete/http-tests/compiler-script-mapping.html
diff --git a/LayoutTests/http/tests/inspector/compiler-source-mapping-debug-expected.txt b/LayoutTests/inspector-obsolete/http-tests/compiler-source-mapping-debug-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/compiler-source-mapping-debug-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/compiler-source-mapping-debug-expected.txt
diff --git a/LayoutTests/http/tests/inspector/compiler-source-mapping-debug.html b/LayoutTests/inspector-obsolete/http-tests/compiler-source-mapping-debug.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/compiler-source-mapping-debug.html
rename to LayoutTests/inspector-obsolete/http-tests/compiler-source-mapping-debug.html
diff --git a/LayoutTests/http/tests/inspector/console-cd-completions-expected.txt b/LayoutTests/inspector-obsolete/http-tests/console-cd-completions-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/console-cd-completions-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/console-cd-completions-expected.txt
diff --git a/LayoutTests/http/tests/inspector/console-cd-completions.html b/LayoutTests/inspector-obsolete/http-tests/console-cd-completions.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/console-cd-completions.html
rename to LayoutTests/inspector-obsolete/http-tests/console-cd-completions.html
diff --git a/LayoutTests/http/tests/inspector/console-cd-expected.txt b/LayoutTests/inspector-obsolete/http-tests/console-cd-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/console-cd-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/console-cd-expected.txt
diff --git a/LayoutTests/http/tests/inspector/console-cd.html b/LayoutTests/inspector-obsolete/http-tests/console-cd.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/console-cd.html
rename to LayoutTests/inspector-obsolete/http-tests/console-cd.html
diff --git a/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation-expected.txt b/LayoutTests/inspector-obsolete/http-tests/console-clear-arguments-on-frame-navigation-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/console-clear-arguments-on-frame-navigation-expected.txt
diff --git a/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation.html b/LayoutTests/inspector-obsolete/http-tests/console-clear-arguments-on-frame-navigation.html
similarity index 100%
rename from LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation.html
rename to LayoutTests/inspector-obsolete/http-tests/console-clear-arguments-on-frame-navigation.html
diff --git a/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove-expected.txt b/LayoutTests/inspector-obsolete/http-tests/console-clear-arguments-on-frame-remove-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/console-clear-arguments-on-frame-remove-expected.txt
diff --git a/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove.html b/LayoutTests/inspector-obsolete/http-tests/console-clear-arguments-on-frame-remove.html
similarity index 100%
rename from LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove.html
rename to LayoutTests/inspector-obsolete/http-tests/console-clear-arguments-on-frame-remove.html
diff --git a/LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging-expected.txt b/LayoutTests/inspector-obsolete/http-tests/console-cross-origin-iframe-logging-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/console-cross-origin-iframe-logging-expected.txt
diff --git a/LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging.html b/LayoutTests/inspector-obsolete/http-tests/console-cross-origin-iframe-logging.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging.html
rename to LayoutTests/inspector-obsolete/http-tests/console-cross-origin-iframe-logging.html
diff --git a/LayoutTests/http/tests/inspector-enabled/console-log-before-frame-navigation-expected.txt b/LayoutTests/inspector-obsolete/http-tests/console-log-before-frame-navigation-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector-enabled/console-log-before-frame-navigation-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/console-log-before-frame-navigation-expected.txt
diff --git a/LayoutTests/http/tests/inspector-enabled/console-log-before-frame-navigation.html b/LayoutTests/inspector-obsolete/http-tests/console-log-before-frame-navigation.html
similarity index 100%
rename from LayoutTests/http/tests/inspector-enabled/console-log-before-frame-navigation.html
rename to LayoutTests/inspector-obsolete/http-tests/console-log-before-frame-navigation.html
diff --git a/LayoutTests/http/tests/inspector/console-resource-errors-expected.txt b/LayoutTests/inspector-obsolete/http-tests/console-resource-errors-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/console-resource-errors-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/console-resource-errors-expected.txt
diff --git a/LayoutTests/http/tests/inspector/console-resource-errors.html b/LayoutTests/inspector-obsolete/http-tests/console-resource-errors.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/console-resource-errors.html
rename to LayoutTests/inspector-obsolete/http-tests/console-resource-errors.html
diff --git a/LayoutTests/http/tests/inspector/console-test.js b/LayoutTests/inspector-obsolete/http-tests/console-test.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/console-test.js
rename to LayoutTests/inspector-obsolete/http-tests/console-test.js
diff --git a/LayoutTests/http/tests/inspector/console-websocket-error.html b/LayoutTests/inspector-obsolete/http-tests/console-websocket-error.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/console-websocket-error.html
rename to LayoutTests/inspector-obsolete/http-tests/console-websocket-error.html
diff --git a/LayoutTests/http/tests/inspector/console-xhr-logging-async-expected.txt b/LayoutTests/inspector-obsolete/http-tests/console-xhr-logging-async-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/console-xhr-logging-async-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/console-xhr-logging-async-expected.txt
diff --git a/LayoutTests/http/tests/inspector/console-xhr-logging-async.html b/LayoutTests/inspector-obsolete/http-tests/console-xhr-logging-async.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/console-xhr-logging-async.html
rename to LayoutTests/inspector-obsolete/http-tests/console-xhr-logging-async.html
diff --git a/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt b/LayoutTests/inspector-obsolete/http-tests/console-xhr-logging-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/console-xhr-logging-expected.txt
diff --git a/LayoutTests/http/tests/inspector/console-xhr-logging.html b/LayoutTests/inspector-obsolete/http-tests/console-xhr-logging.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/console-xhr-logging.html
rename to LayoutTests/inspector-obsolete/http-tests/console-xhr-logging.html
diff --git a/LayoutTests/http/tests/inspector-enabled/database-open-expected.txt b/LayoutTests/inspector-obsolete/http-tests/database-open-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector-enabled/database-open-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/database-open-expected.txt
diff --git a/LayoutTests/http/tests/inspector-enabled/database-open.html b/LayoutTests/inspector-obsolete/http-tests/database-open.html
similarity index 100%
rename from LayoutTests/http/tests/inspector-enabled/database-open.html
rename to LayoutTests/inspector-obsolete/http-tests/database-open.html
diff --git a/LayoutTests/http/tests/inspector/debugger-test.js b/LayoutTests/inspector-obsolete/http-tests/debugger-test.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/debugger-test.js
rename to LayoutTests/inspector-obsolete/http-tests/debugger-test.js
diff --git a/LayoutTests/http/tests/inspector-enabled/dedicated-workers-list-expected.txt b/LayoutTests/inspector-obsolete/http-tests/dedicated-workers-list-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector-enabled/dedicated-workers-list-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/dedicated-workers-list-expected.txt
diff --git a/LayoutTests/http/tests/inspector-enabled/dedicated-workers-list.html b/LayoutTests/inspector-obsolete/http-tests/dedicated-workers-list.html
similarity index 100%
rename from LayoutTests/http/tests/inspector-enabled/dedicated-workers-list.html
rename to LayoutTests/inspector-obsolete/http-tests/dedicated-workers-list.html
diff --git a/LayoutTests/http/tests/inspector-enabled/document-write-expected.txt b/LayoutTests/inspector-obsolete/http-tests/document-write-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector-enabled/document-write-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/document-write-expected.txt
diff --git a/LayoutTests/http/tests/inspector-enabled/document-write.html b/LayoutTests/inspector-obsolete/http-tests/document-write.html
similarity index 100%
rename from LayoutTests/http/tests/inspector-enabled/document-write.html
rename to LayoutTests/inspector-obsolete/http-tests/document-write.html
diff --git a/LayoutTests/http/tests/inspector-enabled/dom-storage-open-expected.txt b/LayoutTests/inspector-obsolete/http-tests/dom-storage-open-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector-enabled/dom-storage-open-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/dom-storage-open-expected.txt
diff --git a/LayoutTests/http/tests/inspector-enabled/dom-storage-open.html b/LayoutTests/inspector-obsolete/http-tests/dom-storage-open.html
similarity index 100%
rename from LayoutTests/http/tests/inspector-enabled/dom-storage-open.html
rename to LayoutTests/inspector-obsolete/http-tests/dom-storage-open.html
diff --git a/LayoutTests/http/tests/inspector-enabled/dynamic-scripts-expected.txt b/LayoutTests/inspector-obsolete/http-tests/dynamic-scripts-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector-enabled/dynamic-scripts-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/dynamic-scripts-expected.txt
diff --git a/LayoutTests/http/tests/inspector-enabled/dynamic-scripts.html b/LayoutTests/inspector-obsolete/http-tests/dynamic-scripts.html
similarity index 100%
rename from LayoutTests/http/tests/inspector-enabled/dynamic-scripts.html
rename to LayoutTests/inspector-obsolete/http-tests/dynamic-scripts.html
diff --git a/LayoutTests/http/tests/inspector/elements-test.js b/LayoutTests/inspector-obsolete/http-tests/elements-test.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/elements-test.js
rename to LayoutTests/inspector-obsolete/http-tests/elements-test.js
diff --git a/LayoutTests/http/tests/inspector/extensions-headers-expected.txt b/LayoutTests/inspector-obsolete/http-tests/extensions-headers-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/extensions-headers-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/extensions-headers-expected.txt
diff --git a/LayoutTests/http/tests/inspector/extensions-headers.html b/LayoutTests/inspector-obsolete/http-tests/extensions-headers.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/extensions-headers.html
rename to LayoutTests/inspector-obsolete/http-tests/extensions-headers.html
diff --git a/LayoutTests/http/tests/inspector/extensions-iframe-eval-expected.txt b/LayoutTests/inspector-obsolete/http-tests/extensions-iframe-eval-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/extensions-iframe-eval-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/extensions-iframe-eval-expected.txt
diff --git a/LayoutTests/http/tests/inspector/extensions-iframe-eval.html b/LayoutTests/inspector-obsolete/http-tests/extensions-iframe-eval.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/extensions-iframe-eval.html
rename to LayoutTests/inspector-obsolete/http-tests/extensions-iframe-eval.html
diff --git a/LayoutTests/http/tests/inspector/extensions-ignore-cache-expected.txt b/LayoutTests/inspector-obsolete/http-tests/extensions-ignore-cache-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/extensions-ignore-cache-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/extensions-ignore-cache-expected.txt
diff --git a/LayoutTests/http/tests/inspector/extensions-ignore-cache.html b/LayoutTests/inspector-obsolete/http-tests/extensions-ignore-cache.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/extensions-ignore-cache.html
rename to LayoutTests/inspector-obsolete/http-tests/extensions-ignore-cache.html
diff --git a/LayoutTests/http/tests/inspector/extensions-network-redirect-expected.txt b/LayoutTests/inspector-obsolete/http-tests/extensions-network-redirect-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/extensions-network-redirect-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/extensions-network-redirect-expected.txt
diff --git a/LayoutTests/http/tests/inspector/extensions-network-redirect.html b/LayoutTests/inspector-obsolete/http-tests/extensions-network-redirect.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/extensions-network-redirect.html
rename to LayoutTests/inspector-obsolete/http-tests/extensions-network-redirect.html
diff --git a/LayoutTests/http/tests/inspector/extensions-network-test.js b/LayoutTests/inspector-obsolete/http-tests/extensions-network-test.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/extensions-network-test.js
rename to LayoutTests/inspector-obsolete/http-tests/extensions-network-test.js
diff --git a/LayoutTests/http/tests/inspector/extensions-test.js b/LayoutTests/inspector-obsolete/http-tests/extensions-test.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/extensions-test.js
rename to LayoutTests/inspector-obsolete/http-tests/extensions-test.js
diff --git a/LayoutTests/http/tests/inspector/indexeddb/database-data-expected.txt b/LayoutTests/inspector-obsolete/http-tests/indexeddb/database-data-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/indexeddb/database-data-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/indexeddb/database-data-expected.txt
diff --git a/LayoutTests/http/tests/inspector/indexeddb/database-data.html b/LayoutTests/inspector-obsolete/http-tests/indexeddb/database-data.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/indexeddb/database-data.html
rename to LayoutTests/inspector-obsolete/http-tests/indexeddb/database-data.html
diff --git a/LayoutTests/http/tests/inspector/indexeddb/database-names-expected.txt b/LayoutTests/inspector-obsolete/http-tests/indexeddb/database-names-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/indexeddb/database-names-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/indexeddb/database-names-expected.txt
diff --git a/LayoutTests/http/tests/inspector/indexeddb/database-names.html b/LayoutTests/inspector-obsolete/http-tests/indexeddb/database-names.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/indexeddb/database-names.html
rename to LayoutTests/inspector-obsolete/http-tests/indexeddb/database-names.html
diff --git a/LayoutTests/http/tests/inspector/indexeddb/database-structure-expected.txt b/LayoutTests/inspector-obsolete/http-tests/indexeddb/database-structure-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/indexeddb/database-structure-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/indexeddb/database-structure-expected.txt
diff --git a/LayoutTests/http/tests/inspector/indexeddb/database-structure.html b/LayoutTests/inspector-obsolete/http-tests/indexeddb/database-structure.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/indexeddb/database-structure.html
rename to LayoutTests/inspector-obsolete/http-tests/indexeddb/database-structure.html
diff --git a/LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js b/LayoutTests/inspector-obsolete/http-tests/indexeddb/indexeddb-test.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js
rename to LayoutTests/inspector-obsolete/http-tests/indexeddb/indexeddb-test.js
diff --git a/LayoutTests/http/tests/inspector/indexeddb/resources-panel-expected.txt b/LayoutTests/inspector-obsolete/http-tests/indexeddb/resources-panel-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/indexeddb/resources-panel-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/indexeddb/resources-panel-expected.txt
diff --git a/LayoutTests/http/tests/inspector/indexeddb/resources-panel.html b/LayoutTests/inspector-obsolete/http-tests/indexeddb/resources-panel.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/indexeddb/resources-panel.html
rename to LayoutTests/inspector-obsolete/http-tests/indexeddb/resources-panel.html
diff --git a/LayoutTests/http/tests/inspector/indexeddb/resources/without-indexed-db.html b/LayoutTests/inspector-obsolete/http-tests/indexeddb/resources/without-indexed-db.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/indexeddb/resources/without-indexed-db.html
rename to LayoutTests/inspector-obsolete/http-tests/indexeddb/resources/without-indexed-db.html
diff --git a/LayoutTests/http/tests/inspector-enabled/injected-script-discard-expected.txt b/LayoutTests/inspector-obsolete/http-tests/injected-script-discard-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector-enabled/injected-script-discard-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/injected-script-discard-expected.txt
diff --git a/LayoutTests/http/tests/inspector-enabled/injected-script-discard.html b/LayoutTests/inspector-obsolete/http-tests/injected-script-discard.html
similarity index 100%
rename from LayoutTests/http/tests/inspector-enabled/injected-script-discard.html
rename to LayoutTests/inspector-obsolete/http-tests/injected-script-discard.html
diff --git a/LayoutTests/http/tests/inspector/inspect-element-expected.txt b/LayoutTests/inspector-obsolete/http-tests/inspect-element-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/inspect-element-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/inspect-element-expected.txt
diff --git a/LayoutTests/http/tests/inspector/inspect-element.html b/LayoutTests/inspector-obsolete/http-tests/inspect-element.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/inspect-element.html
rename to LayoutTests/inspector-obsolete/http-tests/inspect-element.html
diff --git a/LayoutTests/http/tests/inspector/inspect-iframe-from-different-domain-expected.txt b/LayoutTests/inspector-obsolete/http-tests/inspect-iframe-from-different-domain-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/inspect-iframe-from-different-domain-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/inspect-iframe-from-different-domain-expected.txt
diff --git a/LayoutTests/http/tests/inspector/inspect-iframe-from-different-domain.html b/LayoutTests/inspector-obsolete/http-tests/inspect-iframe-from-different-domain.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/inspect-iframe-from-different-domain.html
rename to LayoutTests/inspector-obsolete/http-tests/inspect-iframe-from-different-domain.html
diff --git a/LayoutTests/http/tests/inspector/inspector-test.js b/LayoutTests/inspector-obsolete/http-tests/inspector-test.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/inspector-test.js
rename to LayoutTests/inspector-obsolete/http-tests/inspector-test.js
diff --git a/LayoutTests/http/tests/inspector/isolated-filesystem-test.js b/LayoutTests/inspector-obsolete/http-tests/isolated-filesystem-test.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/isolated-filesystem-test.js
rename to LayoutTests/inspector-obsolete/http-tests/isolated-filesystem-test.js
diff --git a/LayoutTests/http/tests/inspector/live-edit-test.js b/LayoutTests/inspector-obsolete/http-tests/live-edit-test.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/live-edit-test.js
rename to LayoutTests/inspector-obsolete/http-tests/live-edit-test.js
diff --git a/LayoutTests/http/tests/inspector/modify-cross-domain-rule-expected.txt b/LayoutTests/inspector-obsolete/http-tests/modify-cross-domain-rule-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/modify-cross-domain-rule-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/modify-cross-domain-rule-expected.txt
diff --git a/LayoutTests/http/tests/inspector/modify-cross-domain-rule.html b/LayoutTests/inspector-obsolete/http-tests/modify-cross-domain-rule.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/modify-cross-domain-rule.html
rename to LayoutTests/inspector-obsolete/http-tests/modify-cross-domain-rule.html
diff --git a/LayoutTests/http/tests/inspector/network-preflight-options-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network-preflight-options-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network-preflight-options-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network-preflight-options-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network-preflight-options.html b/LayoutTests/inspector-obsolete/http-tests/network-preflight-options.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network-preflight-options.html
rename to LayoutTests/inspector-obsolete/http-tests/network-preflight-options.html
diff --git a/LayoutTests/http/tests/inspector/network-test.js b/LayoutTests/inspector-obsolete/http-tests/network-test.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/network-test.js
rename to LayoutTests/inspector-obsolete/http-tests/network-test.js
diff --git a/LayoutTests/http/tests/inspector/network/async-xhr-json-mime-type-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/async-xhr-json-mime-type-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/async-xhr-json-mime-type-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/async-xhr-json-mime-type-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/async-xhr-json-mime-type.html b/LayoutTests/inspector-obsolete/http-tests/network/async-xhr-json-mime-type.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/async-xhr-json-mime-type.html
rename to LayoutTests/inspector-obsolete/http-tests/network/async-xhr-json-mime-type.html
diff --git a/LayoutTests/http/tests/inspector/network/cached-resource-destroyed-moved-to-storage-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/cached-resource-destroyed-moved-to-storage-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/cached-resource-destroyed-moved-to-storage-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/cached-resource-destroyed-moved-to-storage-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/cached-resource-destroyed-moved-to-storage.html b/LayoutTests/inspector-obsolete/http-tests/network/cached-resource-destroyed-moved-to-storage.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/cached-resource-destroyed-moved-to-storage.html
rename to LayoutTests/inspector-obsolete/http-tests/network/cached-resource-destroyed-moved-to-storage.html
diff --git a/LayoutTests/http/tests/inspector/network/cached-resource-destroyed-too-big-discarded-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/cached-resource-destroyed-too-big-discarded-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/cached-resource-destroyed-too-big-discarded-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/cached-resource-destroyed-too-big-discarded-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html b/LayoutTests/inspector-obsolete/http-tests/network/cached-resource-destroyed-too-big-discarded.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html
rename to LayoutTests/inspector-obsolete/http-tests/network/cached-resource-destroyed-too-big-discarded.html
diff --git a/LayoutTests/http/tests/inspector/network/css-source-mapping-url-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/css-source-mapping-url-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/css-source-mapping-url-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/css-source-mapping-url-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/css-source-mapping-url.html b/LayoutTests/inspector-obsolete/http-tests/network/css-source-mapping-url.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/css-source-mapping-url.html
rename to LayoutTests/inspector-obsolete/http-tests/network/css-source-mapping-url.html
diff --git a/LayoutTests/http/tests/inspector/network/download-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/download-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/download-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/download-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/download.html b/LayoutTests/inspector-obsolete/http-tests/network/download.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/download.html
rename to LayoutTests/inspector-obsolete/http-tests/network/download.html
diff --git a/LayoutTests/http/tests/inspector/network/har-content-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/har-content-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/har-content-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/har-content-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/har-content.html b/LayoutTests/inspector-obsolete/http-tests/network/har-content.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/har-content.html
rename to LayoutTests/inspector-obsolete/http-tests/network/har-content.html
diff --git a/LayoutTests/http/tests/inspector/network/image-as-text-loading-data-url-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/image-as-text-loading-data-url-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/image-as-text-loading-data-url-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/image-as-text-loading-data-url-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/image-as-text-loading-data-url.html b/LayoutTests/inspector-obsolete/http-tests/network/image-as-text-loading-data-url.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/image-as-text-loading-data-url.html
rename to LayoutTests/inspector-obsolete/http-tests/network/image-as-text-loading-data-url.html
diff --git a/LayoutTests/http/tests/inspector/network/network-cachedresources-with-same-urls-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-cachedresources-with-same-urls-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-cachedresources-with-same-urls-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-cachedresources-with-same-urls-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-cachedresources-with-same-urls.html b/LayoutTests/inspector-obsolete/http-tests/network/network-cachedresources-with-same-urls.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-cachedresources-with-same-urls.html
rename to LayoutTests/inspector-obsolete/http-tests/network/network-cachedresources-with-same-urls.html
diff --git a/LayoutTests/http/tests/inspector/network/network-clear-cache-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-clear-cache-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-clear-cache-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-clear-cache-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-clear-cache.html-disabled b/LayoutTests/inspector-obsolete/http-tests/network/network-clear-cache.html-disabled
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-clear-cache.html-disabled
rename to LayoutTests/inspector-obsolete/http-tests/network/network-clear-cache.html-disabled
diff --git a/LayoutTests/http/tests/inspector/network/network-clear-cookies-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-clear-cookies-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-clear-cookies-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-clear-cookies-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-clear-cookies.html-disabled b/LayoutTests/inspector-obsolete/http-tests/network/network-clear-cookies.html-disabled
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-clear-cookies.html-disabled
rename to LayoutTests/inspector-obsolete/http-tests/network/network-clear-cookies.html-disabled
diff --git a/LayoutTests/http/tests/inspector/network/network-content-replacement-embed-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-content-replacement-embed-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-content-replacement-embed-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-content-replacement-embed-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-content-replacement-embed.html b/LayoutTests/inspector-obsolete/http-tests/network/network-content-replacement-embed.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-content-replacement-embed.html
rename to LayoutTests/inspector-obsolete/http-tests/network/network-content-replacement-embed.html
diff --git a/LayoutTests/http/tests/inspector/network/network-content-replacement-xhr-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-content-replacement-xhr-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-content-replacement-xhr-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-content-replacement-xhr-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-content-replacement-xhr.html b/LayoutTests/inspector-obsolete/http-tests/network/network-content-replacement-xhr.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-content-replacement-xhr.html
rename to LayoutTests/inspector-obsolete/http-tests/network/network-content-replacement-xhr.html
diff --git a/LayoutTests/http/tests/inspector/network/network-cyrillic-xhr-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-cyrillic-xhr-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-cyrillic-xhr-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-cyrillic-xhr-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-cyrillic-xhr.html b/LayoutTests/inspector-obsolete/http-tests/network/network-cyrillic-xhr.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-cyrillic-xhr.html
rename to LayoutTests/inspector-obsolete/http-tests/network/network-cyrillic-xhr.html
diff --git a/LayoutTests/http/tests/inspector/network/network-disable-cache-memory-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-disable-cache-memory-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-disable-cache-memory-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-disable-cache-memory-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-disable-cache-memory.html b/LayoutTests/inspector-obsolete/http-tests/network/network-disable-cache-memory.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-disable-cache-memory.html
rename to LayoutTests/inspector-obsolete/http-tests/network/network-disable-cache-memory.html
diff --git a/LayoutTests/http/tests/inspector/network/network-disable-cache-xhrs-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-disable-cache-xhrs-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-disable-cache-xhrs-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-disable-cache-xhrs-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-disable-cache-xhrs.html b/LayoutTests/inspector-obsolete/http-tests/network/network-disable-cache-xhrs.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-disable-cache-xhrs.html
rename to LayoutTests/inspector-obsolete/http-tests/network/network-disable-cache-xhrs.html
diff --git a/LayoutTests/http/tests/inspector/network/network-disabling-check-no-memory-leak-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-disabling-check-no-memory-leak-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-disabling-check-no-memory-leak-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-disabling-check-no-memory-leak-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-disabling-check-no-memory-leak.html b/LayoutTests/inspector-obsolete/http-tests/network/network-disabling-check-no-memory-leak.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-disabling-check-no-memory-leak.html
rename to LayoutTests/inspector-obsolete/http-tests/network/network-disabling-check-no-memory-leak.html
diff --git a/LayoutTests/http/tests/inspector/network/network-embed-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-embed-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-embed-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-embed-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-embed.html b/LayoutTests/inspector-obsolete/http-tests/network/network-embed.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-embed.html
rename to LayoutTests/inspector-obsolete/http-tests/network/network-embed.html
diff --git a/LayoutTests/http/tests/inspector/network/network-empty-xhr-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-empty-xhr-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-empty-xhr-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-empty-xhr-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-empty-xhr.html b/LayoutTests/inspector-obsolete/http-tests/network/network-empty-xhr.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-empty-xhr.html
rename to LayoutTests/inspector-obsolete/http-tests/network/network-empty-xhr.html
diff --git a/LayoutTests/http/tests/inspector/network/network-iframe-load-and-delete-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-iframe-load-and-delete-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-iframe-load-and-delete-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-iframe-load-and-delete-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-iframe-load-and-delete.html b/LayoutTests/inspector-obsolete/http-tests/network/network-iframe-load-and-delete.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-iframe-load-and-delete.html
rename to LayoutTests/inspector-obsolete/http-tests/network/network-iframe-load-and-delete.html
diff --git a/LayoutTests/http/tests/inspector/network/network-image-404-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-image-404-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-image-404-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-image-404-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-image-404.html b/LayoutTests/inspector-obsolete/http-tests/network/network-image-404.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-image-404.html
rename to LayoutTests/inspector-obsolete/http-tests/network/network-image-404.html
diff --git a/LayoutTests/http/tests/inspector/network/network-initiator-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-initiator-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-initiator-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-initiator-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-initiator-from-console-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-initiator-from-console-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-initiator-from-console-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-initiator-from-console-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-initiator-from-console.html b/LayoutTests/inspector-obsolete/http-tests/network/network-initiator-from-console.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-initiator-from-console.html
rename to LayoutTests/inspector-obsolete/http-tests/network/network-initiator-from-console.html
diff --git a/LayoutTests/http/tests/inspector/network/network-initiator.html b/LayoutTests/inspector-obsolete/http-tests/network/network-initiator.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-initiator.html
rename to LayoutTests/inspector-obsolete/http-tests/network/network-initiator.html
diff --git a/LayoutTests/http/tests/inspector/network/network-preview-json-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-preview-json-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-preview-json-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-preview-json-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-preview-json.html b/LayoutTests/inspector-obsolete/http-tests/network/network-preview-json.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-preview-json.html
rename to LayoutTests/inspector-obsolete/http-tests/network/network-preview-json.html
diff --git a/LayoutTests/http/tests/inspector/network/network-request-revision-content-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-request-revision-content-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-request-revision-content-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-request-revision-content-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-request-revision-content.html b/LayoutTests/inspector-obsolete/http-tests/network/network-request-revision-content.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-request-revision-content.html
rename to LayoutTests/inspector-obsolete/http-tests/network/network-request-revision-content.html
diff --git a/LayoutTests/http/tests/inspector/network/network-shared-worker-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-shared-worker-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-shared-worker-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-shared-worker-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-shared-worker.html b/LayoutTests/inspector-obsolete/http-tests/network/network-shared-worker.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-shared-worker.html
rename to LayoutTests/inspector-obsolete/http-tests/network/network-shared-worker.html
diff --git a/LayoutTests/http/tests/inspector/network/network-sidebar-width-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-sidebar-width-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-sidebar-width-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-sidebar-width-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-sidebar-width.html b/LayoutTests/inspector-obsolete/http-tests/network/network-sidebar-width.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-sidebar-width.html
rename to LayoutTests/inspector-obsolete/http-tests/network/network-sidebar-width.html
diff --git a/LayoutTests/http/tests/inspector/network/network-size-chunked-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-size-chunked-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-size-chunked-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-size-chunked-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-size-chunked.html b/LayoutTests/inspector-obsolete/http-tests/network/network-size-chunked.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-size-chunked.html
rename to LayoutTests/inspector-obsolete/http-tests/network/network-size-chunked.html
diff --git a/LayoutTests/http/tests/inspector/network/network-size-expected-chunked.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-size-expected-chunked.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-size-expected-chunked.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-size-expected-chunked.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-size-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-size-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-size-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-size-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-size-sync-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-size-sync-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-size-sync-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-size-sync-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-size-sync.html b/LayoutTests/inspector-obsolete/http-tests/network/network-size-sync.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-size-sync.html
rename to LayoutTests/inspector-obsolete/http-tests/network/network-size-sync.html
diff --git a/LayoutTests/http/tests/inspector/network/network-size.html b/LayoutTests/inspector-obsolete/http-tests/network/network-size.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-size.html
rename to LayoutTests/inspector-obsolete/http-tests/network/network-size.html
diff --git a/LayoutTests/http/tests/inspector/network/network-timing-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-timing-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-timing-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-timing-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-timing.html b/LayoutTests/inspector-obsolete/http-tests/network/network-timing.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-timing.html
rename to LayoutTests/inspector-obsolete/http-tests/network/network-timing.html
diff --git a/LayoutTests/http/tests/inspector/network/network-worker-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-worker-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-worker-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-worker-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-worker.html b/LayoutTests/inspector-obsolete/http-tests/network/network-worker.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-worker.html
rename to LayoutTests/inspector-obsolete/http-tests/network/network-worker.html
diff --git a/LayoutTests/http/tests/inspector/network/network-xhr-async-double-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-xhr-async-double-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-xhr-async-double-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-xhr-async-double-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-xhr-async-double.html b/LayoutTests/inspector-obsolete/http-tests/network/network-xhr-async-double.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-xhr-async-double.html
rename to LayoutTests/inspector-obsolete/http-tests/network/network-xhr-async-double.html
diff --git a/LayoutTests/http/tests/inspector/network/network-xhr-async-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-xhr-async-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-xhr-async-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-xhr-async-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-xhr-async.html b/LayoutTests/inspector-obsolete/http-tests/network/network-xhr-async.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-xhr-async.html
rename to LayoutTests/inspector-obsolete/http-tests/network/network-xhr-async.html
diff --git a/LayoutTests/http/tests/inspector/network/network-xhr-replay-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-xhr-replay-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-xhr-replay-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-xhr-replay-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-xhr-replay.html b/LayoutTests/inspector-obsolete/http-tests/network/network-xhr-replay.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-xhr-replay.html
rename to LayoutTests/inspector-obsolete/http-tests/network/network-xhr-replay.html
diff --git a/LayoutTests/http/tests/inspector/network/network-xhr-same-url-as-main-resource-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-xhr-same-url-as-main-resource-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-xhr-same-url-as-main-resource-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-xhr-same-url-as-main-resource-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-xhr-same-url-as-main-resource.html b/LayoutTests/inspector-obsolete/http-tests/network/network-xhr-same-url-as-main-resource.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-xhr-same-url-as-main-resource.html
rename to LayoutTests/inspector-obsolete/http-tests/network/network-xhr-same-url-as-main-resource.html
diff --git a/LayoutTests/http/tests/inspector/network/network-xhr-sync-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/network-xhr-sync-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-xhr-sync-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/network-xhr-sync-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-xhr-sync.html b/LayoutTests/inspector-obsolete/http-tests/network/network-xhr-sync.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/network-xhr-sync.html
rename to LayoutTests/inspector-obsolete/http-tests/network/network-xhr-sync.html
diff --git a/LayoutTests/http/tests/inspector/network/ping-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/ping-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/ping-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/ping-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/ping.html b/LayoutTests/inspector-obsolete/http-tests/network/ping.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/ping.html
rename to LayoutTests/inspector-obsolete/http-tests/network/ping.html
diff --git a/LayoutTests/http/tests/inspector/network/request-name-path-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/request-name-path-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/request-name-path-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/request-name-path-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/request-name-path.html b/LayoutTests/inspector-obsolete/http-tests/network/request-name-path.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/request-name-path.html
rename to LayoutTests/inspector-obsolete/http-tests/network/request-name-path.html
diff --git a/LayoutTests/http/tests/inspector/network/request-parameters-decoding-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/request-parameters-decoding-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/request-parameters-decoding-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/request-parameters-decoding-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/request-parameters-decoding.html b/LayoutTests/inspector-obsolete/http-tests/network/request-parameters-decoding.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/request-parameters-decoding.html
rename to LayoutTests/inspector-obsolete/http-tests/network/request-parameters-decoding.html
diff --git a/LayoutTests/http/tests/inspector/network/resources/404.php b/LayoutTests/inspector-obsolete/http-tests/network/resources/404.php
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/resources/404.php
rename to LayoutTests/inspector-obsolete/http-tests/network/resources/404.php
diff --git a/LayoutTests/http/tests/inspector/network/resources/cp1251.xml b/LayoutTests/inspector-obsolete/http-tests/network/resources/cp1251.xml
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/resources/cp1251.xml
rename to LayoutTests/inspector-obsolete/http-tests/network/resources/cp1251.xml
diff --git a/LayoutTests/http/tests/inspector/network/resources/cyrillic.html b/LayoutTests/inspector-obsolete/http-tests/network/resources/cyrillic.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/resources/cyrillic.html
rename to LayoutTests/inspector-obsolete/http-tests/network/resources/cyrillic.html
diff --git a/LayoutTests/http/tests/inspector/network/resources/download.zzz b/LayoutTests/inspector-obsolete/http-tests/network/resources/download.zzz
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/resources/download.zzz
rename to LayoutTests/inspector-obsolete/http-tests/network/resources/download.zzz
diff --git a/LayoutTests/http/tests/inspector/network/resources/echo-payload.php b/LayoutTests/inspector-obsolete/http-tests/network/resources/echo-payload.php
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/resources/echo-payload.php
rename to LayoutTests/inspector-obsolete/http-tests/network/resources/echo-payload.php
diff --git a/LayoutTests/http/tests/inspector/network/resources/empty.html b/LayoutTests/inspector-obsolete/http-tests/network/resources/empty.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/resources/empty.html
rename to LayoutTests/inspector-obsolete/http-tests/network/resources/empty.html
diff --git a/LayoutTests/http/tests/inspector/network/resources/initiator.css b/LayoutTests/inspector-obsolete/http-tests/network/resources/initiator.css
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/resources/initiator.css
rename to LayoutTests/inspector-obsolete/http-tests/network/resources/initiator.css
diff --git a/LayoutTests/http/tests/inspector/network/resources/json.php b/LayoutTests/inspector-obsolete/http-tests/network/resources/json.php
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/resources/json.php
rename to LayoutTests/inspector-obsolete/http-tests/network/resources/json.php
diff --git a/LayoutTests/http/tests/inspector/network/resources/plugin-data.php b/LayoutTests/inspector-obsolete/http-tests/network/resources/plugin-data.php
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/resources/plugin-data.php
rename to LayoutTests/inspector-obsolete/http-tests/network/resources/plugin-data.php
diff --git a/LayoutTests/http/tests/inspector/network/resources/random-cached.php b/LayoutTests/inspector-obsolete/http-tests/network/resources/random-cached.php
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/resources/random-cached.php
rename to LayoutTests/inspector-obsolete/http-tests/network/resources/random-cached.php
diff --git a/LayoutTests/http/tests/inspector/network/resources/random-script.php b/LayoutTests/inspector-obsolete/http-tests/network/resources/random-script.php
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/resources/random-script.php
rename to LayoutTests/inspector-obsolete/http-tests/network/resources/random-script.php
diff --git a/LayoutTests/http/tests/inspector/network/resources/resource.php b/LayoutTests/inspector-obsolete/http-tests/network/resources/resource.php
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/resources/resource.php
rename to LayoutTests/inspector-obsolete/http-tests/network/resources/resource.php
diff --git a/LayoutTests/http/tests/inspector/network/resources/script-as-text-with-a-very-very-very-very-very-very-very-very-very-very-very-very-very-very-long-url.php b/LayoutTests/inspector-obsolete/http-tests/network/resources/script-as-text-with-a-very-very-very-very-very-very-very-very-very-very-very-very-very-very-long-url.php
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/resources/script-as-text-with-a-very-very-very-very-very-very-very-very-very-very-very-very-very-very-long-url.php
rename to LayoutTests/inspector-obsolete/http-tests/network/resources/script-as-text-with-a-very-very-very-very-very-very-very-very-very-very-very-very-very-very-long-url.php
diff --git a/LayoutTests/http/tests/inspector/network/resources/script-as-text.php b/LayoutTests/inspector-obsolete/http-tests/network/resources/script-as-text.php
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/resources/script-as-text.php
rename to LayoutTests/inspector-obsolete/http-tests/network/resources/script-as-text.php
diff --git a/LayoutTests/http/tests/inspector/network/resources/script.js b/LayoutTests/inspector-obsolete/http-tests/network/resources/script.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/resources/script.js
rename to LayoutTests/inspector-obsolete/http-tests/network/resources/script.js
diff --git a/LayoutTests/http/tests/inspector/network/resources/set-cookie.php b/LayoutTests/inspector-obsolete/http-tests/network/resources/set-cookie.php
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/resources/set-cookie.php
rename to LayoutTests/inspector-obsolete/http-tests/network/resources/set-cookie.php
diff --git a/LayoutTests/http/tests/inspector/network/resources/shared-worker.js b/LayoutTests/inspector-obsolete/http-tests/network/resources/shared-worker.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/resources/shared-worker.js
rename to LayoutTests/inspector-obsolete/http-tests/network/resources/shared-worker.js
diff --git a/LayoutTests/http/tests/inspector/network/resources/silent_script.js b/LayoutTests/inspector-obsolete/http-tests/network/resources/silent_script.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/resources/silent_script.js
rename to LayoutTests/inspector-obsolete/http-tests/network/resources/silent_script.js
diff --git a/LayoutTests/http/tests/inspector/network/resources/source-map-test-style.css b/LayoutTests/inspector-obsolete/http-tests/network/resources/source-map-test-style.css
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/resources/source-map-test-style.css
rename to LayoutTests/inspector-obsolete/http-tests/network/resources/source-map-test-style.css
diff --git a/LayoutTests/http/tests/inspector/network/resources/source-map-test-style.css.map b/LayoutTests/inspector-obsolete/http-tests/network/resources/source-map-test-style.css.map
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/resources/source-map-test-style.css.map
rename to LayoutTests/inspector-obsolete/http-tests/network/resources/source-map-test-style.css.map
diff --git a/LayoutTests/http/tests/inspector/network/resources/source-map-test-style.scss b/LayoutTests/inspector-obsolete/http-tests/network/resources/source-map-test-style.scss
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/resources/source-map-test-style.scss
rename to LayoutTests/inspector-obsolete/http-tests/network/resources/source-map-test-style.scss
diff --git a/LayoutTests/http/tests/inspector/network/resources/style.css b/LayoutTests/inspector-obsolete/http-tests/network/resources/style.css
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/resources/style.css
rename to LayoutTests/inspector-obsolete/http-tests/network/resources/style.css
diff --git a/LayoutTests/http/tests/inspector/network/resources/utf8.xml b/LayoutTests/inspector-obsolete/http-tests/network/resources/utf8.xml
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/resources/utf8.xml
rename to LayoutTests/inspector-obsolete/http-tests/network/resources/utf8.xml
diff --git a/LayoutTests/http/tests/inspector/network/resources/worker.js b/LayoutTests/inspector-obsolete/http-tests/network/resources/worker.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/resources/worker.js
rename to LayoutTests/inspector-obsolete/http-tests/network/resources/worker.js
diff --git a/LayoutTests/http/tests/inspector/network/resources/x-frame-options-deny.cgi b/LayoutTests/inspector-obsolete/http-tests/network/resources/x-frame-options-deny.cgi
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/resources/x-frame-options-deny.cgi
rename to LayoutTests/inspector-obsolete/http-tests/network/resources/x-frame-options-deny.cgi
diff --git a/LayoutTests/http/tests/inspector/network/script-as-text-loading-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/script-as-text-loading-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/script-as-text-loading-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/script-as-text-loading-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/script-as-text-loading-long-url-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/script-as-text-loading-long-url-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/script-as-text-loading-long-url-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/script-as-text-loading-long-url-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/script-as-text-loading-long-url.html b/LayoutTests/inspector-obsolete/http-tests/network/script-as-text-loading-long-url.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/script-as-text-loading-long-url.html
rename to LayoutTests/inspector-obsolete/http-tests/network/script-as-text-loading-long-url.html
diff --git a/LayoutTests/http/tests/inspector/network/script-as-text-loading-with-caret-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/script-as-text-loading-with-caret-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/script-as-text-loading-with-caret-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/script-as-text-loading-with-caret-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/script-as-text-loading-with-caret.html b/LayoutTests/inspector-obsolete/http-tests/network/script-as-text-loading-with-caret.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/script-as-text-loading-with-caret.html
rename to LayoutTests/inspector-obsolete/http-tests/network/script-as-text-loading-with-caret.html
diff --git a/LayoutTests/http/tests/inspector/network/script-as-text-loading.html b/LayoutTests/inspector-obsolete/http-tests/network/script-as-text-loading.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/script-as-text-loading.html
rename to LayoutTests/inspector-obsolete/http-tests/network/script-as-text-loading.html
diff --git a/LayoutTests/http/tests/inspector/network/x-frame-options-deny-expected.txt b/LayoutTests/inspector-obsolete/http-tests/network/x-frame-options-deny-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/x-frame-options-deny-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/network/x-frame-options-deny-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/x-frame-options-deny.html b/LayoutTests/inspector-obsolete/http-tests/network/x-frame-options-deny.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/network/x-frame-options-deny.html
rename to LayoutTests/inspector-obsolete/http-tests/network/x-frame-options-deny.html
diff --git a/LayoutTests/http/tests/inspector/protocol-test.js b/LayoutTests/inspector-obsolete/http-tests/protocol-test.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/protocol-test.js
rename to LayoutTests/inspector-obsolete/http-tests/protocol-test.js
diff --git a/LayoutTests/http/tests/inspector/resource-har-conversion-expected.txt b/LayoutTests/inspector-obsolete/http-tests/resource-har-conversion-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-har-conversion-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/resource-har-conversion-expected.txt
diff --git a/LayoutTests/http/tests/inspector/resource-har-conversion.html b/LayoutTests/inspector-obsolete/http-tests/resource-har-conversion.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-har-conversion.html
rename to LayoutTests/inspector-obsolete/http-tests/resource-har-conversion.html
diff --git a/LayoutTests/http/tests/inspector/resource-har-headers-expected.txt b/LayoutTests/inspector-obsolete/http-tests/resource-har-headers-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-har-headers-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/resource-har-headers-expected.txt
diff --git a/LayoutTests/http/tests/inspector/resource-har-headers.html b/LayoutTests/inspector-obsolete/http-tests/resource-har-headers.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-har-headers.html
rename to LayoutTests/inspector-obsolete/http-tests/resource-har-headers.html
diff --git a/LayoutTests/http/tests/inspector/resource-har-pages-expected.txt b/LayoutTests/inspector-obsolete/http-tests/resource-har-pages-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-har-pages-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/resource-har-pages-expected.txt
diff --git a/LayoutTests/http/tests/inspector/resource-har-pages.html b/LayoutTests/inspector-obsolete/http-tests/resource-har-pages.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-har-pages.html
rename to LayoutTests/inspector-obsolete/http-tests/resource-har-pages.html
diff --git a/LayoutTests/http/tests/inspector/resource-main-cookies-expected.txt b/LayoutTests/inspector-obsolete/http-tests/resource-main-cookies-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-main-cookies-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/resource-main-cookies-expected.txt
diff --git a/LayoutTests/http/tests/inspector/resource-main-cookies.php b/LayoutTests/inspector-obsolete/http-tests/resource-main-cookies.php
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-main-cookies.php
rename to LayoutTests/inspector-obsolete/http-tests/resource-main-cookies.php
diff --git a/LayoutTests/http/tests/inspector/resource-parameters-expected.txt b/LayoutTests/inspector-obsolete/http-tests/resource-parameters-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-parameters-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/resource-parameters-expected.txt
diff --git a/LayoutTests/http/tests/inspector/resource-parameters.html b/LayoutTests/inspector-obsolete/http-tests/resource-parameters.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-parameters.html
rename to LayoutTests/inspector-obsolete/http-tests/resource-parameters.html
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resource-request-content-after-loading-and-clearing-cache-expected.txt b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-request-content-after-loading-and-clearing-cache-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resource-request-content-after-loading-and-clearing-cache-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-request-content-after-loading-and-clearing-cache-expected.txt
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resource-request-content-after-loading-and-clearing-cache.html b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-request-content-after-loading-and-clearing-cache.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resource-request-content-after-loading-and-clearing-cache.html
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-request-content-after-loading-and-clearing-cache.html
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resource-request-content-while-loading-expected.txt b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-request-content-while-loading-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resource-request-content-while-loading-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-request-content-while-loading-expected.txt
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resource-request-content-while-loading.html b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-request-content-while-loading.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resource-request-content-while-loading.html
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-request-content-while-loading.html
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resource-tree-document-url-expected.txt b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-document-url-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resource-tree-document-url-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-document-url-expected.txt
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resource-tree-document-url.html b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-document-url.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resource-tree-document-url.html
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-document-url.html
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resource-tree-errors-reload-expected.txt b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-errors-reload-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resource-tree-errors-reload-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-errors-reload-expected.txt
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resource-tree-errors-reload.html b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-errors-reload.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resource-tree-errors-reload.html
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-errors-reload.html
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resource-tree-events-expected.txt b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-events-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resource-tree-events-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-events-expected.txt
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resource-tree-events.html b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-events.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resource-tree-events.html
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-events.html
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resource-tree-frame-add-expected.txt b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-frame-add-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resource-tree-frame-add-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-frame-add-expected.txt
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resource-tree-frame-add.html b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-frame-add.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resource-tree-frame-add.html
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-frame-add.html
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resource-tree-frame-navigate-expected.txt b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-frame-navigate-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resource-tree-frame-navigate-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-frame-navigate-expected.txt
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resource-tree-frame-navigate.html b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-frame-navigate.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resource-tree-frame-navigate.html
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-frame-navigate.html
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resource-tree-invalid-mime-type-css-content-expected.txt b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-invalid-mime-type-css-content-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resource-tree-invalid-mime-type-css-content-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-invalid-mime-type-css-content-expected.txt
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resource-tree-invalid-mime-type-css-content.html b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-invalid-mime-type-css-content.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resource-tree-invalid-mime-type-css-content.html
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-invalid-mime-type-css-content.html
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resource-tree-mimetype-expected.txt b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-mimetype-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resource-tree-mimetype-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-mimetype-expected.txt
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resource-tree-mimetype.html b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-mimetype.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resource-tree-mimetype.html
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-mimetype.html
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resource-tree-no-xhrs-expected.txt b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-no-xhrs-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resource-tree-no-xhrs-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-no-xhrs-expected.txt
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resource-tree-no-xhrs.html b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-no-xhrs.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resource-tree-no-xhrs.html
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-no-xhrs.html
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resource-tree-non-unique-url-expected.txt b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-non-unique-url-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resource-tree-non-unique-url-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-non-unique-url-expected.txt
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resource-tree-non-unique-url.html b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-non-unique-url.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resource-tree-non-unique-url.html
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-non-unique-url.html
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resource-tree-reload-expected.txt b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-reload-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resource-tree-reload-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-reload-expected.txt
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resource-tree-reload.html b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-reload.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resource-tree-reload.html
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-reload.html
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resource-tree-test.js b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-test.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resource-tree-test.js
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resource-tree-test.js
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resources/dummy-iframe.html b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/dummy-iframe.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resources/dummy-iframe.html
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/dummy-iframe.html
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resources/dynamic-script.js b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/dynamic-script.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resources/dynamic-script.js
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/dynamic-script.js
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resources/empty.png b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/empty.png
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resources/empty.png
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/empty.png
Binary files differ
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resources/resource-tree-frame-add-iframe.html b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/resource-tree-frame-add-iframe.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resources/resource-tree-frame-add-iframe.html
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/resource-tree-frame-add-iframe.html
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resources/resource-tree-frame-navigate-iframe-after.html b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/resource-tree-frame-navigate-iframe-after.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resources/resource-tree-frame-navigate-iframe-after.html
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/resource-tree-frame-navigate-iframe-after.html
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resources/resource-tree-frame-navigate-iframe-before.html b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/resource-tree-frame-navigate-iframe-before.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resources/resource-tree-frame-navigate-iframe-before.html
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/resource-tree-frame-navigate-iframe-before.html
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resources/resource-tree-non-unique-url-iframe.html b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/resource-tree-non-unique-url-iframe.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resources/resource-tree-non-unique-url-iframe.html
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/resource-tree-non-unique-url-iframe.html
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resources/resource-tree-reload-iframe.html b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/resource-tree-reload-iframe.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resources/resource-tree-reload-iframe.html
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/resource-tree-reload-iframe.html
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resources/script-initial.js b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/script-initial.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resources/script-initial.js
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/script-initial.js
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resources/script-navigated.js b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/script-navigated.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resources/script-navigated.js
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/script-navigated.js
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resources/styles-initial-2.css b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/styles-initial-2.css
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resources/styles-initial-2.css
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/styles-initial-2.css
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resources/styles-initial.css b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/styles-initial.css
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resources/styles-initial.css
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/styles-initial.css
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resources/styles-navigated.css b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/styles-navigated.css
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resources/styles-navigated.css
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/styles-navigated.css
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resources/styles-non-unique-url.css b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/styles-non-unique-url.css
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resources/styles-non-unique-url.css
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/styles-non-unique-url.css
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resources/stylesheet-text-plain.php b/LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/stylesheet-text-plain.php
similarity index 100%
rename from LayoutTests/http/tests/inspector/resource-tree/resources/stylesheet-text-plain.php
rename to LayoutTests/inspector-obsolete/http-tests/resource-tree/resources/stylesheet-text-plain.php
diff --git a/LayoutTests/http/tests/inspector/resources-test.js b/LayoutTests/inspector-obsolete/http-tests/resources-test.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/resources-test.js
rename to LayoutTests/inspector-obsolete/http-tests/resources-test.js
diff --git a/LayoutTests/http/tests/inspector/resources/compiled.js b/LayoutTests/inspector-obsolete/http-tests/resources/compiled.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/resources/compiled.js
rename to LayoutTests/inspector-obsolete/http-tests/resources/compiled.js
diff --git a/LayoutTests/http/tests/inspector/resources/console-cd-completions-iframe.html b/LayoutTests/inspector-obsolete/http-tests/resources/console-cd-completions-iframe.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resources/console-cd-completions-iframe.html
rename to LayoutTests/inspector-obsolete/http-tests/resources/console-cd-completions-iframe.html
diff --git a/LayoutTests/http/tests/inspector/resources/console-cd-iframe.html b/LayoutTests/inspector-obsolete/http-tests/resources/console-cd-iframe.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resources/console-cd-iframe.html
rename to LayoutTests/inspector-obsolete/http-tests/resources/console-cd-iframe.html
diff --git a/LayoutTests/http/tests/inspector-enabled/resources/console-clear-arguments-iframe.html b/LayoutTests/inspector-obsolete/http-tests/resources/console-clear-arguments-iframe.html
similarity index 100%
rename from LayoutTests/http/tests/inspector-enabled/resources/console-clear-arguments-iframe.html
rename to LayoutTests/inspector-obsolete/http-tests/resources/console-clear-arguments-iframe.html
diff --git a/LayoutTests/http/tests/inspector-enabled/resources/console-clear-arguments-test.js b/LayoutTests/inspector-obsolete/http-tests/resources/console-clear-arguments-test.js
similarity index 100%
rename from LayoutTests/http/tests/inspector-enabled/resources/console-clear-arguments-test.js
rename to LayoutTests/inspector-obsolete/http-tests/resources/console-clear-arguments-test.js
diff --git a/LayoutTests/http/tests/inspector-enabled/resources/console-log-frame-after-navigation.html b/LayoutTests/inspector-obsolete/http-tests/resources/console-log-frame-after-navigation.html
similarity index 100%
rename from LayoutTests/http/tests/inspector-enabled/resources/console-log-frame-after-navigation.html
rename to LayoutTests/inspector-obsolete/http-tests/resources/console-log-frame-after-navigation.html
diff --git a/LayoutTests/http/tests/inspector-enabled/resources/console-log-frame-before-navigation.html b/LayoutTests/inspector-obsolete/http-tests/resources/console-log-frame-before-navigation.html
similarity index 100%
rename from LayoutTests/http/tests/inspector-enabled/resources/console-log-frame-before-navigation.html
rename to LayoutTests/inspector-obsolete/http-tests/resources/console-log-frame-before-navigation.html
diff --git a/LayoutTests/http/tests/inspector/resources/console-resource-errors-iframe.html b/LayoutTests/inspector-obsolete/http-tests/resources/console-resource-errors-iframe.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resources/console-resource-errors-iframe.html
rename to LayoutTests/inspector-obsolete/http-tests/resources/console-resource-errors-iframe.html
diff --git a/LayoutTests/http/tests/inspector/resources/cors-target.php b/LayoutTests/inspector-obsolete/http-tests/resources/cors-target.php
similarity index 100%
rename from LayoutTests/http/tests/inspector/resources/cors-target.php
rename to LayoutTests/inspector-obsolete/http-tests/resources/cors-target.php
diff --git a/LayoutTests/http/tests/inspector/resources/cross-origin-iframe.html b/LayoutTests/inspector-obsolete/http-tests/resources/cross-origin-iframe.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resources/cross-origin-iframe.html
rename to LayoutTests/inspector-obsolete/http-tests/resources/cross-origin-iframe.html
diff --git a/LayoutTests/http/tests/inspector-enabled/resources/dedicated-worker.js b/LayoutTests/inspector-obsolete/http-tests/resources/dedicated-worker.js
similarity index 100%
rename from LayoutTests/http/tests/inspector-enabled/resources/dedicated-worker.js
rename to LayoutTests/inspector-obsolete/http-tests/resources/dedicated-worker.js
diff --git a/LayoutTests/inspector/debugger/resources/dynamic-script.js b/LayoutTests/inspector-obsolete/http-tests/resources/dynamic-script.js
similarity index 100%
copy from LayoutTests/inspector/debugger/resources/dynamic-script.js
copy to LayoutTests/inspector-obsolete/http-tests/resources/dynamic-script.js
diff --git a/LayoutTests/http/tests/inspector/resources/echo-headers.php b/LayoutTests/inspector-obsolete/http-tests/resources/echo-headers.php
similarity index 100%
rename from LayoutTests/http/tests/inspector/resources/echo-headers.php
rename to LayoutTests/inspector-obsolete/http-tests/resources/echo-headers.php
diff --git a/LayoutTests/http/tests/inspector/resources/empty.zip b/LayoutTests/inspector-obsolete/http-tests/resources/empty.zip
similarity index 100%
rename from LayoutTests/http/tests/inspector/resources/empty.zip
rename to LayoutTests/inspector-obsolete/http-tests/resources/empty.zip
Binary files differ
diff --git a/LayoutTests/http/tests/inspector/resources/example.css.map b/LayoutTests/inspector-obsolete/http-tests/resources/example.css.map
similarity index 100%
rename from LayoutTests/http/tests/inspector/resources/example.css.map
rename to LayoutTests/inspector-obsolete/http-tests/resources/example.css.map
diff --git a/LayoutTests/http/tests/inspector/resources/example.scss b/LayoutTests/inspector-obsolete/http-tests/resources/example.scss
similarity index 100%
rename from LayoutTests/http/tests/inspector/resources/example.scss
rename to LayoutTests/inspector-obsolete/http-tests/resources/example.scss
diff --git a/LayoutTests/http/tests/inspector/resources/extension-main.html b/LayoutTests/inspector-obsolete/http-tests/resources/extension-main.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resources/extension-main.html
rename to LayoutTests/inspector-obsolete/http-tests/resources/extension-main.html
diff --git a/LayoutTests/http/tests/inspector/resources/extension-main.js b/LayoutTests/inspector-obsolete/http-tests/resources/extension-main.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/resources/extension-main.js
rename to LayoutTests/inspector-obsolete/http-tests/resources/extension-main.js
diff --git a/LayoutTests/http/tests/inspector/resources/extension-panel.html b/LayoutTests/inspector-obsolete/http-tests/resources/extension-panel.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resources/extension-panel.html
rename to LayoutTests/inspector-obsolete/http-tests/resources/extension-panel.html
diff --git a/LayoutTests/http/tests/inspector/resources/extension-sidebar.html b/LayoutTests/inspector-obsolete/http-tests/resources/extension-sidebar.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resources/extension-sidebar.html
rename to LayoutTests/inspector-obsolete/http-tests/resources/extension-sidebar.html
diff --git a/LayoutTests/http/tests/inspector/resources/extensions-frame-eval.html b/LayoutTests/inspector-obsolete/http-tests/resources/extensions-frame-eval.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resources/extensions-frame-eval.html
rename to LayoutTests/inspector-obsolete/http-tests/resources/extensions-frame-eval.html
diff --git a/LayoutTests/http/tests/inspector/resources/har-pages-iframe.html b/LayoutTests/inspector-obsolete/http-tests/resources/har-pages-iframe.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resources/har-pages-iframe.html
rename to LayoutTests/inspector-obsolete/http-tests/resources/har-pages-iframe.html
diff --git a/LayoutTests/http/tests/inspector/resources/har-pages-navigation-target.html b/LayoutTests/inspector-obsolete/http-tests/resources/har-pages-navigation-target.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resources/har-pages-navigation-target.html
rename to LayoutTests/inspector-obsolete/http-tests/resources/har-pages-navigation-target.html
diff --git a/LayoutTests/http/tests/inspector/resources/iframe-from-different-domain-data.html b/LayoutTests/inspector-obsolete/http-tests/resources/iframe-from-different-domain-data.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resources/iframe-from-different-domain-data.html
rename to LayoutTests/inspector-obsolete/http-tests/resources/iframe-from-different-domain-data.html
diff --git a/LayoutTests/http/tests/inspector/resources/inspect-element-iframe.html b/LayoutTests/inspector-obsolete/http-tests/resources/inspect-element-iframe.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resources/inspect-element-iframe.html
rename to LayoutTests/inspector-obsolete/http-tests/resources/inspect-element-iframe.html
diff --git a/LayoutTests/http/tests/inspector/resources/post-target.cgi b/LayoutTests/inspector-obsolete/http-tests/resources/post-target.cgi
similarity index 100%
rename from LayoutTests/http/tests/inspector/resources/post-target.cgi
rename to LayoutTests/inspector-obsolete/http-tests/resources/post-target.cgi
diff --git a/LayoutTests/http/tests/inspector/resources/resource-form-data-receiver-iframe.html b/LayoutTests/inspector-obsolete/http-tests/resources/resource-form-data-receiver-iframe.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resources/resource-form-data-receiver-iframe.html
rename to LayoutTests/inspector-obsolete/http-tests/resources/resource-form-data-receiver-iframe.html
diff --git a/LayoutTests/http/tests/inspector/resources/source-map.json b/LayoutTests/inspector-obsolete/http-tests/resources/source-map.json
similarity index 100%
rename from LayoutTests/http/tests/inspector/resources/source-map.json
rename to LayoutTests/inspector-obsolete/http-tests/resources/source-map.json
diff --git a/LayoutTests/http/tests/inspector/resources/source1.js b/LayoutTests/inspector-obsolete/http-tests/resources/source1.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/resources/source1.js
rename to LayoutTests/inspector-obsolete/http-tests/resources/source1.js
diff --git a/LayoutTests/http/tests/inspector/resources/source2.js b/LayoutTests/inspector-obsolete/http-tests/resources/source2.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/resources/source2.js
rename to LayoutTests/inspector-obsolete/http-tests/resources/source2.js
diff --git a/LayoutTests/http/tests/inspector/resources/test-scanner.html b/LayoutTests/inspector-obsolete/http-tests/resources/test-scanner.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resources/test-scanner.html
rename to LayoutTests/inspector-obsolete/http-tests/resources/test-scanner.html
diff --git a/LayoutTests/http/tests/inspector/resources/xhr-exists.html b/LayoutTests/inspector-obsolete/http-tests/resources/xhr-exists.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/resources/xhr-exists.html
rename to LayoutTests/inspector-obsolete/http-tests/resources/xhr-exists.html
diff --git a/LayoutTests/http/tests/inspector/search/resources-search-match-index-expected.txt b/LayoutTests/inspector-obsolete/http-tests/search/resources-search-match-index-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/search/resources-search-match-index-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/search/resources-search-match-index-expected.txt
diff --git a/LayoutTests/http/tests/inspector/search/resources-search-match-index.html b/LayoutTests/inspector-obsolete/http-tests/search/resources-search-match-index.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/search/resources-search-match-index.html
rename to LayoutTests/inspector-obsolete/http-tests/search/resources-search-match-index.html
diff --git a/LayoutTests/http/tests/inspector/search/resources/search-concatenated.html b/LayoutTests/inspector-obsolete/http-tests/search/resources/search-concatenated.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/search/resources/search-concatenated.html
rename to LayoutTests/inspector-obsolete/http-tests/search/resources/search-concatenated.html
diff --git a/LayoutTests/http/tests/inspector/search/resources/search.css b/LayoutTests/inspector-obsolete/http-tests/search/resources/search.css
similarity index 100%
rename from LayoutTests/http/tests/inspector/search/resources/search.css
rename to LayoutTests/inspector-obsolete/http-tests/search/resources/search.css
diff --git a/LayoutTests/http/tests/inspector/search/resources/search.html b/LayoutTests/inspector-obsolete/http-tests/search/resources/search.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/search/resources/search.html
rename to LayoutTests/inspector-obsolete/http-tests/search/resources/search.html
diff --git a/LayoutTests/http/tests/inspector/search/resources/search.js b/LayoutTests/inspector-obsolete/http-tests/search/resources/search.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/search/resources/search.js
rename to LayoutTests/inspector-obsolete/http-tests/search/resources/search.js
diff --git a/LayoutTests/http/tests/inspector/search/scripts-search-scope-expected.txt b/LayoutTests/inspector-obsolete/http-tests/search/scripts-search-scope-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/search/scripts-search-scope-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/search/scripts-search-scope-expected.txt
diff --git a/LayoutTests/http/tests/inspector/search/scripts-search-scope.html b/LayoutTests/inspector-obsolete/http-tests/search/scripts-search-scope.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/search/scripts-search-scope.html
rename to LayoutTests/inspector-obsolete/http-tests/search/scripts-search-scope.html
diff --git a/LayoutTests/http/tests/inspector/search/search-in-concatenated-script-expected.txt b/LayoutTests/inspector-obsolete/http-tests/search/search-in-concatenated-script-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/search/search-in-concatenated-script-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/search/search-in-concatenated-script-expected.txt
diff --git a/LayoutTests/http/tests/inspector/search/search-in-concatenated-script.html b/LayoutTests/inspector-obsolete/http-tests/search/search-in-concatenated-script.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/search/search-in-concatenated-script.html
rename to LayoutTests/inspector-obsolete/http-tests/search/search-in-concatenated-script.html
diff --git a/LayoutTests/http/tests/inspector/search/search-in-non-existing-resource-expected.txt b/LayoutTests/inspector-obsolete/http-tests/search/search-in-non-existing-resource-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/search/search-in-non-existing-resource-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/search/search-in-non-existing-resource-expected.txt
diff --git a/LayoutTests/http/tests/inspector/search/search-in-non-existing-resource.html b/LayoutTests/inspector-obsolete/http-tests/search/search-in-non-existing-resource.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/search/search-in-non-existing-resource.html
rename to LayoutTests/inspector-obsolete/http-tests/search/search-in-non-existing-resource.html
diff --git a/LayoutTests/http/tests/inspector/search/search-in-resource-expected.txt b/LayoutTests/inspector-obsolete/http-tests/search/search-in-resource-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/search/search-in-resource-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/search/search-in-resource-expected.txt
diff --git a/LayoutTests/http/tests/inspector/search/search-in-resource.html b/LayoutTests/inspector-obsolete/http-tests/search/search-in-resource.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/search/search-in-resource.html
rename to LayoutTests/inspector-obsolete/http-tests/search/search-in-resource.html
diff --git a/LayoutTests/http/tests/inspector/search/search-in-resources-expected.txt b/LayoutTests/inspector-obsolete/http-tests/search/search-in-resources-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/search/search-in-resources-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/search/search-in-resources-expected.txt
diff --git a/LayoutTests/http/tests/inspector/search/search-in-resources.html b/LayoutTests/inspector-obsolete/http-tests/search/search-in-resources.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/search/search-in-resources.html
rename to LayoutTests/inspector-obsolete/http-tests/search/search-in-resources.html
diff --git a/LayoutTests/http/tests/inspector/search/search-in-script-expected.txt b/LayoutTests/inspector-obsolete/http-tests/search/search-in-script-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/search/search-in-script-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/search/search-in-script-expected.txt
diff --git a/LayoutTests/http/tests/inspector/search/search-in-script.html b/LayoutTests/inspector-obsolete/http-tests/search/search-in-script.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/search/search-in-script.html
rename to LayoutTests/inspector-obsolete/http-tests/search/search-in-script.html
diff --git a/LayoutTests/http/tests/inspector/search/search-in-static-expected.txt b/LayoutTests/inspector-obsolete/http-tests/search/search-in-static-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/search/search-in-static-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/search/search-in-static-expected.txt
diff --git a/LayoutTests/http/tests/inspector/search/search-in-static.html b/LayoutTests/inspector-obsolete/http-tests/search/search-in-static.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/search/search-in-static.html
rename to LayoutTests/inspector-obsolete/http-tests/search/search-in-static.html
diff --git a/LayoutTests/http/tests/inspector/search/search-test.js b/LayoutTests/inspector-obsolete/http-tests/search/search-test.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/search/search-test.js
rename to LayoutTests/inspector-obsolete/http-tests/search/search-test.js
diff --git a/LayoutTests/http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace-expected.txt b/LayoutTests/inspector-obsolete/http-tests/stacktraces/csp-injected-content-warning-contains-stacktrace-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/stacktraces/csp-injected-content-warning-contains-stacktrace-expected.txt
diff --git a/LayoutTests/http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace.html b/LayoutTests/inspector-obsolete/http-tests/stacktraces/csp-injected-content-warning-contains-stacktrace.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace.html
rename to LayoutTests/inspector-obsolete/http-tests/stacktraces/csp-injected-content-warning-contains-stacktrace.html
diff --git a/LayoutTests/http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt b/LayoutTests/inspector-obsolete/http-tests/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt
diff --git a/LayoutTests/http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace.html b/LayoutTests/inspector-obsolete/http-tests/stacktraces/csp-inline-warning-contains-stacktrace.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace.html
rename to LayoutTests/inspector-obsolete/http-tests/stacktraces/csp-inline-warning-contains-stacktrace.html
diff --git a/LayoutTests/http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace-expected.txt b/LayoutTests/inspector-obsolete/http-tests/stacktraces/csp-setInterval-warning-contains-stacktrace-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/stacktraces/csp-setInterval-warning-contains-stacktrace-expected.txt
diff --git a/LayoutTests/http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace.html b/LayoutTests/inspector-obsolete/http-tests/stacktraces/csp-setInterval-warning-contains-stacktrace.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace.html
rename to LayoutTests/inspector-obsolete/http-tests/stacktraces/csp-setInterval-warning-contains-stacktrace.html
diff --git a/LayoutTests/http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace-expected.txt b/LayoutTests/inspector-obsolete/http-tests/stacktraces/csp-setTimeout-warning-contains-stacktrace-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/stacktraces/csp-setTimeout-warning-contains-stacktrace-expected.txt
diff --git a/LayoutTests/http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace.html b/LayoutTests/inspector-obsolete/http-tests/stacktraces/csp-setTimeout-warning-contains-stacktrace.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace.html
rename to LayoutTests/inspector-obsolete/http-tests/stacktraces/csp-setTimeout-warning-contains-stacktrace.html
diff --git a/LayoutTests/http/tests/inspector/stacktraces/resources/csp-inline-test.js b/LayoutTests/inspector-obsolete/http-tests/stacktraces/resources/csp-inline-test.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/stacktraces/resources/csp-inline-test.js
rename to LayoutTests/inspector-obsolete/http-tests/stacktraces/resources/csp-inline-test.js
diff --git a/LayoutTests/http/tests/inspector/stacktraces/resources/stacktrace-test.js b/LayoutTests/inspector-obsolete/http-tests/stacktraces/resources/stacktrace-test.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/stacktraces/resources/stacktrace-test.js
rename to LayoutTests/inspector-obsolete/http-tests/stacktraces/resources/stacktrace-test.js
diff --git a/LayoutTests/http/tests/inspector/styles/modify-cross-domain-rule.css b/LayoutTests/inspector-obsolete/http-tests/styles/modify-cross-domain-rule.css
similarity index 100%
rename from LayoutTests/http/tests/inspector/styles/modify-cross-domain-rule.css
rename to LayoutTests/inspector-obsolete/http-tests/styles/modify-cross-domain-rule.css
diff --git a/LayoutTests/http/tests/inspector/styles/resources/styles-redirected-css.css b/LayoutTests/inspector-obsolete/http-tests/styles/resources/styles-redirected-css.css
similarity index 100%
rename from LayoutTests/http/tests/inspector/styles/resources/styles-redirected-css.css
rename to LayoutTests/inspector-obsolete/http-tests/styles/resources/styles-redirected-css.css
diff --git a/LayoutTests/http/tests/inspector/styles/resources/styles-redirected-css.php b/LayoutTests/inspector-obsolete/http-tests/styles/resources/styles-redirected-css.php
similarity index 100%
rename from LayoutTests/http/tests/inspector/styles/resources/styles-redirected-css.php
rename to LayoutTests/inspector-obsolete/http-tests/styles/resources/styles-redirected-css.php
diff --git a/LayoutTests/http/tests/inspector/styles/resources/xsl-transformed.xsl b/LayoutTests/inspector-obsolete/http-tests/styles/resources/xsl-transformed.xsl
similarity index 100%
rename from LayoutTests/http/tests/inspector/styles/resources/xsl-transformed.xsl
rename to LayoutTests/inspector-obsolete/http-tests/styles/resources/xsl-transformed.xsl
diff --git a/LayoutTests/http/tests/inspector/styles/styles-redirected-css-expected.txt b/LayoutTests/inspector-obsolete/http-tests/styles/styles-redirected-css-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/styles/styles-redirected-css-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/styles/styles-redirected-css-expected.txt
diff --git a/LayoutTests/http/tests/inspector/styles/styles-redirected-css.html b/LayoutTests/inspector-obsolete/http-tests/styles/styles-redirected-css.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/styles/styles-redirected-css.html
rename to LayoutTests/inspector-obsolete/http-tests/styles/styles-redirected-css.html
diff --git a/LayoutTests/http/tests/inspector/styles/xsl-transformed-expected.txt b/LayoutTests/inspector-obsolete/http-tests/styles/xsl-transformed-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/styles/xsl-transformed-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/styles/xsl-transformed-expected.txt
diff --git a/LayoutTests/http/tests/inspector/styles/xsl-transformed.xml b/LayoutTests/inspector-obsolete/http-tests/styles/xsl-transformed.xml
similarity index 100%
rename from LayoutTests/http/tests/inspector/styles/xsl-transformed.xml
rename to LayoutTests/inspector-obsolete/http-tests/styles/xsl-transformed.xml
diff --git a/LayoutTests/http/tests/inspector/stylesheet-source-mapping-expected.txt b/LayoutTests/inspector-obsolete/http-tests/stylesheet-source-mapping-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/stylesheet-source-mapping-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/stylesheet-source-mapping-expected.txt
diff --git a/LayoutTests/http/tests/inspector/stylesheet-source-mapping.html b/LayoutTests/inspector-obsolete/http-tests/stylesheet-source-mapping.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/stylesheet-source-mapping.html
rename to LayoutTests/inspector-obsolete/http-tests/stylesheet-source-mapping.html
diff --git a/LayoutTests/http/tests/inspector/timeline-test.js b/LayoutTests/inspector-obsolete/http-tests/timeline-test.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/timeline-test.js
rename to LayoutTests/inspector-obsolete/http-tests/timeline-test.js
diff --git a/LayoutTests/http/tests/inspector/web-socket-frame-error-expected.txt b/LayoutTests/inspector-obsolete/http-tests/web-socket-frame-error-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/web-socket-frame-error-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/web-socket-frame-error-expected.txt
diff --git a/LayoutTests/http/tests/inspector/web-socket-frame-error.html b/LayoutTests/inspector-obsolete/http-tests/web-socket-frame-error.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/web-socket-frame-error.html
rename to LayoutTests/inspector-obsolete/http-tests/web-socket-frame-error.html
diff --git a/LayoutTests/http/tests/inspector/websocket/timeline-websocket-event-expected.txt b/LayoutTests/inspector-obsolete/http-tests/websocket/timeline-websocket-event-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/websocket/timeline-websocket-event-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/websocket/timeline-websocket-event-expected.txt
diff --git a/LayoutTests/http/tests/inspector/websocket/timeline-websocket-event.html b/LayoutTests/inspector-obsolete/http-tests/websocket/timeline-websocket-event.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/websocket/timeline-websocket-event.html
rename to LayoutTests/inspector-obsolete/http-tests/websocket/timeline-websocket-event.html
diff --git a/LayoutTests/http/tests/inspector/websocket/web-socket-frame-expected.txt b/LayoutTests/inspector-obsolete/http-tests/websocket/web-socket-frame-expected.txt
similarity index 100%
rename from LayoutTests/http/tests/inspector/websocket/web-socket-frame-expected.txt
rename to LayoutTests/inspector-obsolete/http-tests/websocket/web-socket-frame-expected.txt
diff --git a/LayoutTests/http/tests/inspector/websocket/web-socket-frame.html b/LayoutTests/inspector-obsolete/http-tests/websocket/web-socket-frame.html
similarity index 100%
rename from LayoutTests/http/tests/inspector/websocket/web-socket-frame.html
rename to LayoutTests/inspector-obsolete/http-tests/websocket/web-socket-frame.html
diff --git a/LayoutTests/http/tests/inspector/workspace-test.js b/LayoutTests/inspector-obsolete/http-tests/workspace-test.js
similarity index 100%
rename from LayoutTests/http/tests/inspector/workspace-test.js
rename to LayoutTests/inspector-obsolete/http-tests/workspace-test.js
diff --git a/LayoutTests/inspector/inspected-objects-not-overriden-expected.txt b/LayoutTests/inspector-obsolete/inspected-objects-not-overriden-expected.txt
similarity index 100%
rename from LayoutTests/inspector/inspected-objects-not-overriden-expected.txt
rename to LayoutTests/inspector-obsolete/inspected-objects-not-overriden-expected.txt
diff --git a/LayoutTests/inspector/inspected-objects-not-overriden.html b/LayoutTests/inspector-obsolete/inspected-objects-not-overriden.html
similarity index 100%
rename from LayoutTests/inspector/inspected-objects-not-overriden.html
rename to LayoutTests/inspector-obsolete/inspected-objects-not-overriden.html
diff --git a/LayoutTests/inspector/load-resource-synchronously-utf8-expected.txt b/LayoutTests/inspector-obsolete/load-resource-synchronously-utf8-expected.txt
similarity index 100%
rename from LayoutTests/inspector/load-resource-synchronously-utf8-expected.txt
rename to LayoutTests/inspector-obsolete/load-resource-synchronously-utf8-expected.txt
diff --git a/LayoutTests/inspector/load-resource-synchronously-utf8.html b/LayoutTests/inspector-obsolete/load-resource-synchronously-utf8.html
similarity index 100%
rename from LayoutTests/inspector/load-resource-synchronously-utf8.html
rename to LayoutTests/inspector-obsolete/load-resource-synchronously-utf8.html
diff --git a/LayoutTests/inspector/profiler/cpu-profiler-agent-crash-on-start-expected.txt b/LayoutTests/inspector-obsolete/profiler/cpu-profiler-agent-crash-on-start-expected.txt
similarity index 100%
rename from LayoutTests/inspector/profiler/cpu-profiler-agent-crash-on-start-expected.txt
rename to LayoutTests/inspector-obsolete/profiler/cpu-profiler-agent-crash-on-start-expected.txt
diff --git a/LayoutTests/inspector/profiler/cpu-profiler-agent-crash-on-start.html b/LayoutTests/inspector-obsolete/profiler/cpu-profiler-agent-crash-on-start.html
similarity index 100%
rename from LayoutTests/inspector/profiler/cpu-profiler-agent-crash-on-start.html
rename to LayoutTests/inspector-obsolete/profiler/cpu-profiler-agent-crash-on-start.html
diff --git a/LayoutTests/inspector/profiler/cpu-profiler-parameterless-profile-end-crash-expected.txt b/LayoutTests/inspector-obsolete/profiler/cpu-profiler-parameterless-profile-end-crash-expected.txt
similarity index 100%
rename from LayoutTests/inspector/profiler/cpu-profiler-parameterless-profile-end-crash-expected.txt
rename to LayoutTests/inspector-obsolete/profiler/cpu-profiler-parameterless-profile-end-crash-expected.txt
diff --git a/LayoutTests/inspector/profiler/cpu-profiler-parameterless-profile-end-crash.html b/LayoutTests/inspector-obsolete/profiler/cpu-profiler-parameterless-profile-end-crash.html
similarity index 100%
rename from LayoutTests/inspector/profiler/cpu-profiler-parameterless-profile-end-crash.html
rename to LayoutTests/inspector-obsolete/profiler/cpu-profiler-parameterless-profile-end-crash.html
diff --git a/LayoutTests/inspector/profiler/cpu-profiler-profile-removal-expected.txt b/LayoutTests/inspector-obsolete/profiler/cpu-profiler-profile-removal-expected.txt
similarity index 100%
rename from LayoutTests/inspector/profiler/cpu-profiler-profile-removal-expected.txt
rename to LayoutTests/inspector-obsolete/profiler/cpu-profiler-profile-removal-expected.txt
diff --git a/LayoutTests/inspector/profiler/cpu-profiler-profile-removal.html b/LayoutTests/inspector-obsolete/profiler/cpu-profiler-profile-removal.html
similarity index 100%
rename from LayoutTests/inspector/profiler/cpu-profiler-profile-removal.html
rename to LayoutTests/inspector-obsolete/profiler/cpu-profiler-profile-removal.html
diff --git a/LayoutTests/inspector/profiler/cpu-profiler-profiling-expected.txt b/LayoutTests/inspector-obsolete/profiler/cpu-profiler-profiling-expected.txt
similarity index 100%
rename from LayoutTests/inspector/profiler/cpu-profiler-profiling-expected.txt
rename to LayoutTests/inspector-obsolete/profiler/cpu-profiler-profiling-expected.txt
diff --git a/LayoutTests/inspector/profiler/cpu-profiler-profiling-without-inspector-expected.txt b/LayoutTests/inspector-obsolete/profiler/cpu-profiler-profiling-without-inspector-expected.txt
similarity index 100%
rename from LayoutTests/inspector/profiler/cpu-profiler-profiling-without-inspector-expected.txt
rename to LayoutTests/inspector-obsolete/profiler/cpu-profiler-profiling-without-inspector-expected.txt
diff --git a/LayoutTests/inspector/profiler/cpu-profiler-profiling-without-inspector.html b/LayoutTests/inspector-obsolete/profiler/cpu-profiler-profiling-without-inspector.html
similarity index 100%
rename from LayoutTests/inspector/profiler/cpu-profiler-profiling-without-inspector.html
rename to LayoutTests/inspector-obsolete/profiler/cpu-profiler-profiling-without-inspector.html
diff --git a/LayoutTests/inspector/profiler/cpu-profiler-profiling.html b/LayoutTests/inspector-obsolete/profiler/cpu-profiler-profiling.html
similarity index 100%
rename from LayoutTests/inspector/profiler/cpu-profiler-profiling.html
rename to LayoutTests/inspector-obsolete/profiler/cpu-profiler-profiling.html
diff --git a/LayoutTests/inspector/profiler/profiler-test.js b/LayoutTests/inspector-obsolete/profiler/profiler-test.js
similarity index 100%
rename from LayoutTests/inspector/profiler/profiler-test.js
rename to LayoutTests/inspector-obsolete/profiler/profiler-test.js
diff --git a/LayoutTests/inspector/remote-object-expected.txt b/LayoutTests/inspector-obsolete/remote-object-expected.txt
similarity index 100%
rename from LayoutTests/inspector/remote-object-expected.txt
rename to LayoutTests/inspector-obsolete/remote-object-expected.txt
diff --git a/LayoutTests/inspector/remote-object.html b/LayoutTests/inspector-obsolete/remote-object.html
similarity index 100%
rename from LayoutTests/inspector/remote-object.html
rename to LayoutTests/inspector-obsolete/remote-object.html
diff --git a/LayoutTests/inspector/report-API-errors-expected.txt b/LayoutTests/inspector-obsolete/report-API-errors-expected.txt
similarity index 100%
rename from LayoutTests/inspector/report-API-errors-expected.txt
rename to LayoutTests/inspector-obsolete/report-API-errors-expected.txt
diff --git a/LayoutTests/inspector/report-API-errors.html b/LayoutTests/inspector-obsolete/report-API-errors.html
similarity index 100%
rename from LayoutTests/inspector/report-API-errors.html
rename to LayoutTests/inspector-obsolete/report-API-errors.html
diff --git a/LayoutTests/inspector/report-protocol-errors-expected.txt b/LayoutTests/inspector-obsolete/report-protocol-errors-expected.txt
similarity index 100%
rename from LayoutTests/inspector/report-protocol-errors-expected.txt
rename to LayoutTests/inspector-obsolete/report-protocol-errors-expected.txt
diff --git a/LayoutTests/inspector/report-protocol-errors.html b/LayoutTests/inspector-obsolete/report-protocol-errors.html
similarity index 100%
rename from LayoutTests/inspector/report-protocol-errors.html
rename to LayoutTests/inspector-obsolete/report-protocol-errors.html
diff --git a/LayoutTests/inspector/runtime/runtime-callFunctionOn-expected.txt b/LayoutTests/inspector-obsolete/runtime/runtime-callFunctionOn-expected.txt
similarity index 100%
rename from LayoutTests/inspector/runtime/runtime-callFunctionOn-expected.txt
rename to LayoutTests/inspector-obsolete/runtime/runtime-callFunctionOn-expected.txt
diff --git a/LayoutTests/inspector/runtime/runtime-callFunctionOn.html b/LayoutTests/inspector-obsolete/runtime/runtime-callFunctionOn.html
similarity index 100%
rename from LayoutTests/inspector/runtime/runtime-callFunctionOn.html
rename to LayoutTests/inspector-obsolete/runtime/runtime-callFunctionOn.html
diff --git a/LayoutTests/inspector/runtime/runtime-getProperties-expected.txt b/LayoutTests/inspector-obsolete/runtime/runtime-getProperties-expected.txt
similarity index 100%
rename from LayoutTests/inspector/runtime/runtime-getProperties-expected.txt
rename to LayoutTests/inspector-obsolete/runtime/runtime-getProperties-expected.txt
diff --git a/LayoutTests/inspector/runtime/runtime-getProperties-isOwnProperty-expected.txt b/LayoutTests/inspector-obsolete/runtime/runtime-getProperties-isOwnProperty-expected.txt
similarity index 100%
rename from LayoutTests/inspector/runtime/runtime-getProperties-isOwnProperty-expected.txt
rename to LayoutTests/inspector-obsolete/runtime/runtime-getProperties-isOwnProperty-expected.txt
diff --git a/LayoutTests/inspector/runtime/runtime-getProperties-isOwnProperty.html b/LayoutTests/inspector-obsolete/runtime/runtime-getProperties-isOwnProperty.html
similarity index 100%
rename from LayoutTests/inspector/runtime/runtime-getProperties-isOwnProperty.html
rename to LayoutTests/inspector-obsolete/runtime/runtime-getProperties-isOwnProperty.html
diff --git a/LayoutTests/inspector/runtime/runtime-getProperties.html b/LayoutTests/inspector-obsolete/runtime/runtime-getProperties.html
similarity index 100%
rename from LayoutTests/inspector/runtime/runtime-getProperties.html
rename to LayoutTests/inspector-obsolete/runtime/runtime-getProperties.html
diff --git a/LayoutTests/inspector/runtime/runtime-localStorage-getProperties-expected.txt b/LayoutTests/inspector-obsolete/runtime/runtime-localStorage-getProperties-expected.txt
similarity index 100%
rename from LayoutTests/inspector/runtime/runtime-localStorage-getProperties-expected.txt
rename to LayoutTests/inspector-obsolete/runtime/runtime-localStorage-getProperties-expected.txt
diff --git a/LayoutTests/inspector/runtime/runtime-localStorage-getProperties.html b/LayoutTests/inspector-obsolete/runtime/runtime-localStorage-getProperties.html
similarity index 100%
rename from LayoutTests/inspector/runtime/runtime-localStorage-getProperties.html
rename to LayoutTests/inspector-obsolete/runtime/runtime-localStorage-getProperties.html
diff --git a/LayoutTests/inspector/runtime/runtime-setPropertyValue-expected.txt b/LayoutTests/inspector-obsolete/runtime/runtime-setPropertyValue-expected.txt
similarity index 100%
rename from LayoutTests/inspector/runtime/runtime-setPropertyValue-expected.txt
rename to LayoutTests/inspector-obsolete/runtime/runtime-setPropertyValue-expected.txt
diff --git a/LayoutTests/inspector/runtime/runtime-setPropertyValue.html b/LayoutTests/inspector-obsolete/runtime/runtime-setPropertyValue.html
similarity index 100%
rename from LayoutTests/inspector/runtime/runtime-setPropertyValue.html
rename to LayoutTests/inspector-obsolete/runtime/runtime-setPropertyValue.html
diff --git a/LayoutTests/inspector/script-execution-state-change-notification-expected.txt b/LayoutTests/inspector-obsolete/script-execution-state-change-notification-expected.txt
similarity index 100%
rename from LayoutTests/inspector/script-execution-state-change-notification-expected.txt
rename to LayoutTests/inspector-obsolete/script-execution-state-change-notification-expected.txt
diff --git a/LayoutTests/inspector/script-execution-state-change-notification.html b/LayoutTests/inspector-obsolete/script-execution-state-change-notification.html
similarity index 100%
rename from LayoutTests/inspector/script-execution-state-change-notification.html
rename to LayoutTests/inspector-obsolete/script-execution-state-change-notification.html
diff --git a/LayoutTests/inspector/storage-panel-dom-storage-empty-expected.txt b/LayoutTests/inspector-obsolete/storage-panel-dom-storage-empty-expected.txt
similarity index 100%
rename from LayoutTests/inspector/storage-panel-dom-storage-empty-expected.txt
rename to LayoutTests/inspector-obsolete/storage-panel-dom-storage-empty-expected.txt
diff --git a/LayoutTests/inspector/storage-panel-dom-storage-empty.html b/LayoutTests/inspector-obsolete/storage-panel-dom-storage-empty.html
similarity index 100%
rename from LayoutTests/inspector/storage-panel-dom-storage-empty.html
rename to LayoutTests/inspector-obsolete/storage-panel-dom-storage-empty.html
diff --git a/LayoutTests/inspector/storage-panel-dom-storage-expected.txt b/LayoutTests/inspector-obsolete/storage-panel-dom-storage-expected.txt
similarity index 100%
rename from LayoutTests/inspector/storage-panel-dom-storage-expected.txt
rename to LayoutTests/inspector-obsolete/storage-panel-dom-storage-expected.txt
diff --git a/LayoutTests/inspector/storage-panel-dom-storage-update-expected.txt b/LayoutTests/inspector-obsolete/storage-panel-dom-storage-update-expected.txt
similarity index 100%
rename from LayoutTests/inspector/storage-panel-dom-storage-update-expected.txt
rename to LayoutTests/inspector-obsolete/storage-panel-dom-storage-update-expected.txt
diff --git a/LayoutTests/inspector/storage-panel-dom-storage-update.html b/LayoutTests/inspector-obsolete/storage-panel-dom-storage-update.html
similarity index 100%
rename from LayoutTests/inspector/storage-panel-dom-storage-update.html
rename to LayoutTests/inspector-obsolete/storage-panel-dom-storage-update.html
diff --git a/LayoutTests/inspector/storage-panel-dom-storage.html b/LayoutTests/inspector-obsolete/storage-panel-dom-storage.html
similarity index 100%
rename from LayoutTests/inspector/storage-panel-dom-storage.html
rename to LayoutTests/inspector-obsolete/storage-panel-dom-storage.html
diff --git a/LayoutTests/inspector/styles/add-new-rule-inline-style-csp-expected.txt b/LayoutTests/inspector-obsolete/styles/add-new-rule-inline-style-csp-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/add-new-rule-inline-style-csp-expected.txt
rename to LayoutTests/inspector-obsolete/styles/add-new-rule-inline-style-csp-expected.txt
diff --git a/LayoutTests/inspector/styles/add-new-rule-inline-style-csp.html b/LayoutTests/inspector-obsolete/styles/add-new-rule-inline-style-csp.html
similarity index 100%
rename from LayoutTests/inspector/styles/add-new-rule-inline-style-csp.html
rename to LayoutTests/inspector-obsolete/styles/add-new-rule-inline-style-csp.html
diff --git a/LayoutTests/inspector/styles/add-new-rule-invalid-selector-expected.txt b/LayoutTests/inspector-obsolete/styles/add-new-rule-invalid-selector-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/add-new-rule-invalid-selector-expected.txt
rename to LayoutTests/inspector-obsolete/styles/add-new-rule-invalid-selector-expected.txt
diff --git a/LayoutTests/inspector/styles/add-new-rule-invalid-selector.html b/LayoutTests/inspector-obsolete/styles/add-new-rule-invalid-selector.html
similarity index 100%
rename from LayoutTests/inspector/styles/add-new-rule-invalid-selector.html
rename to LayoutTests/inspector-obsolete/styles/add-new-rule-invalid-selector.html
diff --git a/LayoutTests/inspector/styles/add-new-rule-with-style-after-body-expected.txt b/LayoutTests/inspector-obsolete/styles/add-new-rule-with-style-after-body-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/add-new-rule-with-style-after-body-expected.txt
rename to LayoutTests/inspector-obsolete/styles/add-new-rule-with-style-after-body-expected.txt
diff --git a/LayoutTests/inspector/styles/add-new-rule-with-style-after-body.html b/LayoutTests/inspector-obsolete/styles/add-new-rule-with-style-after-body.html
similarity index 100%
rename from LayoutTests/inspector/styles/add-new-rule-with-style-after-body.html
rename to LayoutTests/inspector-obsolete/styles/add-new-rule-with-style-after-body.html
diff --git a/LayoutTests/inspector/styles/get-set-stylesheet-text-expected.txt b/LayoutTests/inspector-obsolete/styles/get-set-stylesheet-text-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/get-set-stylesheet-text-expected.txt
rename to LayoutTests/inspector-obsolete/styles/get-set-stylesheet-text-expected.txt
diff --git a/LayoutTests/inspector/styles/get-set-stylesheet-text.html b/LayoutTests/inspector-obsolete/styles/get-set-stylesheet-text.html
similarity index 100%
rename from LayoutTests/inspector/styles/get-set-stylesheet-text.html
rename to LayoutTests/inspector-obsolete/styles/get-set-stylesheet-text.html
diff --git a/LayoutTests/inspector/styles/import-pseudoclass-crash-expected.txt b/LayoutTests/inspector-obsolete/styles/import-pseudoclass-crash-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/import-pseudoclass-crash-expected.txt
rename to LayoutTests/inspector-obsolete/styles/import-pseudoclass-crash-expected.txt
diff --git a/LayoutTests/inspector/styles/import-pseudoclass-crash.html b/LayoutTests/inspector-obsolete/styles/import-pseudoclass-crash.html
similarity index 100%
rename from LayoutTests/inspector/styles/import-pseudoclass-crash.html
rename to LayoutTests/inspector-obsolete/styles/import-pseudoclass-crash.html
diff --git a/LayoutTests/inspector/styles/inject-stylesheet-expected.txt b/LayoutTests/inspector-obsolete/styles/inject-stylesheet-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/inject-stylesheet-expected.txt
rename to LayoutTests/inspector-obsolete/styles/inject-stylesheet-expected.txt
diff --git a/LayoutTests/inspector/styles/inject-stylesheet.html b/LayoutTests/inspector-obsolete/styles/inject-stylesheet.html
similarity index 100%
rename from LayoutTests/inspector/styles/inject-stylesheet.html
rename to LayoutTests/inspector-obsolete/styles/inject-stylesheet.html
diff --git a/LayoutTests/inspector/styles/parse-stylesheet-errors-expected.txt b/LayoutTests/inspector-obsolete/styles/parse-stylesheet-errors-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/parse-stylesheet-errors-expected.txt
rename to LayoutTests/inspector-obsolete/styles/parse-stylesheet-errors-expected.txt
diff --git a/LayoutTests/inspector/styles/parse-stylesheet-errors.html b/LayoutTests/inspector-obsolete/styles/parse-stylesheet-errors.html
similarity index 100%
rename from LayoutTests/inspector/styles/parse-stylesheet-errors.html
rename to LayoutTests/inspector-obsolete/styles/parse-stylesheet-errors.html
diff --git a/LayoutTests/inspector/styles/parse-utf8-bom-expected.txt b/LayoutTests/inspector-obsolete/styles/parse-utf8-bom-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/parse-utf8-bom-expected.txt
rename to LayoutTests/inspector-obsolete/styles/parse-utf8-bom-expected.txt
diff --git a/LayoutTests/inspector/styles/parse-utf8-bom.html b/LayoutTests/inspector-obsolete/styles/parse-utf8-bom.html
similarity index 100%
rename from LayoutTests/inspector/styles/parse-utf8-bom.html
rename to LayoutTests/inspector-obsolete/styles/parse-utf8-bom.html
diff --git a/LayoutTests/inspector/styles/region-style-crash-expected.txt b/LayoutTests/inspector-obsolete/styles/region-style-crash-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/region-style-crash-expected.txt
rename to LayoutTests/inspector-obsolete/styles/region-style-crash-expected.txt
diff --git a/LayoutTests/inspector/styles/region-style-crash.html b/LayoutTests/inspector-obsolete/styles/region-style-crash.html
similarity index 100%
rename from LayoutTests/inspector/styles/region-style-crash.html
rename to LayoutTests/inspector-obsolete/styles/region-style-crash.html
diff --git a/LayoutTests/inspector/styles/removed-rule-crash-expected.txt b/LayoutTests/inspector-obsolete/styles/removed-rule-crash-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/removed-rule-crash-expected.txt
rename to LayoutTests/inspector-obsolete/styles/removed-rule-crash-expected.txt
diff --git a/LayoutTests/inspector/styles/removed-rule-crash.html b/LayoutTests/inspector-obsolete/styles/removed-rule-crash.html
similarity index 100%
rename from LayoutTests/inspector/styles/removed-rule-crash.html
rename to LayoutTests/inspector-obsolete/styles/removed-rule-crash.html
diff --git a/LayoutTests/inspector/styles/resources/fromcss.png b/LayoutTests/inspector-obsolete/styles/resources/fromcss.png
similarity index 100%
rename from LayoutTests/inspector/styles/resources/fromcss.png
rename to LayoutTests/inspector-obsolete/styles/resources/fromcss.png
Binary files differ
diff --git a/LayoutTests/inspector/styles/resources/get-set-stylesheet-text.css b/LayoutTests/inspector-obsolete/styles/resources/get-set-stylesheet-text.css
similarity index 100%
rename from LayoutTests/inspector/styles/resources/get-set-stylesheet-text.css
rename to LayoutTests/inspector-obsolete/styles/resources/get-set-stylesheet-text.css
diff --git a/LayoutTests/inspector/styles/resources/iframed.png b/LayoutTests/inspector-obsolete/styles/resources/iframed.png
similarity index 100%
rename from LayoutTests/inspector/styles/resources/iframed.png
rename to LayoutTests/inspector-obsolete/styles/resources/iframed.png
Binary files differ
diff --git a/LayoutTests/inspector/styles/resources/import-pseudoclass-crash-empty.css b/LayoutTests/inspector-obsolete/styles/resources/import-pseudoclass-crash-empty.css
similarity index 100%
rename from LayoutTests/inspector/styles/resources/import-pseudoclass-crash-empty.css
rename to LayoutTests/inspector-obsolete/styles/resources/import-pseudoclass-crash-empty.css
diff --git a/LayoutTests/inspector/styles/resources/import-pseudoclass-crash.css b/LayoutTests/inspector-obsolete/styles/resources/import-pseudoclass-crash.css
similarity index 100%
rename from LayoutTests/inspector/styles/resources/import-pseudoclass-crash.css
rename to LayoutTests/inspector-obsolete/styles/resources/import-pseudoclass-crash.css
diff --git a/LayoutTests/inspector/styles/resources/inject-stylesheet-iframe-data.html b/LayoutTests/inspector-obsolete/styles/resources/inject-stylesheet-iframe-data.html
similarity index 100%
rename from LayoutTests/inspector/styles/resources/inject-stylesheet-iframe-data.html
rename to LayoutTests/inspector-obsolete/styles/resources/inject-stylesheet-iframe-data.html
diff --git a/LayoutTests/inspector/styles/resources/media-queries-1.css b/LayoutTests/inspector-obsolete/styles/resources/media-queries-1.css
similarity index 100%
rename from LayoutTests/inspector/styles/resources/media-queries-1.css
rename to LayoutTests/inspector-obsolete/styles/resources/media-queries-1.css
diff --git a/LayoutTests/inspector/styles/resources/media-queries.css b/LayoutTests/inspector-obsolete/styles/resources/media-queries.css
similarity index 100%
rename from LayoutTests/inspector/styles/resources/media-queries.css
rename to LayoutTests/inspector-obsolete/styles/resources/media-queries.css
diff --git a/LayoutTests/inspector/styles/resources/parse-utf8-bom-main.css b/LayoutTests/inspector-obsolete/styles/resources/parse-utf8-bom-main.css
similarity index 100%
rename from LayoutTests/inspector/styles/resources/parse-utf8-bom-main.css
rename to LayoutTests/inspector-obsolete/styles/resources/parse-utf8-bom-main.css
diff --git a/LayoutTests/inspector/styles/resources/parse-utf8-bom-reset.css b/LayoutTests/inspector-obsolete/styles/resources/parse-utf8-bom-reset.css
similarity index 100%
rename from LayoutTests/inspector/styles/resources/parse-utf8-bom-reset.css
rename to LayoutTests/inspector-obsolete/styles/resources/parse-utf8-bom-reset.css
diff --git a/LayoutTests/inspector/styles/resources/selector-line.css b/LayoutTests/inspector-obsolete/styles/resources/selector-line.css
similarity index 100%
rename from LayoutTests/inspector/styles/resources/selector-line.css
rename to LayoutTests/inspector-obsolete/styles/resources/selector-line.css
diff --git a/LayoutTests/inspector/styles/resources/selector-line.css.map b/LayoutTests/inspector-obsolete/styles/resources/selector-line.css.map
similarity index 100%
rename from LayoutTests/inspector/styles/resources/selector-line.css.map
rename to LayoutTests/inspector-obsolete/styles/resources/selector-line.css.map
diff --git a/LayoutTests/inspector/styles/resources/selector-line.scss b/LayoutTests/inspector-obsolete/styles/resources/selector-line.scss
similarity index 100%
rename from LayoutTests/inspector/styles/resources/selector-line.scss
rename to LayoutTests/inspector-obsolete/styles/resources/selector-line.scss
diff --git a/LayoutTests/inspector/styles/resources/styles-history.css b/LayoutTests/inspector-obsolete/styles/resources/styles-history.css
similarity index 100%
rename from LayoutTests/inspector/styles/resources/styles-history.css
rename to LayoutTests/inspector-obsolete/styles/resources/styles-history.css
diff --git a/LayoutTests/inspector/styles/resources/styles-iframe-data.html b/LayoutTests/inspector-obsolete/styles/resources/styles-iframe-data.html
similarity index 100%
rename from LayoutTests/inspector/styles/resources/styles-iframe-data.html
rename to LayoutTests/inspector-obsolete/styles/resources/styles-iframe-data.html
diff --git a/LayoutTests/inspector/styles/resources/styles-new-API-1.css b/LayoutTests/inspector-obsolete/styles/resources/styles-new-API-1.css
similarity index 100%
rename from LayoutTests/inspector/styles/resources/styles-new-API-1.css
rename to LayoutTests/inspector-obsolete/styles/resources/styles-new-API-1.css
diff --git a/LayoutTests/inspector/styles/resources/styles-new-API-2.css b/LayoutTests/inspector-obsolete/styles/resources/styles-new-API-2.css
similarity index 100%
rename from LayoutTests/inspector/styles/resources/styles-new-API-2.css
rename to LayoutTests/inspector-obsolete/styles/resources/styles-new-API-2.css
diff --git a/LayoutTests/inspector/styles/resources/styles-new-API.css b/LayoutTests/inspector-obsolete/styles/resources/styles-new-API.css
similarity index 100%
rename from LayoutTests/inspector/styles/resources/styles-new-API.css
rename to LayoutTests/inspector-obsolete/styles/resources/styles-new-API.css
diff --git a/LayoutTests/inspector/styles/resources/styles-source-lines-inline-iframe.html b/LayoutTests/inspector-obsolete/styles/resources/styles-source-lines-inline-iframe.html
similarity index 100%
rename from LayoutTests/inspector/styles/resources/styles-source-lines-inline-iframe.html
rename to LayoutTests/inspector-obsolete/styles/resources/styles-source-lines-inline-iframe.html
diff --git a/LayoutTests/inspector/styles/resources/styles-source-offsets.css b/LayoutTests/inspector-obsolete/styles/resources/styles-source-offsets.css
similarity index 100%
rename from LayoutTests/inspector/styles/resources/styles-source-offsets.css
rename to LayoutTests/inspector-obsolete/styles/resources/styles-source-offsets.css
diff --git a/LayoutTests/inspector/styles/resources/styles-url-linkify-iframe.html b/LayoutTests/inspector-obsolete/styles/resources/styles-url-linkify-iframe.html
similarity index 100%
rename from LayoutTests/inspector/styles/resources/styles-url-linkify-iframe.html
rename to LayoutTests/inspector-obsolete/styles/resources/styles-url-linkify-iframe.html
diff --git a/LayoutTests/inspector/styles/resources/styles-url-linkify.css b/LayoutTests/inspector-obsolete/styles/resources/styles-url-linkify.css
similarity index 100%
rename from LayoutTests/inspector/styles/resources/styles-url-linkify.css
rename to LayoutTests/inspector-obsolete/styles/resources/styles-url-linkify.css
diff --git a/LayoutTests/inspector/styles/selector-list-expected.txt b/LayoutTests/inspector-obsolete/styles/selector-list-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/selector-list-expected.txt
rename to LayoutTests/inspector-obsolete/styles/selector-list-expected.txt
diff --git a/LayoutTests/inspector/styles/selector-list.html b/LayoutTests/inspector-obsolete/styles/selector-list.html
similarity index 100%
rename from LayoutTests/inspector/styles/selector-list.html
rename to LayoutTests/inspector-obsolete/styles/selector-list.html
diff --git a/LayoutTests/inspector/styles/set-property-boundaries-expected.txt b/LayoutTests/inspector-obsolete/styles/set-property-boundaries-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/set-property-boundaries-expected.txt
rename to LayoutTests/inspector-obsolete/styles/set-property-boundaries-expected.txt
diff --git a/LayoutTests/inspector/styles/set-property-boundaries.html b/LayoutTests/inspector-obsolete/styles/set-property-boundaries.html
similarity index 100%
rename from LayoutTests/inspector/styles/set-property-boundaries.html
rename to LayoutTests/inspector-obsolete/styles/set-property-boundaries.html
diff --git a/LayoutTests/inspector/styles/styles-add-blank-property-expected.txt b/LayoutTests/inspector-obsolete/styles/styles-add-blank-property-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/styles-add-blank-property-expected.txt
rename to LayoutTests/inspector-obsolete/styles/styles-add-blank-property-expected.txt
diff --git a/LayoutTests/inspector/styles/styles-add-blank-property.html b/LayoutTests/inspector-obsolete/styles/styles-add-blank-property.html
similarity index 100%
rename from LayoutTests/inspector/styles/styles-add-blank-property.html
rename to LayoutTests/inspector-obsolete/styles/styles-add-blank-property.html
diff --git a/LayoutTests/inspector/styles/styles-add-invalid-property-expected.txt b/LayoutTests/inspector-obsolete/styles/styles-add-invalid-property-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/styles-add-invalid-property-expected.txt
rename to LayoutTests/inspector-obsolete/styles/styles-add-invalid-property-expected.txt
diff --git a/LayoutTests/inspector/styles/styles-add-invalid-property.html b/LayoutTests/inspector-obsolete/styles/styles-add-invalid-property.html
similarity index 100%
rename from LayoutTests/inspector/styles/styles-add-invalid-property.html
rename to LayoutTests/inspector-obsolete/styles/styles-add-invalid-property.html
diff --git a/LayoutTests/inspector/styles/styles-computed-trace-expected.txt b/LayoutTests/inspector-obsolete/styles/styles-computed-trace-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/styles-computed-trace-expected.txt
rename to LayoutTests/inspector-obsolete/styles/styles-computed-trace-expected.txt
diff --git a/LayoutTests/inspector/styles/styles-computed-trace.html b/LayoutTests/inspector-obsolete/styles/styles-computed-trace.html
similarity index 100%
rename from LayoutTests/inspector/styles/styles-computed-trace.html
rename to LayoutTests/inspector-obsolete/styles/styles-computed-trace.html
diff --git a/LayoutTests/inspector/styles/styles-disable-inherited-expected.txt b/LayoutTests/inspector-obsolete/styles/styles-disable-inherited-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/styles-disable-inherited-expected.txt
rename to LayoutTests/inspector-obsolete/styles/styles-disable-inherited-expected.txt
diff --git a/LayoutTests/inspector/styles/styles-disable-inherited.html b/LayoutTests/inspector-obsolete/styles/styles-disable-inherited.html
similarity index 100%
rename from LayoutTests/inspector/styles/styles-disable-inherited.html
rename to LayoutTests/inspector-obsolete/styles/styles-disable-inherited.html
diff --git a/LayoutTests/inspector/styles/styles-disable-then-change-expected.txt b/LayoutTests/inspector-obsolete/styles/styles-disable-then-change-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/styles-disable-then-change-expected.txt
rename to LayoutTests/inspector-obsolete/styles/styles-disable-then-change-expected.txt
diff --git a/LayoutTests/inspector/styles/styles-disable-then-change.html b/LayoutTests/inspector-obsolete/styles/styles-disable-then-change.html
similarity index 100%
rename from LayoutTests/inspector/styles/styles-disable-then-change.html
rename to LayoutTests/inspector-obsolete/styles/styles-disable-then-change.html
diff --git a/LayoutTests/inspector/styles/styles-disable-then-delete-expected.txt b/LayoutTests/inspector-obsolete/styles/styles-disable-then-delete-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/styles-disable-then-delete-expected.txt
rename to LayoutTests/inspector-obsolete/styles/styles-disable-then-delete-expected.txt
diff --git a/LayoutTests/inspector/styles/styles-disable-then-delete.html b/LayoutTests/inspector-obsolete/styles/styles-disable-then-delete.html
similarity index 100%
rename from LayoutTests/inspector/styles/styles-disable-then-delete.html
rename to LayoutTests/inspector-obsolete/styles/styles-disable-then-delete.html
diff --git a/LayoutTests/inspector/styles/styles-disable-then-enable-expected.txt b/LayoutTests/inspector-obsolete/styles/styles-disable-then-enable-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/styles-disable-then-enable-expected.txt
rename to LayoutTests/inspector-obsolete/styles/styles-disable-then-enable-expected.txt
diff --git a/LayoutTests/inspector/styles/styles-disable-then-enable-overriden-ua-expected.txt b/LayoutTests/inspector-obsolete/styles/styles-disable-then-enable-overriden-ua-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/styles-disable-then-enable-overriden-ua-expected.txt
rename to LayoutTests/inspector-obsolete/styles/styles-disable-then-enable-overriden-ua-expected.txt
diff --git a/LayoutTests/inspector/styles/styles-disable-then-enable-overriden-ua.html b/LayoutTests/inspector-obsolete/styles/styles-disable-then-enable-overriden-ua.html
similarity index 100%
rename from LayoutTests/inspector/styles/styles-disable-then-enable-overriden-ua.html
rename to LayoutTests/inspector-obsolete/styles/styles-disable-then-enable-overriden-ua.html
diff --git a/LayoutTests/inspector/styles/styles-disable-then-enable.html b/LayoutTests/inspector-obsolete/styles/styles-disable-then-enable.html
similarity index 100%
rename from LayoutTests/inspector/styles/styles-disable-then-enable.html
rename to LayoutTests/inspector-obsolete/styles/styles-disable-then-enable.html
diff --git a/LayoutTests/inspector/styles/styles-formatting-expected.txt b/LayoutTests/inspector-obsolete/styles/styles-formatting-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/styles-formatting-expected.txt
rename to LayoutTests/inspector-obsolete/styles/styles-formatting-expected.txt
diff --git a/LayoutTests/inspector/styles/styles-formatting.html b/LayoutTests/inspector-obsolete/styles/styles-formatting.html
similarity index 100%
rename from LayoutTests/inspector/styles/styles-formatting.html
rename to LayoutTests/inspector-obsolete/styles/styles-formatting.html
diff --git a/LayoutTests/inspector/styles/styles-history-expected.txt b/LayoutTests/inspector-obsolete/styles/styles-history-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/styles-history-expected.txt
rename to LayoutTests/inspector-obsolete/styles/styles-history-expected.txt
diff --git a/LayoutTests/inspector/styles/styles-history.html b/LayoutTests/inspector-obsolete/styles/styles-history.html
similarity index 100%
rename from LayoutTests/inspector/styles/styles-history.html
rename to LayoutTests/inspector-obsolete/styles/styles-history.html
diff --git a/LayoutTests/inspector/styles/styles-iframe-expected.txt b/LayoutTests/inspector-obsolete/styles/styles-iframe-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/styles-iframe-expected.txt
rename to LayoutTests/inspector-obsolete/styles/styles-iframe-expected.txt
diff --git a/LayoutTests/inspector/styles/styles-iframe.html b/LayoutTests/inspector-obsolete/styles/styles-iframe.html
similarity index 100%
rename from LayoutTests/inspector/styles/styles-iframe.html
rename to LayoutTests/inspector-obsolete/styles/styles-iframe.html
diff --git a/LayoutTests/inspector/styles/styles-include-host-rules-crash-expected.txt b/LayoutTests/inspector-obsolete/styles/styles-include-host-rules-crash-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/styles-include-host-rules-crash-expected.txt
rename to LayoutTests/inspector-obsolete/styles/styles-include-host-rules-crash-expected.txt
diff --git a/LayoutTests/inspector/styles/styles-include-host-rules-crash.html b/LayoutTests/inspector-obsolete/styles/styles-include-host-rules-crash.html
similarity index 100%
rename from LayoutTests/inspector/styles/styles-include-host-rules-crash.html
rename to LayoutTests/inspector-obsolete/styles/styles-include-host-rules-crash.html
diff --git a/LayoutTests/inspector/styles/styles-invalid-color-values-expected.txt b/LayoutTests/inspector-obsolete/styles/styles-invalid-color-values-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/styles-invalid-color-values-expected.txt
rename to LayoutTests/inspector-obsolete/styles/styles-invalid-color-values-expected.txt
diff --git a/LayoutTests/inspector/styles/styles-invalid-color-values.html b/LayoutTests/inspector-obsolete/styles/styles-invalid-color-values.html
similarity index 100%
rename from LayoutTests/inspector/styles/styles-invalid-color-values.html
rename to LayoutTests/inspector-obsolete/styles/styles-invalid-color-values.html
diff --git a/LayoutTests/inspector/styles/styles-new-API-expected.txt b/LayoutTests/inspector-obsolete/styles/styles-new-API-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/styles-new-API-expected.txt
rename to LayoutTests/inspector-obsolete/styles/styles-new-API-expected.txt
diff --git a/LayoutTests/inspector/styles/styles-new-API.html b/LayoutTests/inspector-obsolete/styles/styles-new-API.html
similarity index 100%
rename from LayoutTests/inspector/styles/styles-new-API.html
rename to LayoutTests/inspector-obsolete/styles/styles-new-API.html
diff --git a/LayoutTests/inspector/styles/styles-overriden-properties-expected.txt b/LayoutTests/inspector-obsolete/styles/styles-overriden-properties-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/styles-overriden-properties-expected.txt
rename to LayoutTests/inspector-obsolete/styles/styles-overriden-properties-expected.txt
diff --git a/LayoutTests/inspector/styles/styles-overriden-properties.html b/LayoutTests/inspector-obsolete/styles/styles-overriden-properties.html
similarity index 100%
rename from LayoutTests/inspector/styles/styles-overriden-properties.html
rename to LayoutTests/inspector-obsolete/styles/styles-overriden-properties.html
diff --git a/LayoutTests/inspector/styles/styles-source-lines-expected.txt b/LayoutTests/inspector-obsolete/styles/styles-source-lines-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/styles-source-lines-expected.txt
rename to LayoutTests/inspector-obsolete/styles/styles-source-lines-expected.txt
diff --git a/LayoutTests/inspector/styles/styles-source-lines-inline-expected.txt b/LayoutTests/inspector-obsolete/styles/styles-source-lines-inline-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/styles-source-lines-inline-expected.txt
rename to LayoutTests/inspector-obsolete/styles/styles-source-lines-inline-expected.txt
diff --git a/LayoutTests/inspector/styles/styles-source-lines-inline.html b/LayoutTests/inspector-obsolete/styles/styles-source-lines-inline.html
similarity index 100%
rename from LayoutTests/inspector/styles/styles-source-lines-inline.html
rename to LayoutTests/inspector-obsolete/styles/styles-source-lines-inline.html
diff --git a/LayoutTests/inspector/styles/styles-source-lines.html b/LayoutTests/inspector-obsolete/styles/styles-source-lines.html
similarity index 100%
rename from LayoutTests/inspector/styles/styles-source-lines.html
rename to LayoutTests/inspector-obsolete/styles/styles-source-lines.html
diff --git a/LayoutTests/inspector/styles/styles-source-offsets-expected.txt b/LayoutTests/inspector-obsolete/styles/styles-source-offsets-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/styles-source-offsets-expected.txt
rename to LayoutTests/inspector-obsolete/styles/styles-source-offsets-expected.txt
diff --git a/LayoutTests/inspector/styles/styles-source-offsets.html b/LayoutTests/inspector-obsolete/styles/styles-source-offsets.html
similarity index 100%
rename from LayoutTests/inspector/styles/styles-source-offsets.html
rename to LayoutTests/inspector-obsolete/styles/styles-source-offsets.html
diff --git a/LayoutTests/inspector/styles/undo-add-new-rule-expected.txt b/LayoutTests/inspector-obsolete/styles/undo-add-new-rule-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/undo-add-new-rule-expected.txt
rename to LayoutTests/inspector-obsolete/styles/undo-add-new-rule-expected.txt
diff --git a/LayoutTests/inspector/styles/undo-add-new-rule.html b/LayoutTests/inspector-obsolete/styles/undo-add-new-rule.html
similarity index 100%
rename from LayoutTests/inspector/styles/undo-add-new-rule.html
rename to LayoutTests/inspector-obsolete/styles/undo-add-new-rule.html
diff --git a/LayoutTests/inspector/styles/undo-add-property-expected.txt b/LayoutTests/inspector-obsolete/styles/undo-add-property-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/undo-add-property-expected.txt
rename to LayoutTests/inspector-obsolete/styles/undo-add-property-expected.txt
diff --git a/LayoutTests/inspector/styles/undo-add-property.html b/LayoutTests/inspector-obsolete/styles/undo-add-property.html
similarity index 100%
rename from LayoutTests/inspector/styles/undo-add-property.html
rename to LayoutTests/inspector-obsolete/styles/undo-add-property.html
diff --git a/LayoutTests/inspector/styles/undo-add-rule-crash-expected.txt b/LayoutTests/inspector-obsolete/styles/undo-add-rule-crash-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/undo-add-rule-crash-expected.txt
rename to LayoutTests/inspector-obsolete/styles/undo-add-rule-crash-expected.txt
diff --git a/LayoutTests/inspector/styles/undo-add-rule-crash.html b/LayoutTests/inspector-obsolete/styles/undo-add-rule-crash.html
similarity index 100%
rename from LayoutTests/inspector/styles/undo-add-rule-crash.html
rename to LayoutTests/inspector-obsolete/styles/undo-add-rule-crash.html
diff --git a/LayoutTests/inspector/styles/undo-change-property-expected.txt b/LayoutTests/inspector-obsolete/styles/undo-change-property-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/undo-change-property-expected.txt
rename to LayoutTests/inspector-obsolete/styles/undo-change-property-expected.txt
diff --git a/LayoutTests/inspector/styles/undo-change-property.html b/LayoutTests/inspector-obsolete/styles/undo-change-property.html
similarity index 100%
rename from LayoutTests/inspector/styles/undo-change-property.html
rename to LayoutTests/inspector-obsolete/styles/undo-change-property.html
diff --git a/LayoutTests/inspector/styles/undo-property-toggle-expected.txt b/LayoutTests/inspector-obsolete/styles/undo-property-toggle-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/undo-property-toggle-expected.txt
rename to LayoutTests/inspector-obsolete/styles/undo-property-toggle-expected.txt
diff --git a/LayoutTests/inspector/styles/undo-property-toggle.html b/LayoutTests/inspector-obsolete/styles/undo-property-toggle.html
similarity index 100%
rename from LayoutTests/inspector/styles/undo-property-toggle.html
rename to LayoutTests/inspector-obsolete/styles/undo-property-toggle.html
diff --git a/LayoutTests/inspector/styles/undo-set-selector-text-expected.txt b/LayoutTests/inspector-obsolete/styles/undo-set-selector-text-expected.txt
similarity index 100%
rename from LayoutTests/inspector/styles/undo-set-selector-text-expected.txt
rename to LayoutTests/inspector-obsolete/styles/undo-set-selector-text-expected.txt
diff --git a/LayoutTests/inspector/styles/undo-set-selector-text.html b/LayoutTests/inspector-obsolete/styles/undo-set-selector-text.html
similarity index 100%
rename from LayoutTests/inspector/styles/undo-set-selector-text.html
rename to LayoutTests/inspector-obsolete/styles/undo-set-selector-text.html
diff --git a/LayoutTests/inspector/timeline/resources/anImage.png b/LayoutTests/inspector-obsolete/timeline/resources/anImage.png
similarity index 100%
rename from LayoutTests/inspector/timeline/resources/anImage.png
rename to LayoutTests/inspector-obsolete/timeline/resources/anImage.png
Binary files differ
diff --git a/LayoutTests/inspector/timeline/resources/anotherImage.png b/LayoutTests/inspector-obsolete/timeline/resources/anotherImage.png
similarity index 100%
rename from LayoutTests/inspector/timeline/resources/anotherImage.png
rename to LayoutTests/inspector-obsolete/timeline/resources/anotherImage.png
Binary files differ
diff --git a/LayoutTests/inspector/timeline/resources/big.png b/LayoutTests/inspector-obsolete/timeline/resources/big.png
similarity index 100%
rename from LayoutTests/inspector/timeline/resources/big.png
rename to LayoutTests/inspector-obsolete/timeline/resources/big.png
Binary files differ
diff --git a/LayoutTests/inspector/timeline/resources/test.bmp b/LayoutTests/inspector-obsolete/timeline/resources/test.bmp
similarity index 100%
rename from LayoutTests/inspector/timeline/resources/test.bmp
rename to LayoutTests/inspector-obsolete/timeline/resources/test.bmp
Binary files differ
diff --git a/LayoutTests/inspector/timeline/resources/test.gif b/LayoutTests/inspector-obsolete/timeline/resources/test.gif
similarity index 100%
rename from LayoutTests/inspector/timeline/resources/test.gif
rename to LayoutTests/inspector-obsolete/timeline/resources/test.gif
Binary files differ
diff --git a/LayoutTests/inspector/timeline/resources/test.ico b/LayoutTests/inspector-obsolete/timeline/resources/test.ico
similarity index 100%
rename from LayoutTests/inspector/timeline/resources/test.ico
rename to LayoutTests/inspector-obsolete/timeline/resources/test.ico
Binary files differ
diff --git a/LayoutTests/inspector/timeline/resources/test.jpg b/LayoutTests/inspector-obsolete/timeline/resources/test.jpg
similarity index 100%
rename from LayoutTests/inspector/timeline/resources/test.jpg
rename to LayoutTests/inspector-obsolete/timeline/resources/test.jpg
Binary files differ
diff --git a/LayoutTests/inspector/timeline/resources/test.png b/LayoutTests/inspector-obsolete/timeline/resources/test.png
similarity index 100%
rename from LayoutTests/inspector/timeline/resources/test.png
rename to LayoutTests/inspector-obsolete/timeline/resources/test.png
Binary files differ
diff --git a/LayoutTests/inspector/timeline/resources/test.webp b/LayoutTests/inspector-obsolete/timeline/resources/test.webp
similarity index 100%
rename from LayoutTests/inspector/timeline/resources/test.webp
rename to LayoutTests/inspector-obsolete/timeline/resources/test.webp
Binary files differ
diff --git a/LayoutTests/inspector/timeline/resources/timeline-iframe-data.html b/LayoutTests/inspector-obsolete/timeline/resources/timeline-iframe-data.html
similarity index 100%
rename from LayoutTests/inspector/timeline/resources/timeline-iframe-data.html
rename to LayoutTests/inspector-obsolete/timeline/resources/timeline-iframe-data.html
diff --git a/LayoutTests/inspector/timeline/resources/timeline-iframe-paint.html b/LayoutTests/inspector-obsolete/timeline/resources/timeline-iframe-paint.html
similarity index 100%
rename from LayoutTests/inspector/timeline/resources/timeline-iframe-paint.html
rename to LayoutTests/inspector-obsolete/timeline/resources/timeline-iframe-paint.html
diff --git a/LayoutTests/inspector/timeline/timeline-animation-frame-expected.txt b/LayoutTests/inspector-obsolete/timeline/timeline-animation-frame-expected.txt
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-animation-frame-expected.txt
rename to LayoutTests/inspector-obsolete/timeline/timeline-animation-frame-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-animation-frame.html b/LayoutTests/inspector-obsolete/timeline/timeline-animation-frame.html
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-animation-frame.html
rename to LayoutTests/inspector-obsolete/timeline/timeline-animation-frame.html
diff --git a/LayoutTests/inspector/timeline/timeline-decode-resize-expected.txt b/LayoutTests/inspector-obsolete/timeline/timeline-decode-resize-expected.txt
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-decode-resize-expected.txt
rename to LayoutTests/inspector-obsolete/timeline/timeline-decode-resize-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-decode-resize.html b/LayoutTests/inspector-obsolete/timeline/timeline-decode-resize.html
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-decode-resize.html
rename to LayoutTests/inspector-obsolete/timeline/timeline-decode-resize.html
diff --git a/LayoutTests/inspector/timeline/timeline-dom-content-loaded-event-expected.txt b/LayoutTests/inspector-obsolete/timeline/timeline-dom-content-loaded-event-expected.txt
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-dom-content-loaded-event-expected.txt
rename to LayoutTests/inspector-obsolete/timeline/timeline-dom-content-loaded-event-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-dom-content-loaded-event.html b/LayoutTests/inspector-obsolete/timeline/timeline-dom-content-loaded-event.html
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-dom-content-loaded-event.html
rename to LayoutTests/inspector-obsolete/timeline/timeline-dom-content-loaded-event.html
diff --git a/LayoutTests/inspector/timeline/timeline-event-dispatch-expected.txt b/LayoutTests/inspector-obsolete/timeline/timeline-event-dispatch-expected.txt
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-event-dispatch-expected.txt
rename to LayoutTests/inspector-obsolete/timeline/timeline-event-dispatch-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-event-dispatch.html b/LayoutTests/inspector-obsolete/timeline/timeline-event-dispatch.html
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-event-dispatch.html
rename to LayoutTests/inspector-obsolete/timeline/timeline-event-dispatch.html
diff --git a/LayoutTests/inspector/timeline/timeline-frames-expected.txt b/LayoutTests/inspector-obsolete/timeline/timeline-frames-expected.txt
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-frames-expected.txt
rename to LayoutTests/inspector-obsolete/timeline/timeline-frames-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-frames.html b/LayoutTests/inspector-obsolete/timeline/timeline-frames.html
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-frames.html
rename to LayoutTests/inspector-obsolete/timeline/timeline-frames.html
diff --git a/LayoutTests/inspector/timeline/timeline-injected-script-eval-expected.txt b/LayoutTests/inspector-obsolete/timeline/timeline-injected-script-eval-expected.txt
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-injected-script-eval-expected.txt
rename to LayoutTests/inspector-obsolete/timeline/timeline-injected-script-eval-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-injected-script-eval.html b/LayoutTests/inspector-obsolete/timeline/timeline-injected-script-eval.html
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-injected-script-eval.html
rename to LayoutTests/inspector-obsolete/timeline/timeline-injected-script-eval.html
diff --git a/LayoutTests/inspector/timeline/timeline-layout-expected.txt b/LayoutTests/inspector-obsolete/timeline/timeline-layout-expected.txt
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-layout-expected.txt
rename to LayoutTests/inspector-obsolete/timeline/timeline-layout-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-layout-reason-expected.txt b/LayoutTests/inspector-obsolete/timeline/timeline-layout-reason-expected.txt
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-layout-reason-expected.txt
rename to LayoutTests/inspector-obsolete/timeline/timeline-layout-reason-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-layout-reason.html b/LayoutTests/inspector-obsolete/timeline/timeline-layout-reason.html
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-layout-reason.html
rename to LayoutTests/inspector-obsolete/timeline/timeline-layout-reason.html
diff --git a/LayoutTests/inspector/timeline/timeline-layout.html b/LayoutTests/inspector-obsolete/timeline/timeline-layout.html
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-layout.html
rename to LayoutTests/inspector-obsolete/timeline/timeline-layout.html
diff --git a/LayoutTests/inspector/timeline/timeline-load-event-expected.txt b/LayoutTests/inspector-obsolete/timeline/timeline-load-event-expected.txt
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-load-event-expected.txt
rename to LayoutTests/inspector-obsolete/timeline/timeline-load-event-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-load-event.html b/LayoutTests/inspector-obsolete/timeline/timeline-load-event.html
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-load-event.html
rename to LayoutTests/inspector-obsolete/timeline/timeline-load-event.html
diff --git a/LayoutTests/inspector/timeline/timeline-load-expected.txt b/LayoutTests/inspector-obsolete/timeline/timeline-load-expected.txt
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-load-expected.txt
rename to LayoutTests/inspector-obsolete/timeline/timeline-load-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-load.html b/LayoutTests/inspector-obsolete/timeline/timeline-load.html
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-load.html
rename to LayoutTests/inspector-obsolete/timeline/timeline-load.html
diff --git a/LayoutTests/inspector/timeline/timeline-network-received-data-expected.txt b/LayoutTests/inspector-obsolete/timeline/timeline-network-received-data-expected.txt
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-network-received-data-expected.txt
rename to LayoutTests/inspector-obsolete/timeline/timeline-network-received-data-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-network-received-data.html b/LayoutTests/inspector-obsolete/timeline/timeline-network-received-data.html
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-network-received-data.html
rename to LayoutTests/inspector-obsolete/timeline/timeline-network-received-data.html
diff --git a/LayoutTests/inspector/timeline/timeline-network-resource-expected.txt b/LayoutTests/inspector-obsolete/timeline/timeline-network-resource-expected.txt
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-network-resource-expected.txt
rename to LayoutTests/inspector-obsolete/timeline/timeline-network-resource-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-network-resource.html b/LayoutTests/inspector-obsolete/timeline/timeline-network-resource.html
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-network-resource.html
rename to LayoutTests/inspector-obsolete/timeline/timeline-network-resource.html
diff --git a/LayoutTests/inspector/timeline/timeline-network-resource.js b/LayoutTests/inspector-obsolete/timeline/timeline-network-resource.js
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-network-resource.js
rename to LayoutTests/inspector-obsolete/timeline/timeline-network-resource.js
diff --git a/LayoutTests/inspector/timeline/timeline-paint-expected.txt b/LayoutTests/inspector-obsolete/timeline/timeline-paint-expected.txt
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-paint-expected.txt
rename to LayoutTests/inspector-obsolete/timeline/timeline-paint-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-paint.html b/LayoutTests/inspector-obsolete/timeline/timeline-paint.html
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-paint.html
rename to LayoutTests/inspector-obsolete/timeline/timeline-paint.html
diff --git a/LayoutTests/inspector/timeline/timeline-parse-html-expected.txt b/LayoutTests/inspector-obsolete/timeline/timeline-parse-html-expected.txt
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-parse-html-expected.txt
rename to LayoutTests/inspector-obsolete/timeline/timeline-parse-html-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-parse-html.html b/LayoutTests/inspector-obsolete/timeline/timeline-parse-html.html
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-parse-html.html
rename to LayoutTests/inspector-obsolete/timeline/timeline-parse-html.html
diff --git a/LayoutTests/inspector/timeline/timeline-recalculate-styles-expected.txt b/LayoutTests/inspector-obsolete/timeline/timeline-recalculate-styles-expected.txt
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-recalculate-styles-expected.txt
rename to LayoutTests/inspector-obsolete/timeline/timeline-recalculate-styles-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-recalculate-styles.html b/LayoutTests/inspector-obsolete/timeline/timeline-recalculate-styles.html
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-recalculate-styles.html
rename to LayoutTests/inspector-obsolete/timeline/timeline-recalculate-styles.html
diff --git a/LayoutTests/inspector/timeline/timeline-receive-response-event-expected.txt b/LayoutTests/inspector-obsolete/timeline/timeline-receive-response-event-expected.txt
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-receive-response-event-expected.txt
rename to LayoutTests/inspector-obsolete/timeline/timeline-receive-response-event-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-receive-response-event.html b/LayoutTests/inspector-obsolete/timeline/timeline-receive-response-event.html
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-receive-response-event.html
rename to LayoutTests/inspector-obsolete/timeline/timeline-receive-response-event.html
diff --git a/LayoutTests/inspector/timeline/timeline-script-tag-1-expected.txt b/LayoutTests/inspector-obsolete/timeline/timeline-script-tag-1-expected.txt
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-script-tag-1-expected.txt
rename to LayoutTests/inspector-obsolete/timeline/timeline-script-tag-1-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-script-tag-1.html b/LayoutTests/inspector-obsolete/timeline/timeline-script-tag-1.html
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-script-tag-1.html
rename to LayoutTests/inspector-obsolete/timeline/timeline-script-tag-1.html
diff --git a/LayoutTests/inspector/timeline/timeline-script-tag-2-expected.txt b/LayoutTests/inspector-obsolete/timeline/timeline-script-tag-2-expected.txt
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-script-tag-2-expected.txt
rename to LayoutTests/inspector-obsolete/timeline/timeline-script-tag-2-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-script-tag-2.html b/LayoutTests/inspector-obsolete/timeline/timeline-script-tag-2.html
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-script-tag-2.html
rename to LayoutTests/inspector-obsolete/timeline/timeline-script-tag-2.html
diff --git a/LayoutTests/inspector/timeline/timeline-script-tag-2.js b/LayoutTests/inspector-obsolete/timeline/timeline-script-tag-2.js
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-script-tag-2.js
rename to LayoutTests/inspector-obsolete/timeline/timeline-script-tag-2.js
diff --git a/LayoutTests/inspector/timeline/timeline-start-time-expected.txt b/LayoutTests/inspector-obsolete/timeline/timeline-start-time-expected.txt
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-start-time-expected.txt
rename to LayoutTests/inspector-obsolete/timeline/timeline-start-time-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-start-time.html b/LayoutTests/inspector-obsolete/timeline/timeline-start-time.html
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-start-time.html
rename to LayoutTests/inspector-obsolete/timeline/timeline-start-time.html
diff --git a/LayoutTests/inspector/timeline/timeline-time-expected.txt b/LayoutTests/inspector-obsolete/timeline/timeline-time-expected.txt
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-time-expected.txt
rename to LayoutTests/inspector-obsolete/timeline/timeline-time-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-time-stamp-expected.txt b/LayoutTests/inspector-obsolete/timeline/timeline-time-stamp-expected.txt
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-time-stamp-expected.txt
rename to LayoutTests/inspector-obsolete/timeline/timeline-time-stamp-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-time-stamp.html b/LayoutTests/inspector-obsolete/timeline/timeline-time-stamp.html
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-time-stamp.html
rename to LayoutTests/inspector-obsolete/timeline/timeline-time-stamp.html
diff --git a/LayoutTests/inspector/timeline/timeline-time.html b/LayoutTests/inspector-obsolete/timeline/timeline-time.html
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-time.html
rename to LayoutTests/inspector-obsolete/timeline/timeline-time.html
diff --git a/LayoutTests/inspector/timeline/timeline-timer-expected.txt b/LayoutTests/inspector-obsolete/timeline/timeline-timer-expected.txt
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-timer-expected.txt
rename to LayoutTests/inspector-obsolete/timeline/timeline-timer-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-timer-fired-from-eval-call-site-expected.txt b/LayoutTests/inspector-obsolete/timeline/timeline-timer-fired-from-eval-call-site-expected.txt
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-timer-fired-from-eval-call-site-expected.txt
rename to LayoutTests/inspector-obsolete/timeline/timeline-timer-fired-from-eval-call-site-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-timer-fired-from-eval-call-site.html b/LayoutTests/inspector-obsolete/timeline/timeline-timer-fired-from-eval-call-site.html
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-timer-fired-from-eval-call-site.html
rename to LayoutTests/inspector-obsolete/timeline/timeline-timer-fired-from-eval-call-site.html
diff --git a/LayoutTests/inspector/timeline/timeline-timer.html b/LayoutTests/inspector-obsolete/timeline/timeline-timer.html
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-timer.html
rename to LayoutTests/inspector-obsolete/timeline/timeline-timer.html
diff --git a/LayoutTests/inspector/timeline/timeline-trivial-expected.txt b/LayoutTests/inspector-obsolete/timeline/timeline-trivial-expected.txt
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-trivial-expected.txt
rename to LayoutTests/inspector-obsolete/timeline/timeline-trivial-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-trivial.html b/LayoutTests/inspector-obsolete/timeline/timeline-trivial.html
similarity index 100%
rename from LayoutTests/inspector/timeline/timeline-trivial.html
rename to LayoutTests/inspector-obsolete/timeline/timeline-trivial.html
diff --git a/LayoutTests/inspector/utilities-expected.txt b/LayoutTests/inspector-obsolete/utilities-expected.txt
similarity index 100%
rename from LayoutTests/inspector/utilities-expected.txt
rename to LayoutTests/inspector-obsolete/utilities-expected.txt
diff --git a/LayoutTests/inspector/utilities.html b/LayoutTests/inspector-obsolete/utilities.html
similarity index 100%
rename from LayoutTests/inspector/utilities.html
rename to LayoutTests/inspector-obsolete/utilities.html
diff --git a/LayoutTests/inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree-expected.txt b/LayoutTests/inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree-expected.txt
deleted file mode 100644
index b112d12..0000000
--- a/LayoutTests/inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree-expected.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-Test that all nodes from the detached DOM tree will get into one group in the heap snapshot. Bug 107819.
-
- SUCCESS: found (Detached DOM trees)
-SUCCESS: found Detached DOM tree / 4 entries
-SUCCESS: found 3 DIVs in Detached DOM tree / 4 entries
-SUCCESS: didGetHeapSnapshot
-
diff --git a/LayoutTests/inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree.html b/LayoutTests/inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree.html
deleted file mode 100644
index 08f27ec..0000000
--- a/LayoutTests/inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree.html
+++ /dev/null
@@ -1,78 +0,0 @@
-<html>
-<head>
-<script type="text/javascript" src="../../http/tests/inspector-protocol/resources/protocol-test.js"></script>
-<script>
-function createDetachedDomTreeAndRunTest()
-{
- window.retaining_wrapper = document.createElement("div");
- var t = document.createElement("div");
- retaining_wrapper.appendChild(t);
- t.appendChild(document.createElement("div"));
-
- runTest();
-}
-
-function test()
-{
- InspectorTest.importScript("../../../../inspector-protocol/heap-profiler/resources/heap-snapshot-common.js");
-
- function checkHeapSnapshot(snapshot) {
- var node;
- for (var it = snapshot._allNodes(); it.hasNext(); it.next()) {
- if (it.node.name() === "(Detached DOM trees)") {
- node = it.node;
- break;
- }
- }
- if (node)
- InspectorTest.log("SUCCESS: found " + node.name());
- else
- return fail("cannot find detached DOM trees root");
-
- var detachedDOMTreeRE = /^Detached DOM tree/;
- var detachedDomTreeFound = false;
- for (var iter = node.edges(); iter.hasNext(); iter.next()) {
- var node = iter.edge.node();
- if (detachedDOMTreeRE.test(node.className())) {
- if ("Detached DOM tree / 4 entries" === node.name()) {
- if (detachedDomTreeFound)
- return fail("second " + node.name());
- detachedDomTreeFound = true;
- InspectorTest.log("SUCCESS: found " + node.name());
- checkDetachedDOMTreeNodes(node);
- } else
- return fail("unexpected detached DOM tree: " + node.name());
- }
- }
- }
-
- function checkDetachedDOMTreeNodes(treeNode)
- {
- var divCount = 0;
- for (var iter = treeNode.edges(); iter.hasNext(); iter.next()) {
- var node = iter.edge.node();
- if (node.name() === "HTMLDivElement")
- ++divCount;
- else
- return fail("unexpected DOM wrapper: " + node.name());
- }
- if (divCount === 3)
- InspectorTest.log("SUCCESS: found " + divCount + " DIVs in " + treeNode.name());
- else
- return fail("unexpected DIV count: " + divCount);
-
- }
-
- function fail(message) {
- InspectorTest.log("FAIL: " + message);
- InspectorTest.completeTest();
- }
-
- InspectorTest.takeHeapSnapshot(checkHeapSnapshot);
-}
-</script>
-</head>
-<body onload="createDetachedDomTreeAndRunTest()">
-<p>Test that all nodes from the detached DOM tree will get into one group in the heap snapshot. <a href="https://bugs.webkit.org/show_bug.cgi?id=107819">Bug 107819.</p>
-</body>
-</html>
diff --git a/LayoutTests/inspector-protocol/heap-profiler/heap-snapshot-with-event-listener-expected.txt b/LayoutTests/inspector-protocol/heap-profiler/heap-snapshot-with-event-listener-expected.txt
deleted file mode 100644
index c588792..0000000
--- a/LayoutTests/inspector-protocol/heap-profiler/heap-snapshot-with-event-listener-expected.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-Test that all nodes from the detached DOM tree will get into one group in the heap snapshot. Bug 107819.
-
- SUCCESS: found myEventListener
-SUCCESS: found link from HTMLBodyElement to HTMLBodyElement
-SUCCESS: didGetHeapSnapshot
-
diff --git a/LayoutTests/inspector-protocol/heap-profiler/heap-snapshot-with-event-listener.html b/LayoutTests/inspector-protocol/heap-profiler/heap-snapshot-with-event-listener.html
deleted file mode 100644
index 00c5ade..0000000
--- a/LayoutTests/inspector-protocol/heap-profiler/heap-snapshot-with-event-listener.html
+++ /dev/null
@@ -1,65 +0,0 @@
-<html>
-<head>
-<script type="text/javascript" src="../../http/tests/inspector-protocol/resources/protocol-test.js"></script>
-<script>
-function addEventListenerAndRunTest()
-{
- function myEventListener(e) {
- console.log("myEventListener");
- }
- document.body.addEventListener("click", myEventListener, true);
-
- runTest();
-}
-
-function test()
-{
- InspectorTest.importScript("../../../../inspector-protocol/heap-profiler/resources/heap-snapshot-common.js");
-
- function checkHeapSnapshot(snapshot)
- {
- var node;
- for (var it = snapshot._allNodes(); it.hasNext(); it.next()) {
- if (it.node.type() === "closure" && it.node.name() === "myEventListener") {
- node = it.node;
- break;
- }
- }
- if (node)
- InspectorTest.log("SUCCESS: found " + node.name());
- else
- return fail("cannot find detached DOM trees root");
-
- var nativeRetainers = 0;
- for (var iter = node.retainers(); iter.hasNext(); iter.next()) {
- var node = iter.retainer.node();
- var retainingEdge = iter.retainer;
- if (retainingEdge.isInternal() && retainingEdge.name() === "native") {
- if (++nativeRetainers === 1) {
- var retainerName = retainingEdge.node().name();
- if (retainerName === "HTMLBodyElement")
- InspectorTest.log("SUCCESS: found link from HTMLBodyElement to " + node.name());
- else
- return fail("unexpected retainer of " + node.name() + ": " + retainerName);
- } else
- return fail("too many retainers of " + node.name());
- } else if (!retainingEdge.isWeak())
- return fail("unexpected retaining edge of " + node.name() + " type: " + retainingEdge.type() + ", name: " + retainingEdge.name());
- }
- if (!nativeRetainers)
- return fail("cannot find HTMLBodyElement among retainers of " + node.name());
- }
-
- function fail(message) {
- InspectorTest.log("FAIL: " + message);
- InspectorTest.completeTest();
- }
-
- InspectorTest.takeHeapSnapshot(checkHeapSnapshot);
-}
-</script>
-</head>
-<body onload="addEventListenerAndRunTest()">
-<p>Test that all nodes from the detached DOM tree will get into one group in the heap snapshot. <a href="https://bugs.webkit.org/show_bug.cgi?id=107819">Bug 107819.</p>
-</body>
-</html>
diff --git a/LayoutTests/inspector-protocol/heap-profiler/resources/heap-snapshot-common.js b/LayoutTests/inspector-protocol/heap-profiler/resources/heap-snapshot-common.js
deleted file mode 100644
index 9e98849..0000000
--- a/LayoutTests/inspector-protocol/heap-profiler/resources/heap-snapshot-common.js
+++ /dev/null
@@ -1,39 +0,0 @@
-// This script is supposed to be evaluated in dummy inspector front-end which is loaded from
-// ../../../http/tests/inspector-protocol/resources/protocol-test.html and the relative paths
-// below are relative to that location.
-
-if (!window.WebInspector)
- window.WebInspector = {};
-InspectorTest.importScript("../../../../../Source/WebCore/inspector/front-end/HeapSnapshot.js");
-InspectorTest.importScript("../../../../../Source/WebCore/inspector/front-end/JSHeapSnapshot.js");
-
-InspectorTest.takeHeapSnapshot = function(callback)
-{
- InspectorTest.eventHandler["HeapProfiler.addProfileHeader"] = function(messageObject)
- {
- var profileId = messageObject["params"]["header"]["uid"];
- InspectorTest.sendCommand("HeapProfiler.getHeapSnapshot", { "uid": profileId }, didGetHeapSnapshot);
-
- function didGetHeapSnapshot(messageObject)
- {
- InspectorTest.log("SUCCESS: didGetHeapSnapshot");
- InspectorTest.completeTest();
- }
- }
-
- var chunks = [];
- InspectorTest.eventHandler["HeapProfiler.addHeapSnapshotChunk"] = function(messageObject)
- {
- chunks.push(messageObject["params"]["chunk"]);
- }
-
- InspectorTest.eventHandler["HeapProfiler.finishHeapSnapshot"] = function(messageObject)
- {
- var serializedSnapshot = chunks.join("");
- var parsed = JSON.parse(serializedSnapshot);
- var snapshot = new WebInspector.JSHeapSnapshot(parsed);
- callback(snapshot);
- }
-
- InspectorTest.sendCommand("HeapProfiler.takeHeapSnapshot", {});
-}
diff --git a/LayoutTests/inspector-protocol/heap-profiler/resources/page-with-function.html b/LayoutTests/inspector-protocol/heap-profiler/resources/page-with-function.html
deleted file mode 100644
index 33cce53..0000000
--- a/LayoutTests/inspector-protocol/heap-profiler/resources/page-with-function.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<script>
-function foo()
-{
- alert(document.URL);
-}
-</script>
-<div>resource.html</div>
diff --git a/LayoutTests/inspector-protocol/heap-profiler/take-heap-snapshot-expected.txt b/LayoutTests/inspector-protocol/heap-profiler/take-heap-snapshot-expected.txt
deleted file mode 100644
index d48d9ba..0000000
--- a/LayoutTests/inspector-protocol/heap-profiler/take-heap-snapshot-expected.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-Test that heap profiler doesn't crash while taking snapshot on a page where iframe was navigated to a new location after storing a hold of a function from the previous page. Bug 103076.
-
-
-SUCCESS: didTakeHeapSnapshot
-
diff --git a/LayoutTests/inspector-protocol/heap-profiler/take-heap-snapshot.html b/LayoutTests/inspector-protocol/heap-profiler/take-heap-snapshot.html
deleted file mode 100644
index ce07edc..0000000
--- a/LayoutTests/inspector-protocol/heap-profiler/take-heap-snapshot.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<html>
-<head>
-<script type="text/javascript" src="../../http/tests/inspector-protocol/resources/protocol-test.js"></script>
-<script>
-var fooRef;
-function storeFunctionRefAndNavigateIFrame()
-{
- var frame = document.getElementById("myframe");
- fooRef = frame.contentWindow.foo;
- frame.src = "about:blank";
- frame.onload = didNavigate;
-}
-
-function didNavigate()
-{
- runTest();
-}
-function test()
-{
- function didTakeHeapSnapshot(messageObject)
- {
- InspectorTest.log("SUCCESS: didTakeHeapSnapshot");
- InspectorTest.completeTest();
- }
-
- InspectorTest.sendCommand("Profiler.takeHeapSnapshot", { "reportProgress": false }, didTakeHeapSnapshot);
-}
-</script>
-</head>
-<body>
-<p>Test that heap profiler doesn't crash while taking snapshot on a page where iframe was navigated to a new location after
-storing a hold of a function from the previous page. <a href="https://bugs.webkit.org/show_bug.cgi?id=103076">Bug 103076.</p>
-<iframe id="myframe" src="resources/page-with-function.html" onload="storeFunctionRefAndNavigateIFrame()"></iframe>
-</body>
-</html>
diff --git a/LayoutTests/platform/efl/TestExpectations b/LayoutTests/platform/efl/TestExpectations
index da46a75..7ca025e 100644
--- a/LayoutTests/platform/efl/TestExpectations
+++ b/LayoutTests/platform/efl/TestExpectations
@@ -239,11 +239,6 @@
http/tests/xmlhttprequest/logout.html
http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html
-# Skipping the tests for the old inspector UI
-webkit.org/b/121096 inspector [ Skip ]
-http/tests/inspector [ Skip ]
-http/tests/inspector-enabled [ Skip ]
-
# There are no expected result set yet.
fast/dom/rtl-scroll-to-leftmost-and-resize.html
@@ -265,7 +260,6 @@
# IndexedDB is on refactoring/refreshing, so the tests are quite unstable at this point.
webkit.org/b/87661 storage/indexeddb [ Skip ]
-webkit.org/b/87661 http/tests/inspector/indexeddb [ Skip ]
webkit.org/b/87661 http/tests/security/cross-origin-indexeddb-allowed.html [ Skip ]
webkit.org/b/87661 http/tests/security/cross-origin-indexeddb.html [ Skip ]
webkit.org/b/87661 http/tests/security/cross-origin-worker-indexeddb-allowed.html [ Skip ]
@@ -1247,9 +1241,6 @@
webkit.org/b/61799 canvas/philip/tests/2d.text.draw.space.collapse.start.html [ Failure ]
webkit.org/b/61799 canvas/philip/tests/2d.text.measure.width.space.html [ Failure ]
-# JSC doesn't support heap profiling
-webkit.org/b/50485 inspector-protocol/heap-profiler [ Skip ]
-
webkit.org/b/93976 fast/css-generated-content/quotes-lang.html [ ImageOnlyFailure ]
# This has always failed on Gtk/Efl - exposed by bug 89826
diff --git a/LayoutTests/platform/gtk/TestExpectations b/LayoutTests/platform/gtk/TestExpectations
index 7799ef3..06df1a7 100644
--- a/LayoutTests/platform/gtk/TestExpectations
+++ b/LayoutTests/platform/gtk/TestExpectations
@@ -1050,12 +1050,6 @@
# Need to add functionality to DumpRenderTree to handle scrollbar policy changes
Bug(GTK) fast/overflow/scrollbar-restored-and-then-locked.html [ Failure ]
-# Skipping the tests for the old inspector UI
-webkit.org/b/83174 inspector [ Skip ]
-webkit.org/b/83174 inspector-protocol/heap-profiler [ Skip ]
-webkit.org/b/83174 http/tests/inspector [ Skip ]
-webkit.org/b/83174 http/tests/inspector-enabled [ Skip ]
-
webkit.org/b/37613 webkit.org/b/20011 printing [ Skip ]
webkit.org/b/37613 editing/execCommand/print.html [ Skip ]
diff --git a/LayoutTests/platform/mac-wk2/TestExpectations b/LayoutTests/platform/mac-wk2/TestExpectations
index 8ca2ebd..c50d55f 100644
--- a/LayoutTests/platform/mac-wk2/TestExpectations
+++ b/LayoutTests/platform/mac-wk2/TestExpectations
@@ -186,11 +186,6 @@
# https://bugs.webkit.org/show_bug.cgi?id=82061 rdar://problem/11108649
http/tests/appcache
-# Skipping the tests for the old inspector UI
-inspector [ Skip ]
-http/tests/inspector [ Skip ]
-http/tests/inspector-enabled [ Skip ]
-
# flaky storage tests
# https://bugs.webkit.org/show_bug.cgi?id=82679
storage/websql/statement-success-callback-isolated-world.html
@@ -637,7 +632,6 @@
[ Mavericks ] http/tests/security/cross-origin-plugin-private-browsing-toggled.html [ Skip ]
[ Mavericks ] http/tests/security/storage-blocking-loosened-private-browsing-plugin.html [ Skip ]
[ Mavericks ] http/tests/security/storage-blocking-strengthened-private-browsing-plugin.html [ Skip ]
-[ Mavericks ] inspector/console/clients-ignored-in-privatebrowsing.html [ Skip ]
[ Mavericks ] plugins/private-browsing-mode-2.html [ Skip ]
[ Mavericks ] plugins/private-browsing-mode.html [ Skip ]
[ Mavericks ] storage/domstorage/localstorage/private-browsing-affects-storage.html [ Skip ]
diff --git a/LayoutTests/platform/mac/TestExpectations b/LayoutTests/platform/mac/TestExpectations
index 8e003cd..82f8422 100644
--- a/LayoutTests/platform/mac/TestExpectations
+++ b/LayoutTests/platform/mac/TestExpectations
@@ -219,15 +219,6 @@
webkit.org/b/113598 animations/animation-delay-changed.html [ Pass Failure ]
webkit.org/b/113599 svg/animations/reinserting-svg-into-document.html [ Pass Failure ]
-# Skipping the tests for the old inspector UI
-inspector [ Skip ]
-http/tests/inspector [ Skip ]
-http/tests/inspector-enabled [ Skip ]
-
-# JSC doesn't support heap profiling
-# https://bugs.webkit.org/show_bug.cgi?id=50485
-webkit.org/b/50485 inspector-protocol/heap-profiler [ Skip ]
-
# Flakey notification test.
webkit.org/b/112499 http/tests/notifications/window-show-on-click.html [ Pass Failure ]
webkit.org/b/112499 http/tests/notifications/legacy/window-show-on-click.html [ Pass Failure ]
diff --git a/LayoutTests/platform/win-xp/TestExpectations b/LayoutTests/platform/win-xp/TestExpectations
index e6f3e29..d2e54a4 100644
--- a/LayoutTests/platform/win-xp/TestExpectations
+++ b/LayoutTests/platform/win-xp/TestExpectations
@@ -36,8 +36,3 @@
# Fail until SUBPIXEL_LAYOUT is enabled
# https://bugs.webkit.org/show_bug.cgi?id=85532
fast/sub-pixel
-
-# Skipping the tests for the old inspector UI
-inspector [ Skip ]
-http/tests/inspector [ Skip ]
-http/tests/inspector-enabled [ Skip ]
diff --git a/LayoutTests/platform/win/TestExpectations b/LayoutTests/platform/win/TestExpectations
index fd19ae7..4f26d7e 100644
--- a/LayoutTests/platform/win/TestExpectations
+++ b/LayoutTests/platform/win/TestExpectations
@@ -80,11 +80,6 @@
http/tests/security/cross-frame-access-protocol-explicit-domain.html
http/tests/security/cross-frame-access-protocol.html
-# Skipping the tests for the old inspector UI
-inspector [ Skip ]
-http/tests/inspector [ Skip ]
-http/tests/inspector-enabled [ Skip ]
-
# The following needs a rebaseline
webkit.org/b/125754 js/dom/global-constructors-attributes.html [ Failure ]
@@ -1903,9 +1898,6 @@
webkit.org/b/128979 inspector-protocol/debugger/setBreakpoint-dfg-and-modify-local.html [ Failure ]
webkit.org/b/128979 inspector-protocol/debugger/setBreakpoint-dfg.html [ Failure ]
webkit.org/b/100846 inspector-protocol/debugger/terminate-dedicated-worker-while-paused.html [ Failure ]
-webkit.org/b/128979 inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree.html [ Failure ]
-webkit.org/b/128979 inspector-protocol/heap-profiler/heap-snapshot-with-event-listener.html [ Failure ]
-webkit.org/b/128979 inspector-protocol/heap-profiler/take-heap-snapshot.html [ Failure ]
webkit.org/b/128979 inspector-protocol/model/content-node-region-info.html [ Pass Failure ]
webkit.org/b/128979 [ Debug ] inspector-protocol/dom/getAccessibilityPropertiesForNode.html [ Crash ]
webkit.org/b/128979 [ Release ] inspector-protocol/dom/getAccessibilityPropertiesForNode.html [ Pass Failure ]
diff --git a/LayoutTests/platform/wincairo/TestExpectations b/LayoutTests/platform/wincairo/TestExpectations
index 917f823..3998422 100644
--- a/LayoutTests/platform/wincairo/TestExpectations
+++ b/LayoutTests/platform/wincairo/TestExpectations
@@ -432,11 +432,6 @@
fonts/sans-serif.html
fonts/serif.html
-# Skipping the tests for the old inspector UI
-inspector [ Skip ]
-http/tests/inspector [ Skip ]
-http/tests/inspector-enabled [ Skip ]
-
loader/go-back-to-different-window-size.html
loader/load-defer-resume-crash.html
diff --git a/LayoutTests/platform/wk2/TestExpectations b/LayoutTests/platform/wk2/TestExpectations
index ae3e1f2..22bdc20 100644
--- a/LayoutTests/platform/wk2/TestExpectations
+++ b/LayoutTests/platform/wk2/TestExpectations
@@ -60,11 +60,6 @@
compositing/iframes/iframe-size-from-zero.html
compositing/iframes/iframe-src-change.html
-# Skipping the tests for the old inspector UI
-inspector [ Skip ]
-http/tests/inspector [ Skip ]
-http/tests/inspector-enabled [ Skip ]
-
# Flakey on Snow Leopard Intel WebKit2 Release Tests
# https://bugs.webkit.org/show_bug.cgi?id=58183
editing/execCommand/convert-style-elements-to-spans.html