Bug 672014. Pass the crossorigin attribute through to image preloading code. r=joe,hsivonen

This commit is contained in:
Boris Zbarsky
2011-07-29 14:30:00 -04:00
parent 38a291b1ed
commit ee9e6f2a2e
12 changed files with 259 additions and 225 deletions

View File

@@ -458,6 +458,7 @@ HTML5_ATOM(arabic_form, "arabic-form")
HTML5_ATOM(cellpadding, "cellpadding")
HTML5_ATOM(cellspacing, "cellspacing")
HTML5_ATOM(columnwidth, "columnwidth")
HTML5_ATOM(crossorigin, "crossorigin")
HTML5_ATOM(columnalign, "columnalign")
HTML5_ATOM(columnlines, "columnlines")
HTML5_ATOM(contextmenu, "contextmenu")