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"); |
} |
test_container.parentNode.removeChild(test_container); |