From: Marcus H. <dop...@ho...> - 2013-11-12 10:52:09
|
I want to make a simple app to read my google voice page and log the most recent calls I started with loading the login page HtmlPage login = webClient.getPage("https://www.google.com/voice/"); I tried this using BrowserVersion.CHROME, and BrowserVersion.FIREFOX_17. I received the following error (truncated for convenience). ----------Exception class=[net.sourceforge.htmlunit.corejs.javascript.WrappedException] com.gargoylesoftware.htmlunit.ScriptException: Wrapped com.gargoylesoftware.htmlunit.ScriptException: Wrapped com.gargoylesoftware.htmlunit.ScriptException: TypeError: Cannot call method "toLowerCase" of undefined (script in https://accounts.google.com/ServiceLogin?service=grandcentral&passive=1209600&continue=https%3A%2F%2Fwww.google.com%2Fvoice%2F&followup=https%3A%2F%2Fwww.google.com%2Fvoice%2F<mpl=open from (1158, 11) to (1170, 10)#1167)------------ After looking around, I tried webClient.getOptions().setJavaScriptEnabled(false);HtmlPage login = webClient.getPage("https://www.google.com/voice/"); followed by some code to enter my email and password and submit. This worked (I could see my google voice phone number in the dom). Then I wanted to read my most recent calls. So I did the following webClient.getOptions().setJavaScriptEnabled(true); //not sure if this is necessary it was just tried in my latest iteration webClient.getOptions().setThrowExceptionOnFailingStatusCode(false); HtmlPage history = webClient.getPage("https://www.google.com/voice/#history"); //not sure if this is necessary it was just tried in my latest iteration history.refresh(); //this is the element that contains the recent calls DomElement e = history.getElementById("gc-view-main"); //BUT IT'S EMPTY System.out.println(e.asXml()); //printed://---------//<div id="gc-view-main" class="gc-inbox-view-main"> //</div>//----------- When accessed via my browser this element is NOT empty. I don't know what's going on. In addition when loading, I get the tons of errors below. I don't know if these are to be expected or not. Nov 12, 2013 3:25:03 AM com.gargoylesoftware.htmlunit.IncorrectnessListenerImpl notifyWARNING: Obsolete content type encountered: 'text/javascript'.Nov 12, 2013 3:25:03 AM com.gargoylesoftware.htmlunit.IncorrectnessListenerImpl notifyWARNING: Obsolete content type encountered: 'text/javascript'.Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:19330] Error in expression. (Invalid token "#4d90fe". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:19347] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:19347] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:19778] Error in expression. (Invalid token "#4d90fe". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:19795] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:19795] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:20919] Error in expression. (Invalid token "#f5f5f5". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:20936] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:20936] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:21465] Error in expression. (Invalid token "#f8f8f8". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:21482] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:21482] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:22151] Error in expression. (Invalid token "#f8f8f8". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:22168] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:22168] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:22740] Error in expression. (Invalid token "#eee". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:22754] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:22754] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:23757] Error in expression. (Invalid token "#3d9400". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:23774] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:23774] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:24242] Error in expression. (Invalid token "#3d9400". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:24259] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:24259] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:25432] Error in expression. (Invalid token "#dd4b39". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:25449] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:25449] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:26015] Error in expression. (Invalid token "#dd4b39". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:26032] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:26032] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:26915] Error in expression. (Invalid token "#dd4b39". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:26932] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:26932] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:27615] Error in expression. (Invalid token "#eee". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:27629] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:27629] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:28384] Error in expression. (Invalid token "#3b93ff". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:28401] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:28401] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:28990] Error in expression. (Invalid token "#f8f8f8". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:29007] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:29007] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:29543] Error in expression. (Invalid token "#ccc". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:29789] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:29789] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:31370] Error in expression. (Invalid token "#f5f5f5". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:31387] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:31387] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:31916] Error in expression. (Invalid token "#f8f8f8". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:31933] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:31933] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:32613] Error in expression. (Invalid token "#f8f8f8". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:32630] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:32630] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:33202] Error in expression. (Invalid token "#eee". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:33216] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:33216] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:15 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:35049] Error in expression. (Invalid token "#f5f5f5". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:35066] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:35066] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:35606] Error in expression. (Invalid token "#f8f8f8". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:35623] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:35623] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:36381] Error in expression. (Invalid token "#eee". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:36395] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:36395] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:38186] Error in expression. (Invalid token "1x". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:38460] Error in expression. (Invalid token "1x". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:39735] Error in expression. (Invalid token "#f5f5f5". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:39752] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:39752] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:40453] Error in expression. (Invalid token "#f8f8f8". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:40470] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:40470] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:41295] Error in expression. (Invalid token "#4d90fe". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:41312] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:41312] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:41749] Error in expression. (Invalid token "#4d90fe". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:41766] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:41766] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:43348] Error in expression. (Invalid token "#f5f5f5". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:43365] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:43365] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:44020] Error in expression. (Invalid token "#f8f8f8". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:44037] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:44037] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:44800] Error in expression. (Invalid token "#eee". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:44814] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:44814] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:48577] Error in expression. (Invalid token "#f5f5f5". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:48594] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:48594] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:49382] Error in expression. (Invalid token "#f8f8f8". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:49399] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:49399] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:52082] Error in expression. (Invalid token "rgba(". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:52151] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:52151] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:61215] Error in expression. (Invalid token "1x". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:61426] Error in expression. (Invalid token "1x". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:61646] Error in expression. (Invalid token "1x". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:61862] Error in expression. (Invalid token "1x". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:62102] Error in expression. (Invalid token "1x". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:16 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:62351] Error in expression. (Invalid token "1x". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:17 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:105103] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:17 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:105103] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:17 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:105297] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:17 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:105297] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:17 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:105467] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:17 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:105467] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:17 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:105660] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:17 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:105660] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:17 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:105972] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:17 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:105972] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:17 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:106154] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:17 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:106154] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:116676] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:116676] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:116852] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:116852] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:117845] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:117845] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:118029] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:118029] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:118214] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:118214] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:118416] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:118416] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:120502] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:120502] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:149017] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:149017] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:149273] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:149273] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:149445] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:149445] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:150029] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:150029] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:150109] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:150109] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:150160] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:150160] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:150213] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:150213] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:151455] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:151455] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:152190] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/resources/3437195615-gc-prod.css' [1:152190] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/#history' [2:1427] Error in style rule. (Invalid token ":". Was expecting one of: <EOF>, <S>, <NUMBER>, "inherit", <IDENT>, <STRING>, <PLUS>, <COMMA>, <HASH>, <IMPORTANT_SYM>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <DIMENSION>, <URI>, <FUNCTION>, "}", ";", "/", "-".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/#history' [2:1427] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/#history' [2:2211] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/#history' [2:2211] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/#history' [2:2551] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/#history' [2:2551] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/#history' [2:2624] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/#history' [2:2624] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/#history' [2:3202] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/#history' [2:3202] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/#history' [2:3717] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/#history' [2:3717] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/#history' [2:3777] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/#history' [2:3777] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/#history' [2:4212] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/#history' [2:4212] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/#history' [2:4976] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/#history' [2:4976] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/#history' [2:6119] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/#history' [2:6119] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/#history' [2:6354] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/#history' [2:6354] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/#history' [2:6797] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/#history' [2:6797] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/#history' [2:6954] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/#history' [2:6954] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/#history' [2:7026] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/#history' [2:7026] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/#history' [2:7368] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/#history' [2:7368] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/#history' [2:7893] Error in style rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/#history' [2:7893] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/#history' [2:9055] Error in expression. (Invalid token "from(". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/#history' [2:9082] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/#history' [2:9082] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/#history' [2:9711] Error in expression. (Invalid token "from(". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/#history' [2:9738] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/#history' [2:9738] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/#history' [2:10313] Error in expression. (Invalid token "from(". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/#history' [2:10340] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler warningWARNING: CSS warning: 'https://www.google.com/voice/#history' [2:10340] Ignoring the following declarations in this rule.Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/#history' [2:10845] Error in expression. (Invalid token "from(". Was expecting one of: <S>, <NUMBER>, <IDENT>, <STRING>, <PLUS>, <COMMA>, <EMS>, <EXS>, <LENGTH_PX>, <LENGTH_CM>, <LENGTH_MM>, <LENGTH_IN>, <LENGTH_PT>, <LENGTH_PC>, <ANGLE_DEG>, <ANGLE_RAD>, <ANGLE_GRAD>, <TIME_MS>, <TIME_S>, <FREQ_HZ>, <FREQ_KHZ>, <PERCENTAGE>, <URI>, "-", "=", ")".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.htmlunit.DefaultCssErrorHandler errorWARNING: CSS error: 'https://www.google.com/voice/#history' [2:10872] Error in style rule. (Invalid token "background-image". Was expecting one of: <EOF>, "}", ";".)Nov 12, 2013 3:25:18 AM com.gargoylesoftware.... [truncated message content] |