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

Unified Diff: LayoutTests/inspector/elements/styles/cancel-upon-invalid-property-expected.txt

Issue 1192033005: DevTools: [regression] entering invalid property value in the styles sidebar results in exception. (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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/elements/styles/cancel-upon-invalid-property-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/cancel-upon-invalid-property-expected.txt b/LayoutTests/inspector/elements/styles/cancel-upon-invalid-property-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..40106b454e2166374a88f82d01b70b43d0877d07
--- /dev/null
+++ b/LayoutTests/inspector/elements/styles/cancel-upon-invalid-property-expected.txt
@@ -0,0 +1,27 @@
+Verifies that entering poor property value restores original text.
+
+Text
+[expanded]
+element.style { ()
+
+[expanded]
+#inspected { (cancel-upon-inv…roperty.html:6 -> cancel-upon-invalid-property.html:6:1)
+ color: blue;
+
+[expanded]
+div { (user agent stylesheet)
+ display: block;
+
+[expanded]
+element.style { ()
+
+[expanded]
+#inspected { (cancel-upon-inv…roperty.html:6 -> cancel-upon-invalid-property.html:6:1)
+ color: blue;
+ : ;
+
+[expanded]
+div { (user agent stylesheet)
+ display: block;
+
+

Powered by Google App Engine
This is Rietveld 408576698