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

Unified Diff: LayoutTests/inspector/elements/styles-4/styles-formatting.html

Issue 1211323008: DevTools: [Regression] setting property text throws exceptions (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
« no previous file with comments | « no previous file | LayoutTests/inspector/elements/styles-4/styles-formatting-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/elements/styles-4/styles-formatting.html
diff --git a/LayoutTests/inspector/elements/styles-4/styles-formatting.html b/LayoutTests/inspector/elements/styles-4/styles-formatting.html
index 3620152004f8e6cfe1b5ca79af1939896e7bbe8f..991a1f0ace839563d58ed22a0df9769428eb04d5 100644
--- a/LayoutTests/inspector/elements/styles-4/styles-formatting.html
+++ b/LayoutTests/inspector/elements/styles-4/styles-formatting.html
@@ -106,6 +106,11 @@ function test()
formattedStyle.allProperties[3].setDisabled(false, dumpFormattedAndCallNext.bind(null, next));
},
+ function testFormattedWithMeta(next)
+ {
+ formattedStyle.insertPropertyAt(0, "-webkit-animation", "linear", dumpFormattedAndCallNext.bind(null, next));
+ },
+
function initUnformattedStyle(next)
{
function callback(styles)
« no previous file with comments | « no previous file | LayoutTests/inspector/elements/styles-4/styles-formatting-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698