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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-update-links-4-expected.txt

Issue 2182393003: DevTools: split inspector/elements/styles-4/styles-update-links.html into 4 tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
(Empty)
1 Tests that links are updated property when editing pseudo element property.
2
3 Red text here.
4
5 Running: selectNodeWithPseudoElements
6
7 Running: testPseudoSectionPropertyEdit
8
9
10 #### AFTER PROPERTY INSERTED ####
11
12
13 [expanded]
14 element.style { ()
15
16 [expanded]
17 article, aside, footer, header, hgroup, main, nav, section { (user agent stylesh eet)
18 display: block;
19
20 ======== Pseudo ::before element ========
21 [expanded]
22 #pseudo::before { (styles-update-links-4.html:17 -> styles-update-links-4.html:1 7:1)
23 color: blue;
24
25 ======== Pseudo ::after element ========
26 [expanded]
27 #pseudo::after { (styles-update-links-4.html:13 -> styles-update-links-4.html:13 :1)
28 border: 1px solid black;
29
30 [expanded]
31 #pseudo::after { (styles-update-links-4.html:7 -> styles-update-links-4.html:7:1 )
32 /-- overloaded --/ pseudo-property: "12";
33 /-- overloaded --/ PROPERTY: INSERTED;
34 color: red;
35
36 0 rule ranges are equal.
37 3 rule ranges are equal.
38 3 rule ranges are equal.
39 5 rule ranges are equal.
40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698