Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Side by Side Diff: LayoutTests/http/tests/inspector-enabled/shadow-dom-rules-restart-expected.txt

Issue 1002293002: DevTools: [SSP] refactor internal representations of sections (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address comments Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 CONSOLE MESSAGE: line 1: Opening front-end for the first time 1 CONSOLE MESSAGE: line 1: Opening front-end for the first time
2 CONSOLE MESSAGE: line 1: Opening front-end second time 2 CONSOLE MESSAGE: line 1: Opening front-end second time
3 This test checks that style sheets hosted inside shadow roots could be inspected if inspector is reopened. 3 This test checks that style sheets hosted inside shadow roots could be inspected if inspector is reopened.
4 4
5 [expanded] 5 [expanded]
6 element.style { () 6 element.style { ()
7 7
8 [expanded] 8 [expanded]
9 .red { (<style>…</style>) 9 .red { (<style>…</style>)
10 color: red; 10 color: red;
11 11
12 [expanded] 12 [expanded]
13 div { (user agent stylesheet) 13 div { (user agent stylesheet)
14 display: block; 14 display: block;
15 15
16 16
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698