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

Unified Diff: LayoutTests/fast/css/large-value-csstext.html

Issue 703323002: Continue removing testing of getPropertyCSSValue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « LayoutTests/fast/css/inherited-properties-rare-text.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/large-value-csstext.html
diff --git a/LayoutTests/fast/css/large-value-csstext.html b/LayoutTests/fast/css/large-value-csstext.html
index c4e2d1fda4eaaeb6238cbd4114f547791c49305f..c5b90fc9b66cee7b70c8e76e8ed7ecc4b80bbb0b 100644
--- a/LayoutTests/fast/css/large-value-csstext.html
+++ b/LayoutTests/fast/css/large-value-csstext.html
@@ -20,8 +20,8 @@
var output = document.getElementById('output');
var rule = document.styleSheets[0].cssRules[0];
- output.innerHTML += rule.style.getPropertyCSSValue('border-top-left-radius').cssText + "<br>";
- output.innerHTML += rule.style.getPropertyCSSValue('border-top-right-radius').cssText;
+ output.innerHTML += rule.style.borderTopLeftRadius + "<br>";
+ output.innerHTML += rule.style.borderTopRightRadius;
</script>
</body>
</html>
« no previous file with comments | « LayoutTests/fast/css/inherited-properties-rare-text.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698