Index: LayoutTests/inspector/styles/shadow-dom-rules-expected.txt |
diff --git a/LayoutTests/inspector/styles/shadow-dom-rules-expected.txt b/LayoutTests/inspector/styles/shadow-dom-rules-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..acb1e62d27d5f9a38a179ac2f79ae63ed2bbcf34 |
--- /dev/null |
+++ b/LayoutTests/inspector/styles/shadow-dom-rules-expected.txt |
@@ -0,0 +1,19 @@ |
+This test checks that style sheets hosted inside shadow roots could be inspected. |
+ |
+ |
+Running: testInit |
+ |
+Running: testDumpStyles |
+[expanded] |
+element.style { () |
+ |
+[expanded] |
+.red { () |
+color: red; |
+ |
+[expanded] |
+div { (user agent stylesheet) |
+display: block; |
+ |
+ |
+ |