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

Unified Diff: LayoutTests/inspector/styles/styles-commit-editing.html

Issue 7708012: Merge 92764 - Web Inspector: [REGRESSION] Editor lost after committing a CSS property value for i... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 4 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 | « LayoutTests/ChangeLog ('k') | Source/WebCore/ChangeLog » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/styles/styles-commit-editing.html
===================================================================
--- LayoutTests/inspector/styles/styles-commit-editing.html (revision 93523)
+++ LayoutTests/inspector/styles/styles-commit-editing.html (working copy)
@@ -34,6 +34,10 @@
function step2()
{
+ if (!WebInspector.isEditingAnyField()) {
+ InspectorTest.addResult("No new property editor active!");
+ InspectorTest.completeTest();
+ }
InspectorTest.selectNodeWithId("other");
InspectorTest.runAfterPendingDispatches(step3);
}
« no previous file with comments | « LayoutTests/ChangeLog ('k') | Source/WebCore/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698