Diff
Modified: trunk/LayoutTests/ChangeLog (92645 => 92646)
--- trunk/LayoutTests/ChangeLog 2011-08-08 22:24:01 UTC (rev 92645)
+++ trunk/LayoutTests/ChangeLog 2011-08-08 22:29:33 UTC (rev 92646)
@@ -1,5 +1,26 @@
2011-08-08 Adam Barth <[email protected]>
+ Optimize baselines for fast/inspector-support.
+ This patch was created with webkit-patch bulk-optimize-baselines.
+
+ * fast/inspector-support/style-expected.txt: Added.
+ * platform/chromium-mac/fast/inspector-support: Removed.
+ * platform/chromium-mac/fast/inspector-support/uncaught-dom1-exception-expected.txt: Removed.
+ * platform/chromium-mac/fast/inspector-support/uncaught-dom3-exception-expected.txt: Removed.
+ * platform/chromium-mac/fast/inspector-support/uncaught-dom8-exception-expected.txt: Removed.
+ * platform/chromium-win/fast/inspector-support/uncaught-dom1-exception-expected.txt: Removed.
+ * platform/chromium-win/fast/inspector-support/uncaught-dom3-exception-expected.txt: Removed.
+ * platform/chromium-win/fast/inspector-support/uncaught-dom8-exception-expected.txt: Removed.
+ * platform/chromium/fast/inspector-support: Added.
+ * platform/chromium/fast/inspector-support/uncaught-dom1-exception-expected.txt: Added.
+ * platform/chromium/fast/inspector-support/uncaught-dom3-exception-expected.txt: Added.
+ * platform/chromium/fast/inspector-support/uncaught-dom8-exception-expected.txt: Added.
+ * platform/gtk/fast/inspector-support/style-expected.txt: Removed.
+ * platform/mac/fast/inspector-support/style-expected.txt: Removed.
+ * platform/qt/fast/inspector-support/style-expected.txt: Removed.
+
+2011-08-08 Adam Barth <[email protected]>
+
Optimize baselines for fast/dom/HTMLAnchorElement and fast/dom/Window.
This patch was created with webkit-patch bulk-optimize-baselines.
(Note: I massaged the two results that enumerate the global object to
Added: trunk/LayoutTests/fast/inspector-support/style-expected.txt (0 => 92646)
--- trunk/LayoutTests/fast/inspector-support/style-expected.txt (rev 0)
+++ trunk/LayoutTests/fast/inspector-support/style-expected.txt 2011-08-08 22:29:33 UTC (rev 92646)
@@ -0,0 +1,18 @@
+Note that background and font are both buggy right now!
+Test
+background-image: initial (original property was background)
+background-repeat-x: initial (original property was background)
+background-repeat-y: initial (original property was background)
+background-attachment: initial (original property was background)
+background-position-x: initial (original property was background)
+background-position-y: initial (original property was background)
+background-origin: initial (original property was background)
+background-clip: initial (original property was background)
+background-color: purple (original property was background)
+margin-top: 1em (original property was margin)
+margin-right: 1em (original property was margin and property was implicitly set.)
+margin-bottom: 1em (original property was margin and property was implicitly set.)
+margin-left: 1em (original property was margin and property was implicitly set.)
+color: white
+font: normal normal normal 24px/normal 'Lucida Grande'
+
Added: trunk/LayoutTests/platform/chromium/fast/inspector-support/uncaught-dom1-exception-expected.txt (0 => 92646)
--- trunk/LayoutTests/platform/chromium/fast/inspector-support/uncaught-dom1-exception-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium/fast/inspector-support/uncaught-dom1-exception-expected.txt 2011-08-08 22:29:33 UTC (rev 92646)
@@ -0,0 +1,2 @@
+CONSOLE MESSAGE: line 13: Uncaught Error: INDEX_SIZE_ERR: DOM Exception 1
+This tests that we are getting the correct message for DOM Exception 1: INDEX_SIZE_ERR.
Added: trunk/LayoutTests/platform/chromium/fast/inspector-support/uncaught-dom3-exception-expected.txt (0 => 92646)
--- trunk/LayoutTests/platform/chromium/fast/inspector-support/uncaught-dom3-exception-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium/fast/inspector-support/uncaught-dom3-exception-expected.txt 2011-08-08 22:29:33 UTC (rev 92646)
@@ -0,0 +1,2 @@
+CONSOLE MESSAGE: line 9: Uncaught Error: HIERARCHY_REQUEST_ERR: DOM Exception 3
+This tests that we are getting the correct message for DOM Exception 3: HIERARCHY_REQUEST_ERR.
Added: trunk/LayoutTests/platform/chromium/fast/inspector-support/uncaught-dom8-exception-expected.txt (0 => 92646)
--- trunk/LayoutTests/platform/chromium/fast/inspector-support/uncaught-dom8-exception-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium/fast/inspector-support/uncaught-dom8-exception-expected.txt 2011-08-08 22:29:33 UTC (rev 92646)
@@ -0,0 +1,2 @@
+CONSOLE MESSAGE: line 9: Uncaught Error: NOT_FOUND_ERR: DOM Exception 8
+This tests that we are getting the correct message for DOM Exception 8: NOT_FOUND_ERR.
Deleted: trunk/LayoutTests/platform/chromium-win/fast/inspector-support/uncaught-dom1-exception-expected.txt (92645 => 92646)
--- trunk/LayoutTests/platform/chromium-win/fast/inspector-support/uncaught-dom1-exception-expected.txt 2011-08-08 22:24:01 UTC (rev 92645)
+++ trunk/LayoutTests/platform/chromium-win/fast/inspector-support/uncaught-dom1-exception-expected.txt 2011-08-08 22:29:33 UTC (rev 92646)
@@ -1,2 +0,0 @@
-CONSOLE MESSAGE: line 13: Uncaught Error: INDEX_SIZE_ERR: DOM Exception 1
-This tests that we are getting the correct message for DOM Exception 1: INDEX_SIZE_ERR.
Deleted: trunk/LayoutTests/platform/chromium-win/fast/inspector-support/uncaught-dom3-exception-expected.txt (92645 => 92646)
--- trunk/LayoutTests/platform/chromium-win/fast/inspector-support/uncaught-dom3-exception-expected.txt 2011-08-08 22:24:01 UTC (rev 92645)
+++ trunk/LayoutTests/platform/chromium-win/fast/inspector-support/uncaught-dom3-exception-expected.txt 2011-08-08 22:29:33 UTC (rev 92646)
@@ -1,2 +0,0 @@
-CONSOLE MESSAGE: line 9: Uncaught Error: HIERARCHY_REQUEST_ERR: DOM Exception 3
-This tests that we are getting the correct message for DOM Exception 3: HIERARCHY_REQUEST_ERR.
Deleted: trunk/LayoutTests/platform/chromium-win/fast/inspector-support/uncaught-dom8-exception-expected.txt (92645 => 92646)
--- trunk/LayoutTests/platform/chromium-win/fast/inspector-support/uncaught-dom8-exception-expected.txt 2011-08-08 22:24:01 UTC (rev 92645)
+++ trunk/LayoutTests/platform/chromium-win/fast/inspector-support/uncaught-dom8-exception-expected.txt 2011-08-08 22:29:33 UTC (rev 92646)
@@ -1,2 +0,0 @@
-CONSOLE MESSAGE: line 9: Uncaught Error: NOT_FOUND_ERR: DOM Exception 8
-This tests that we are getting the correct message for DOM Exception 8: NOT_FOUND_ERR.
Deleted: trunk/LayoutTests/platform/gtk/fast/inspector-support/style-expected.txt (92645 => 92646)
--- trunk/LayoutTests/platform/gtk/fast/inspector-support/style-expected.txt 2011-08-08 22:24:01 UTC (rev 92645)
+++ trunk/LayoutTests/platform/gtk/fast/inspector-support/style-expected.txt 2011-08-08 22:29:33 UTC (rev 92646)
@@ -1,18 +0,0 @@
-Note that background and font are both buggy right now!
-Test
-background-image: initial (original property was background)
-background-repeat-x: initial (original property was background)
-background-repeat-y: initial (original property was background)
-background-attachment: initial (original property was background)
-background-position-x: initial (original property was background)
-background-position-y: initial (original property was background)
-background-origin: initial (original property was background)
-background-clip: initial (original property was background)
-background-color: purple (original property was background)
-margin-top: 1em (original property was margin)
-margin-right: 1em (original property was margin and property was implicitly set.)
-margin-bottom: 1em (original property was margin and property was implicitly set.)
-margin-left: 1em (original property was margin and property was implicitly set.)
-color: white
-font: normal normal normal 24px/normal 'Lucida Grande'
-
Deleted: trunk/LayoutTests/platform/mac/fast/inspector-support/style-expected.txt (92645 => 92646)
--- trunk/LayoutTests/platform/mac/fast/inspector-support/style-expected.txt 2011-08-08 22:24:01 UTC (rev 92645)
+++ trunk/LayoutTests/platform/mac/fast/inspector-support/style-expected.txt 2011-08-08 22:29:33 UTC (rev 92646)
@@ -1,18 +0,0 @@
-Note that background and font are both buggy right now!
-Test
-background-image: initial (original property was background)
-background-repeat-x: initial (original property was background)
-background-repeat-y: initial (original property was background)
-background-attachment: initial (original property was background)
-background-position-x: initial (original property was background)
-background-position-y: initial (original property was background)
-background-origin: initial (original property was background)
-background-clip: initial (original property was background)
-background-color: purple (original property was background)
-margin-top: 1em (original property was margin)
-margin-right: 1em (original property was margin and property was implicitly set.)
-margin-bottom: 1em (original property was margin and property was implicitly set.)
-margin-left: 1em (original property was margin and property was implicitly set.)
-color: white
-font: normal normal normal 24px/normal 'Lucida Grande'
-
Deleted: trunk/LayoutTests/platform/qt/fast/inspector-support/style-expected.txt (92645 => 92646)
--- trunk/LayoutTests/platform/qt/fast/inspector-support/style-expected.txt 2011-08-08 22:24:01 UTC (rev 92645)
+++ trunk/LayoutTests/platform/qt/fast/inspector-support/style-expected.txt 2011-08-08 22:29:33 UTC (rev 92646)
@@ -1,18 +0,0 @@
-Note that background and font are both buggy right now!
-Test
-background-image: initial (original property was background)
-background-repeat-x: initial (original property was background)
-background-repeat-y: initial (original property was background)
-background-attachment: initial (original property was background)
-background-position-x: initial (original property was background)
-background-position-y: initial (original property was background)
-background-origin: initial (original property was background)
-background-clip: initial (original property was background)
-background-color: purple (original property was background)
-margin-top: 1em (original property was margin)
-margin-right: 1em (original property was margin and property was implicitly set.)
-margin-bottom: 1em (original property was margin and property was implicitly set.)
-margin-left: 1em (original property was margin and property was implicitly set.)
-color: white
-font: normal normal normal 24px/normal 'Lucida Grande'
-