| Index: third_party/WebKit/LayoutTests/fast/dom/domstring-attribute-reflection-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/domstring-attribute-reflection-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/domstring-attribute-reflection-expected.txt
|
| index c5c3d9b78a16e38e9d5dce940e9f917321b696f0..0186bf3a79a57dabb5cbe604137dbf07676f0760 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/domstring-attribute-reflection-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/domstring-attribute-reflection-expected.txt
|
| @@ -239,36 +239,6 @@ PASS element.setAttribute("label", 456); element.label is "456"
|
| PASS element.getAttribute("label") is "456"
|
|
|
|
|
| -Reflected DOMString attribute test for menuitem/@type
|
| -Initial value:
|
| -PASS element.type is ""
|
| -PASS element.getAttribute("type") is null
|
| -Setting a value via the IDL attribute:
|
| -PASS element.type = "foo"; element.type is "foo"
|
| -PASS element.getAttribute("type") is "foo"
|
| -Setting a value via the content attribute:
|
| -PASS element.setAttribute("type", " bar\n"); element.type is " bar\n"
|
| -PASS element.getAttribute("type") is " bar\n"
|
| -Setting null via the IDL attribute:
|
| -PASS element.type = null; element.type is "null"
|
| -PASS element.getAttribute("type") is "null"
|
| -Setting null via the content attribute:
|
| -PASS element.setAttribute("type", null); element.type is "null"
|
| -PASS element.getAttribute("type") is "null"
|
| -Setting undefined via the IDL attribute:
|
| -PASS element.type = undefined; element.type is "undefined"
|
| -PASS element.getAttribute("type") is "undefined"
|
| -Setting undefined via the content attribute:
|
| -PASS element.setAttribute("type", undefined); element.type is "undefined"
|
| -PASS element.getAttribute("type") is "undefined"
|
| -Setting non-string via the IDL attribute:
|
| -PASS element.type = 123; element.type is "123"
|
| -PASS element.getAttribute("type") is "123"
|
| -Setting non-string via the content attribute:
|
| -PASS element.setAttribute("type", 456); element.type is "456"
|
| -PASS element.getAttribute("type") is "456"
|
| -
|
| -
|
| Reflected DOMString attribute test for menuitem/@label
|
| Initial value:
|
| PASS element.label is ""
|
|
|