Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(278)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/bindings/dynamic-bindings-frame-attach-detach-expected.txt

Issue 2738033002: DevTools: add more tests to fixate bindings behavior (Closed)
Patch Set: rebaseline Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/inspector/bindings/dynamic-bindings-frame-attach-detach-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/dynamic-bindings-frame-attach-detach-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/dynamic-bindings-frame-attach-detach-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b7df14c68e4e5eca40f529c94053a5a12c58142f
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/dynamic-bindings-frame-attach-detach-expected.txt
@@ -0,0 +1,52 @@
+Verify that UISourceCodes are added and removed as iframe with dynamic script and stylesheet is added and removed.
+
+
+Running: dumpInitialWorkspace
+Removed: 0 uiSourceCodes
+Workspace: 7 uiSourceCodes.
+ debugger:///VM[XXX] bindings-test.js
+ debugger:///VM[XXX] dynamic-bindings-frame-attach-detach.html
+ debugger:///VM[XXX] dynamic-bindings-frame-attach-detach.html
+ debugger:///VM[XXX] inspector-test.js
+ http://127.0.0.1:8000/inspector/bindings/bindings-test.js
+ http://127.0.0.1:8000/inspector/bindings/dynamic-bindings-frame-attach-detach.html
+ http://127.0.0.1:8000/inspector/inspector-test.js
+
+Running: attachFrame
+Removed: 0 uiSourceCodes
+Workspace: 14 uiSourceCodes.
+ debugger:///VM[XXX] bindings-test.js
+ debugger:///VM[XXX] dynamic-bindings-frame-attach-detach.html
+ debugger:///VM[XXX] dynamic-bindings-frame-attach-detach.html
+[+] debugger:///VM[XXX] dynamic-frame.html
+[+] debugger:///VM[XXX] dynamic-script.js
+ debugger:///VM[XXX] inspector-test.js
+[+] debugger:///VM[XXX] _test_attachFrame.js
+[+] dynamic-script.js
+[+] dynamic-style.css
+ http://127.0.0.1:8000/inspector/bindings/bindings-test.js
+ http://127.0.0.1:8000/inspector/bindings/dynamic-bindings-frame-attach-detach.html
+[+] http://127.0.0.1:8000/inspector/bindings/resources/dynamic-frame.html
+ http://127.0.0.1:8000/inspector/inspector-test.js
+[+] _test_attachFrame.js
+
+Running: detachFrame
+Removed: 2 uiSourceCodes
+[-] dynamic-style.css
+[-] http://127.0.0.1:8000/inspector/bindings/resources/dynamic-frame.html
+Workspace: 14 uiSourceCodes.
+ debugger:///VM[XXX] bindings-test.js
+ debugger:///VM[XXX] dynamic-bindings-frame-attach-detach.html
+ debugger:///VM[XXX] dynamic-bindings-frame-attach-detach.html
+ debugger:///VM[XXX] dynamic-frame.html
+ debugger:///VM[XXX] dynamic-script.js
+ debugger:///VM[XXX] inspector-test.js
+ debugger:///VM[XXX] _test_attachFrame.js
+[+] debugger:///VM[XXX] _test_detachFrame.js
+ dynamic-script.js
+ http://127.0.0.1:8000/inspector/bindings/bindings-test.js
+ http://127.0.0.1:8000/inspector/bindings/dynamic-bindings-frame-attach-detach.html
+ http://127.0.0.1:8000/inspector/inspector-test.js
+ _test_attachFrame.js
+[+] _test_detachFrame.js
+

Powered by Google App Engine
This is Rietveld 408576698