| Index: LayoutTests/inspector-protocol/css/css-visited-link-matched-styles-expected.txt
|
| diff --git a/LayoutTests/inspector-protocol/css/css-visited-link-matched-styles-expected.txt b/LayoutTests/inspector-protocol/css/css-visited-link-matched-styles-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d9c1dc47359cb010f402cd5f04b3927316fd9451
|
| --- /dev/null
|
| +++ b/LayoutTests/inspector-protocol/css/css-visited-link-matched-styles-expected.txt
|
| @@ -0,0 +1,34 @@
|
| +This is visited link
|
| +==== Styles for unvisited link ====
|
| +Dumping matched rules:
|
| +*#redlink* { regular (css-visited-link-matched-styles.html)
|
| + color: gray;
|
| +}
|
| +*#redlink:link* { regular (css-visited-link-matched-styles.html)
|
| + color: blue;
|
| +}
|
| +==== Styles for visited link ====
|
| +Dumping matched rules:
|
| +*#redlink* { regular (css-visited-link-matched-styles.html)
|
| + color: gray;
|
| +}
|
| +*#redlink:visited* { regular (css-visited-link-matched-styles.html)
|
| + color: red;
|
| +}
|
| +==== Styles for unvisited link ====
|
| +Dumping matched rules:
|
| +*.shadow-link* { regular
|
| + color: lightgray;
|
| +}
|
| +*.shadow-link:link* { regular
|
| + color: green;
|
| +}
|
| +==== Styles for visited link ====
|
| +Dumping matched rules:
|
| +*.shadow-link* { regular
|
| + color: lightgray;
|
| +}
|
| +*.shadow-link:visited* { regular
|
| + color: blue;
|
| +}
|
| +
|
|
|