I can't reproduce. Feel free to reopen if you have a reproducible case:
```console
$ cat test.rb
require 'watir-webdriver'
w = Watir::Browser.new
begin
w.goto "data:text/html,#{URI.encode DATA.read}"
p w.strong(:style => "display:block;width:425px;").text
ensure
w.quit
end
__END__
<tr>
<td colspan="4" align="left" class="txt12px">
<strong style="display:block;width:425px;">
some text
</tr>%
$ ruby test.rb
"some text"
$
```
---
Reply to this email directly or view it on GitHub:
https://github.com/watir/watir-webdriver/issues/168#issuecomment-9724584
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development