require_relative 'helper' require 'tmpdir' require 'css_inliner' class CSSInlinerTest < CSSInlinerTestCase def setup super end def test_process_without_inline_style html = < Without Inline Style

This is a blue line.

EOH css = < With Inline Style

This is a bold blue line.

EOH css = < With Style Attribute

This is a oblique blue line.

EOH css = < With Inline Style and Style Attribute

This is a bold oblique blue line.

EOH css = <