Searched refs:CheckCompound (Results 1 – 1 of 1) sorted by relevance
/external/v8/test/mjsunit/ |
D | html-string-funcs.js | 40 function CheckCompound(f, tag, att) { class 44 CheckCompound('anchor', 'a', 'name'); 45 CheckCompound('link', 'a', 'href'); 46 CheckCompound('fontcolor', 'font', 'color'); 47 CheckCompound('fontsize', 'font', 'size');
|