<!doctype html><metacharset=EUC-JP><title>Test for the backslash sign in option.text</title><scriptsrc=/resources/testharness.js></script><scriptsrc=/resources/testharnessreport.js></script><divid=log></div><selectid=test><option>\</option></select><script>test(function(){varselect=document.getElementById("test");varoption=select.firstChild;assert_equals(option.text,"\\");assert_equals(option.textContent,"\\");});</script>