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

Unified Diff: LayoutTests/fast/css/variables/cssom-update-expected.html

Issue 18311002: Partial implementation of CSSVariablesMap for CSS Variables CSSOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased onto ToT, cleaned up includes Created 7 years, 5 months 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
Index: LayoutTests/fast/css/variables/cssom-update-expected.html
diff --git a/LayoutTests/fast/css/variables/cssom-update-expected.html b/LayoutTests/fast/css/variables/cssom-update-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..6e3b15d7a251be1b2c3a8a10175e21934817f87b
--- /dev/null
+++ b/LayoutTests/fast/css/variables/cssom-update-expected.html
@@ -0,0 +1,8 @@
+<!doctype html>
+
+<div id="outer" style="background-color: green; border-style: solid;">
+ This div should be green with a solid border.
+ <div style="background-color: green; border-style: solid;">
+ This div should also be green with a solid border.
+ </div>
+</div>
« no previous file with comments | « LayoutTests/fast/css/variables/cssom-update.html ('k') | LayoutTests/webexposed/css-properties-as-js-properties-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698