diff options
author | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-19 19:15:03 +0000 |
---|---|---|
committer | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-19 19:15:03 +0000 |
commit | 82a5f66c7c15aa7b0b27ba734889a85980f8676a (patch) | |
tree | 28354800a547c1087b4df24f85f36414de0a04a1 | |
parent | c0e5501cc6e6259381211007e5fc5f3950fc4fab (diff) | |
download | chromium_src-82a5f66c7c15aa7b0b27ba734889a85980f8676a.zip chromium_src-82a5f66c7c15aa7b0b27ba734889a85980f8676a.tar.gz chromium_src-82a5f66c7c15aa7b0b27ba734889a85980f8676a.tar.bz2 |
Rebaseline layout test to account for plugin using console to log messages.
TBR=tony
Review URL: http://codereview.chromium.org/50025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12126 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/data/layout_tests/chrome/plugins/nested-plugin-objects-expected.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/webkit/data/layout_tests/chrome/plugins/nested-plugin-objects-expected.txt b/webkit/data/layout_tests/chrome/plugins/nested-plugin-objects-expected.txt index a03df15..08ba7b5 100644 --- a/webkit/data/layout_tests/chrome/plugins/nested-plugin-objects-expected.txt +++ b/webkit/data/layout_tests/chrome/plugins/nested-plugin-objects-expected.txt @@ -1,4 +1,4 @@ -PLUGIN: NPP_Destroy +CONSOLE MESSAGE: line 29: PLUGIN: NPP_Destroy This tests that objects from plugin objects are properly cleaned up. Example: @@ -10,3 +10,8 @@ It is important that both Object1 and Object2 cleanup as a result of cleaning up the plugin. SUCCESS + + + + + |