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

Unified Diff: LayoutTests/inspector/elements/styles/resources/styles-update-links.css

Issue 220403005: DevTools: synchronize links in StylesSidebarPane on edits. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: extract common parts into _applyNewStyle method Created 6 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/elements/styles/resources/styles-update-links.css
diff --git a/LayoutTests/inspector/elements/styles/resources/styles-update-links.css b/LayoutTests/inspector/elements/styles/resources/styles-update-links.css
new file mode 100644
index 0000000000000000000000000000000000000000..81614f5fb24999d821876ddea38a08b4ce837081
--- /dev/null
+++ b/LayoutTests/inspector/elements/styles/resources/styles-update-links.css
@@ -0,0 +1,14 @@
+.left-intact {
+ box-sizing: border-box;
+}
+.left-intact {
+ padding: 1em;
+} .should-change {
+ color: red; } .should-change { border: 1px solid black; } .should-change { position: relative;
+ margin: 1em;
+}
+@media (min-device-width: 1px) {
+ .should-change {
+ font-family: monospace;
+ }
+}
« no previous file with comments | « LayoutTests/http/tests/inspector/elements-test.js ('k') | LayoutTests/inspector/elements/styles/styles-update-links.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698