Chromium Code Reviews

Unified Diff: LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-color-recalc.html

Issue 189603010: Incorrect style recalc for text-decoration-[style, color] for immediate child text nodes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-color-recalc-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-color-recalc.html
diff --git a/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-color-recalc.html b/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-color-recalc.html
new file mode 100644
index 0000000000000000000000000000000000000000..4930a64abc06f6fccd23c6cd83007413f6c0ae59
--- /dev/null
+++ b/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-color-recalc.html
@@ -0,0 +1,15 @@
+<!doctype html>
+<style>
+ div {
+ font-size: 50px;
+ text-decoration: underline solid red;
+ }
+</style>
+<script>
+ window.addEventListener("load", function() {
+ target.style["textDecorationColor"] = "green";
+ });
+</script>
+<div id="target">
+ Filler text
+</div>
« no previous file with comments | « no previous file | LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-color-recalc-expected.html » ('j') | no next file with comments »

Powered by Google App Engine