Title: [92885] trunk/LayoutTests
Revision
92885
Author
[email protected]
Date
2011-08-11 15:48:34 -0700 (Thu, 11 Aug 2011)

Log Message

pfeldman says we need to rebaseline this test.  The massively complex
baseline fallback graph confused him when he created a platform/mac
fallback.

* platform/chromium-win/inspector/debugger: Added.
* platform/chromium-win/inspector/debugger/scripts-panel-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (92884 => 92885)


--- trunk/LayoutTests/ChangeLog	2011-08-11 22:29:02 UTC (rev 92884)
+++ trunk/LayoutTests/ChangeLog	2011-08-11 22:48:34 UTC (rev 92885)
@@ -1,3 +1,12 @@
+2011-08-11  Adam Barth  <[email protected]>
+
+        pfeldman says we need to rebaseline this test.  The massively complex
+        baseline fallback graph confused him when he created a platform/mac
+        fallback.
+
+        * platform/chromium-win/inspector/debugger: Added.
+        * platform/chromium-win/inspector/debugger/scripts-panel-expected.txt: Added.
+
 2011-08-11  Anders Carlsson  <[email protected]>
 
         Move some Snow Leopard test results to the right place.

Added: trunk/LayoutTests/platform/chromium-win/inspector/debugger/scripts-panel-expected.txt (0 => 92885)


--- trunk/LayoutTests/platform/chromium-win/inspector/debugger/scripts-panel-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium-win/inspector/debugger/scripts-panel-expected.txt	2011-08-11 22:48:34 UTC (rev 92885)
@@ -0,0 +1,38 @@
+Tests that scripts panel UI elements work as intended.
+
+
+Running: testInitialLoad
+Source requested for foo.js
+Dump files select:
+    bar.js
+    baz.js
+    foo.js
+Source requested for baz.js
+
+Running: testHistory
+Source requested for index.html
+Source requested for script1.js
+Source requested for script2.js
+Source requested for script3.js
+
+Running: testFilesSelect
+    ?a=b(?a=b)
+    ...oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong_url(very_looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong_url)
+— example.com —
+    ?a=b(http://example.com/?a=b)
+— localhost —
+LayoutTests/inspector/debugger/foo/bar
+    script.js(<root>/foo/bar/script.js)
+    script.js?a=1(<root>/foo/bar/script.js?a=1)
+    script.js?a=2(<root>/foo/bar/script.js?a=2)
+LayoutTests/inspector/debugger/foo/baz
+    script.js(<root>/foo/baz/script.js)
+— Content scripts —
+    contentScript.js?a=1(<root>/foo/bar/contentScript.js?a=1)
+    contentScript.js?a=2(<root>/foo/bar/contentScript.js?a=2)
+    contentScript2.js?a=1(<root>/foo/bar/contentScript2.js?a=1)
+
+Running: testSourceReplaced
+Source requested for foo.js
+Source requested for bar.js
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to