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

/external/webkit/Source/WebKit/gtk/tests/
H A Dtestatk.c69 static const char* textWithAttributes = "<html><head><style>.st1 {font-family: monospace; color:rgb(120,121,122);} .st2 {text-decoration:underline; background-color:rgb(80,81,82);}</style></head><body><p style=\"font-size:14; text-align:right;\">This is the <i>first</i><b> sentence of this text.</b></p><p class=\"st1\">This sentence should have an style applied <span class=\"st2\">and this part should have another one</span>.</p><p>x<sub>1</sub><sup>2</sup>=x<sub>2</sub><sup>3</sup></p><p style=\"text-align:center;\">This sentence is the <strike>last</strike> one.</p></body></html>"; variable
967 webkit_web_view_load_string(webView, textWithAttributes, 0, 0, 0);

Completed in 97 milliseconds