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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-1/color-swatch.html

Issue 2152313002: DevTools: preserve computed properties expansion on Computed Style re-rendering (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/elements/styles-1/color-swatch.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/color-swatch.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/color-swatch.html
index 308c5e7f41500d1f2136ca95276fbde1eb990df1..9dc6bdcb5bd049ec405a465eab3c3e1463217207 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/color-swatch.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/color-swatch.html
@@ -40,7 +40,7 @@ function test() {
function testColorSwatchInComputedRules(next)
{
- var computedProperty = InspectorTest.findComputedPropertyWithName("color");
+ var computedProperty = InspectorTest.findComputedPropertyWithName("color").title;
var computedPropertyValue = computedProperty.querySelector(".value");
InspectorTest.addResult("Initial color value: " + computedPropertyValue.textContent);
var swatch = computedPropertyValue.querySelector("span[is=color-swatch]").shadowRoot.querySelector(".color-swatch-inner");

Powered by Google App Engine
This is Rietveld 408576698