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

Unified Diff: LayoutTests/inspector/styles/edit-value-with-trimmed-url.html

Issue 13084008: Revert 140817 "Web Inspector: [Styles] Editing a property value ..." (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 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
« no previous file with comments | « no previous file | LayoutTests/inspector/styles/edit-value-with-trimmed-url-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/styles/edit-value-with-trimmed-url.html
===================================================================
--- LayoutTests/inspector/styles/edit-value-with-trimmed-url.html (revision 147339)
+++ LayoutTests/inspector/styles/edit-value-with-trimmed-url.html (working copy)
@@ -1,36 +0,0 @@
-<html>
-<head>
-<script src="../../http/tests/inspector/inspector-test.js"></script>
-<script src="../../http/tests/inspector/elements-test.js"></script>
-<script>
-
-function test()
-{
- WebInspector.showPanel("elements");
- InspectorTest.selectNodeAndWaitForStyles("inspected", step1);
-
- function step1()
- {
- var treeElement = InspectorTest.getElementStylePropertyTreeItem("background");
- InspectorTest.addResult("Viewing 'background' value in Styles:");
- InspectorTest.addResult(treeElement.valueElement.textContent);
-
- treeElement.startEditing(treeElement.valueElement);
- InspectorTest.addResult("Editing 'background' value in Styles:");
- InspectorTest.addResult(treeElement.valueElement.textContent);
- InspectorTest.completeTest();
- }
-}
-
-</script>
-</head>
-
-<body onload="runTest()">
-<p>
-Tests that editing a CSS property value in the Styles pane restores the original, non-trimmed value text. <a href="https://bugs.webkit.org/show_bug.cgi?id=107936">Bug 107936</a>.
-</p>
-
-<div id="inspected" style="background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC) repeat-y 50% top" />
-
-</body>
-</html>
« no previous file with comments | « no previous file | LayoutTests/inspector/styles/edit-value-with-trimmed-url-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698