diff options
7 files changed, 12 insertions, 3 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/inspector-support/uncaught-dom1-exception-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/inspector-support/uncaught-dom1-exception-expected.txt new file mode 100644 index 0000000..4392163 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/inspector-support/uncaught-dom1-exception-expected.txt @@ -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. diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/inspector-support/uncaught-dom3-exception-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/inspector-support/uncaught-dom3-exception-expected.txt new file mode 100644 index 0000000..915a649 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/inspector-support/uncaught-dom3-exception-expected.txt @@ -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. diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/inspector-support/uncaught-dom8-exception-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/inspector-support/uncaught-dom8-exception-expected.txt new file mode 100644 index 0000000..582d6ea --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/inspector-support/uncaught-dom8-exception-expected.txt @@ -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. diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/inspector-support/uncaught-dom1-exception-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/inspector-support/uncaught-dom1-exception-expected.txt new file mode 100644 index 0000000..4392163 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/inspector-support/uncaught-dom1-exception-expected.txt @@ -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. diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/inspector-support/uncaught-dom3-exception-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/inspector-support/uncaught-dom3-exception-expected.txt new file mode 100644 index 0000000..915a649 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/inspector-support/uncaught-dom3-exception-expected.txt @@ -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. diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/inspector-support/uncaught-dom8-exception-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/inspector-support/uncaught-dom8-exception-expected.txt new file mode 100644 index 0000000..582d6ea --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/inspector-support/uncaught-dom8-exception-expected.txt @@ -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. diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 078158c..c7f18e3 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2946,9 +2946,6 @@ BUG27850 : LayoutTests/fast/history/back-forward-reset-after-error-handling.html BUG27849 : LayoutTests/http/tests/security/isolatedWorld/didClearWindowObject.html = TEXT // Failures from merge 51062:51075 -BUG27996 : LayoutTests/fast/inspector-support/uncaught-dom1-exception.html = TEXT -BUG27996 : LayoutTests/fast/inspector-support/uncaught-dom3-exception.html = TEXT -BUG27996 : LayoutTests/fast/inspector-support/uncaught-dom8-exception.html = TEXT BUG28034 MAC : LayoutTests/http/tests/security/XFrameOptions/x-frame-options-deny.html = PASS FAIL BUG28040 WIN LINUX DEBUG : LayoutTests/fast/body-propagation/overflow/004.html = PASS FAIL |