1 This test checks that styles edited through inspector are correctly shown upon reattach.
3 Opening front-end for the first time
9 #testDiv { (reattach-after-…-styles.html:7 -> reattach-after-editing-styles.html:7:1)
13 #testDiv { (style.css:1 -> style.css:1:1)
17 div { (user agent stylesheet)
20 Dump styles after editing:
25 #testDiv, my-custom-tag { (inspector-stylesheet:1 -> inspector-stylesheet:1:1)
28 #testDiv { (reattach-after-…-styles.html:7 -> reattach-after-editing-styles.html:7:1)
29 font-family: Helvetica;
32 #testDiv { (style.css:1 -> style.css:1:1)
36 div { (user agent stylesheet)
39 Opening front-end second time
40 Dump styles after inspector was reopened:
45 #testDiv, my-custom-tag { (<style>…</style>)
48 #testDiv { (reattach-after-…-styles.html:7 -> reattach-after-editing-styles.html:7:1)
49 font-family: Helvetica;
52 #testDiv { (style.css:1 -> style.css:1:1)
56 div { (user agent stylesheet)