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

Unified Diff: LayoutTests/inspector-protocol/css/resources/set-property-text.css

Issue 211193006: DevTools: [CSS] use setStyleText as undo action for setPropertyText (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: do not crash renderer in case of invalid styleId 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-protocol/css/resources/set-property-text.css
diff --git a/LayoutTests/inspector-protocol/css/resources/set-property-text.css b/LayoutTests/inspector-protocol/css/resources/set-property-text.css
new file mode 100644
index 0000000000000000000000000000000000000000..ba1100f9b193307e3e570b02be40aa3b0d681c17
--- /dev/null
+++ b/LayoutTests/inspector-protocol/css/resources/set-property-text.css
@@ -0,0 +1,18 @@
+* {
+ box-sizing: border-box;
+}
+
+html, body, div, a {
+ /* resetting some properties */
+ padding: 0;
+ margin: 0;
+ border: 0;
+ display: flex; /* flex FTW! */
+}
+
+p:first-letter {
+ font-size: 200%;
+}
+
+.empty-rule {
+}

Powered by Google App Engine
This is Rietveld 408576698