Searched refs:defaultHTML (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Tools/WinLauncher/
H A DWinLauncher.cpp216 static BSTR defaultHTML = SysAllocString(TEXT("<p style=\"background-color: #00FF00\">Testing</p><img src=\"http://webkit.org/images/icon-gold.png\" alt=\"Face\"><div style=\"border: solid blue\" contenteditable=\"true\">div with blue border</div><ul><li>foo<li>bar<li>baz</ul>")); local
217 frame->loadHTMLString(defaultHTML, 0);

Completed in 73 milliseconds