| Index: third_party/WebKit/LayoutTests/fast/dom/HTMLElement/contextmenu-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/contextmenu-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/contextmenu-expected.txt
|
| index 8703e731cc5a5f821b578424923d810a80259d3e..6e088cd186706f30adda25fde072d7af558e83f0 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/contextmenu-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/contextmenu-expected.txt
|
| @@ -36,8 +36,10 @@ PASS container6.contextMenu is null
|
| PASS container6.hasAttribute('contextmenu') is true
|
| PASS container6.getAttribute('contextmenu') is ""
|
| Test setting contextmenu attribute to some text
|
| +PASS container7.contextMenu = 'foobar' threw exception TypeError: Failed to set the 'contextMenu' property on 'HTMLElement': The provided value is not of type 'HTMLMenuElement'..
|
| PASS container7.contextMenu is null
|
| Test setting contextmenu attribute to comment
|
| +PASS container8.contextMenu = document.createComment('foo') threw exception TypeError: Failed to set the 'contextMenu' property on 'HTMLElement': The provided value is not of type 'HTMLMenuElement'..
|
| PASS container8.contextMenu is null
|
| Test setting contextmenu attribute to menu without type
|
| PASS container9.contextMenu.id is "menu_without_type"
|
|
|