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

Unified 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, 5 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-update-links-4-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-update-links-4-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-update-links-4-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0dcd9e7e4a566a1c1e618cc80410acd78c7deba2
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-update-links-4-expected.txt
@@ -0,0 +1,40 @@
+Tests that links are updated property when editing pseudo element property.
+
+Red text here.
+
+Running: selectNodeWithPseudoElements
+
+Running: testPseudoSectionPropertyEdit
+
+
+#### AFTER PROPERTY INSERTED ####
+
+
+[expanded]
+element.style { ()
+
+[expanded]
+article, aside, footer, header, hgroup, main, nav, section { (user agent stylesheet)
+ display: block;
+
+======== Pseudo ::before element ========
+[expanded]
+#pseudo::before { (styles-update-links-4.html:17 -> styles-update-links-4.html:17:1)
+ color: blue;
+
+======== Pseudo ::after element ========
+[expanded]
+#pseudo::after { (styles-update-links-4.html:13 -> styles-update-links-4.html:13:1)
+ border: 1px solid black;
+
+[expanded]
+#pseudo::after { (styles-update-links-4.html:7 -> styles-update-links-4.html:7:1)
+/-- overloaded --/ pseudo-property: "12";
+/-- overloaded --/ PROPERTY: INSERTED;
+ color: red;
+
+0 rule ranges are equal.
+3 rule ranges are equal.
+3 rule ranges are equal.
+5 rule ranges are equal.
+

Powered by Google App Engine
This is Rietveld 408576698