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

Side by Side Diff: LayoutTests/inspector/elements/styles-4/styles-iframe-expected.txt

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: line 9: iframe loaded 1 CONSOLE MESSAGE: line 9: iframe loaded
2 Tests that proper (and different) styles are returned for body elements of main document and iframe. 2 Tests that proper (and different) styles are returned for body elements of main document and iframe.
3 3
4 4
5 Main frame style: 5 Main frame style:
6 [expanded] 6 [expanded]
7 element.style { () 7 element.style { ()
8 8
9 [expanded] 9 [expanded]
10 media="screen" (styles-iframe.html) 10 media="screen" (styles-iframe.html)
(...skipping 12 matching lines...) Expand all
23 media="screen" (styles-iframe-data.html) 23 media="screen" (styles-iframe-data.html)
24 body { (styles-iframe-data.html:4 -> styles-iframe-data.html:4:3) 24 body { (styles-iframe-data.html:4 -> styles-iframe-data.html:4:3)
25 background: green; 25 background: green;
26 26
27 [expanded] 27 [expanded]
28 body { (user agent stylesheet) 28 body { (user agent stylesheet)
29 display: block; 29 display: block;
30 margin: 8px; 30 margin: 8px;
31 31
32 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698