blob: 9cb53e595972d461521892fa49993413134fea55 [file] [log] [blame]
drousso@apple.comcd962a92019-01-26 03:57:17 +00001Tests for the Page.overrideSetting command.
2
3
4== Running test suite: Page.overrideSetting
5-- Running test case: Page.overrideSetting.AuthorAndUserStylesEnabled
6Property "color" equals "rgb(255, 0, 0)"
7Overriding AuthorAndUserStylesEnabled to false...
8Property "color" equals "rgb(0, 0, 0)"
9Removing AuthorAndUserStylesEnabled override...
10Property "color" equals "rgb(255, 0, 0)"
11