Index: third_party/WebKit/LayoutTests/external/wpt/html/dom/reflection-misc-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/dom/reflection-misc-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/html/dom/reflection-misc-expected.txt |
index 81e595bf62fb99379392d3321bcd1590c0b9ca83..ab86e3bf3a6abc50b8f54db16ed99e63f8683f88 100644 |
--- a/third_party/WebKit/LayoutTests/external/wpt/html/dom/reflection-misc-expected.txt |
+++ b/third_party/WebKit/LayoutTests/external/wpt/html/dom/reflection-misc-expected.txt |
@@ -173,11 +173,11 @@ FAIL menu.type: setAttribute() to "\0" assert_equals: IDL get expected "toolbar" |
FAIL menu.type: setAttribute() to null assert_equals: IDL get expected "toolbar" but got "null" |
FAIL menu.type: setAttribute() to object "test-toString" assert_equals: IDL get expected "toolbar" but got "test-toString" |
FAIL menu.type: setAttribute() to object "test-valueOf" assert_equals: IDL get expected "toolbar" but got "test-valueOf" |
-PASS menu.type: setAttribute() to "popup" |
-FAIL menu.type: setAttribute() to "xpopup" assert_equals: IDL get expected "toolbar" but got "xpopup" |
-FAIL menu.type: setAttribute() to "popup\0" assert_equals: IDL get expected "toolbar" but got "popup\0" |
-FAIL menu.type: setAttribute() to "opup" assert_equals: IDL get expected "toolbar" but got "opup" |
-FAIL menu.type: setAttribute() to "POPUP" assert_equals: IDL get expected "popup" but got "POPUP" |
+PASS menu.type: setAttribute() to "context" |
+FAIL menu.type: setAttribute() to "xcontext" assert_equals: IDL get expected "toolbar" but got "xcontext" |
+FAIL menu.type: setAttribute() to "context\0" assert_equals: IDL get expected "toolbar" but got "context\0" |
+FAIL menu.type: setAttribute() to "ontext" assert_equals: IDL get expected "toolbar" but got "ontext" |
+FAIL menu.type: setAttribute() to "CONTEXT" assert_equals: IDL get expected "context" but got "CONTEXT" |
PASS menu.type: setAttribute() to "toolbar" |
FAIL menu.type: setAttribute() to "xtoolbar" assert_equals: IDL get expected "toolbar" but got "xtoolbar" |
FAIL menu.type: setAttribute() to "toolbar\0" assert_equals: IDL get expected "toolbar" but got "toolbar\0" |
@@ -198,11 +198,11 @@ FAIL menu.type: IDL set to "\0" assert_equals: IDL get expected "toolbar" but go |
FAIL menu.type: IDL set to null assert_equals: IDL get expected "toolbar" but got "null" |
FAIL menu.type: IDL set to object "test-toString" assert_equals: IDL get expected "toolbar" but got "test-toString" |
FAIL menu.type: IDL set to object "test-valueOf" assert_equals: IDL get expected "toolbar" but got "test-valueOf" |
-PASS menu.type: IDL set to "popup" |
-FAIL menu.type: IDL set to "xpopup" assert_equals: IDL get expected "toolbar" but got "xpopup" |
-FAIL menu.type: IDL set to "popup\0" assert_equals: IDL get expected "toolbar" but got "popup\0" |
-FAIL menu.type: IDL set to "opup" assert_equals: IDL get expected "toolbar" but got "opup" |
-FAIL menu.type: IDL set to "POPUP" assert_equals: IDL get expected "popup" but got "POPUP" |
+PASS menu.type: IDL set to "context" |
+FAIL menu.type: IDL set to "xcontext" assert_equals: IDL get expected "toolbar" but got "xcontext" |
+FAIL menu.type: IDL set to "context\0" assert_equals: IDL get expected "toolbar" but got "context\0" |
+FAIL menu.type: IDL set to "ontext" assert_equals: IDL get expected "toolbar" but got "ontext" |
+FAIL menu.type: IDL set to "CONTEXT" assert_equals: IDL get expected "context" but got "CONTEXT" |
PASS menu.type: IDL set to "toolbar" |
FAIL menu.type: IDL set to "xtoolbar" assert_equals: IDL get expected "toolbar" but got "xtoolbar" |
FAIL menu.type: IDL set to "toolbar\0" assert_equals: IDL get expected "toolbar" but got "toolbar\0" |