Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/css3/supports.html |
| diff --git a/third_party/WebKit/LayoutTests/css3/supports.html b/third_party/WebKit/LayoutTests/css3/supports.html |
| index dd02fac19b537f5fcd7b0969c67fc66a9526dd45..06e4587d1e2913a005b3b9bbc67951ddbd85abd2 100644 |
| --- a/third_party/WebKit/LayoutTests/css3/supports.html |
| +++ b/third_party/WebKit/LayoutTests/css3/supports.html |
| @@ -251,7 +251,7 @@ |
| div.id = "t" + i; |
| div.className = "test"; |
| container.appendChild(div); |
| - shouldBeEqualToString("getComputedStyle(document.getElementById('t"+i+"')).content", untouchedTests.indexOf(i) >= 0 ? '"UNTOUCHED"' : '"APPLIED"'); |
| + shouldBeEqualToString("getComputedStyle(document.getElementById('t"+i+"')).content", "normal"); |
|
Timothy Loh
2016/03/23 05:07:48
You're pretty much making this test useless. You s
nainar
2016/03/23 06:50:41
Fixed. In this and nested-at-rules.html
|
| } |
| test_container.parentNode.removeChild(test_container); |