blob: 90cf70be1f5680171f8af651a2c146af4b40ecd8 [file] [log] [blame]
The test verifies functionality of protocol method CSS.setStyleTexts and DOM.undo.
==== Initial style sheet text ====
#test { color: green; }
==== Style sheet text ====
#test {color: blue;}
Dumping matched rules:
*#test* { regular
color: blue;
}
Dumping inherited rules:
==== Style sheet text after clearing the stylesheet and DOM.Undo ====
<empty>