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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/color-swatch-position.html

Issue 2297873004: DevTools: Add bezier swatches to CSS Sources (Closed)
Patch Set: Address further comments Created 4 years, 3 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: third_party/WebKit/LayoutTests/inspector/sources/color-swatch-position.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/color-swatch-position.html b/third_party/WebKit/LayoutTests/inspector/sources/color-swatch-position.html
index 20c1051c2d959cc3d5ab9ab531ced79595d9444b..f6d7b295f0177450b48a045f0bbb04aa06312913 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/color-swatch-position.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/color-swatch-position.html
@@ -8,7 +8,6 @@
<script>
function test()
{
- Runtime.experiments.enableForTest("sourceColorPicker");
InspectorTest.showScriptSource("color.css", onSourceFrame);
function onSourceFrame(sourceFrame)

Powered by Google App Engine
This is Rietveld 408576698