diff options
author | arv@chromium.org <arv@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2013-08-15 00:16:05 +0000 |
---|---|---|
committer | arv@chromium.org <arv@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2013-08-15 00:16:05 +0000 |
commit | a0793256042da74237fa60f373030a4d9a44415a (patch) | |
tree | 18b73b2189946d22793099756a1653e5c87f3bc0 /third_party/WebKit/LayoutTests/dom | |
parent | c50158329fec755bb376399e0b7224a69a2f21f2 (diff) | |
download | chromium_src-a0793256042da74237fa60f373030a4d9a44415a.zip chromium_src-a0793256042da74237fa60f373030a4d9a44415a.tar.gz chromium_src-a0793256042da74237fa60f373030a4d9a44415a.tar.bz2 |
Revert "Implement cloneNode for Document"
This reverts r155787
There is more state that needs to be copied/initialized.
BUG=258146
TBR=abarth
Review URL: https://chromiumcodereview.appspot.com/23103005
git-svn-id: svn://svn.chromium.org/blink/trunk@156125 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/dom')
-rw-r--r-- | third_party/WebKit/LayoutTests/dom/xhtml/level3/core/nodeisequalnode01-expected.txt | 3 | ||||
-rw-r--r-- | third_party/WebKit/LayoutTests/dom/xhtml/level3/core/nodeisequalnode21-expected.txt | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/dom/xhtml/level3/core/nodeisequalnode01-expected.txt b/third_party/WebKit/LayoutTests/dom/xhtml/level3/core/nodeisequalnode01-expected.txt index 5db67b7..79f24f7 100644 --- a/third_party/WebKit/LayoutTests/dom/xhtml/level3/core/nodeisequalnode01-expected.txt +++ b/third_party/WebKit/LayoutTests/dom/xhtml/level3/core/nodeisequalnode01-expected.txt @@ -1,2 +1,3 @@ Test http://www.w3.org/2001/DOM-Test-Suite/level3/core/nodeisequalnode01 -Status Success +Status failure +Message nodeisequalnode01: assertTrue failed diff --git a/third_party/WebKit/LayoutTests/dom/xhtml/level3/core/nodeisequalnode21-expected.txt b/third_party/WebKit/LayoutTests/dom/xhtml/level3/core/nodeisequalnode21-expected.txt index 1a22dec..1fbcf95 100644 --- a/third_party/WebKit/LayoutTests/dom/xhtml/level3/core/nodeisequalnode21-expected.txt +++ b/third_party/WebKit/LayoutTests/dom/xhtml/level3/core/nodeisequalnode21-expected.txt @@ -1,2 +1,3 @@ Test http://www.w3.org/2001/DOM-Test-Suite/level3/core/nodeisequalnode21 -Status Success +Status failure +Message nodeisequalnode21: assertTrue failed |