| Index: third_party/WebKit/LayoutTests/http/tests/inspector/elements-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/elements-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/elements-test.js
|
| index 5b62199c196a8832da95e8791152c477b1aad987..f6846d6e501005d8d9fafc43c2c480b44457be36 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/elements-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/elements-test.js
|
| @@ -379,7 +379,7 @@ function printStyleSection(section, omitLonghands, includeSelectorGroupMarks)
|
| var media = medias[i];
|
| InspectorTest.addResult(media.textContent);
|
| }
|
| - var selector = section._titleElement.querySelector(".selector");
|
| + var selector = section._titleElement.querySelector(".selector") || section._titleElement.querySelector(".keyframe-key");
|
| var selectorText = includeSelectorGroupMarks ? buildMarkedSelectors(selector) : selector.textContent;
|
| // Dump " {".
|
| selectorText += selector.nextSibling.textContent;
|
|
|