bug1204147_subframe.html (304B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 </head> 5 <body> 6 <textarea id="en-GB" lang="en-GB">element en-GB</textarea> 7 <textarea id="en-US" lang="testing-XX">element should default to en-US</textarea> 8 9 <div id="trouble-maker" contenteditable>the presence of this div triggers the faulty code path</div> 10 </body> 11 </html>