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

Unified Diff: LayoutTests/fast/css/variables/cssom-delete-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-delete-expected.html
diff --git a/LayoutTests/fast/css/variables/cssom-delete-expected.html b/LayoutTests/fast/css/variables/cssom-delete-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..bb2799888990745f5b44e1eb248b4a608deca9f1
--- /dev/null
+++ b/LayoutTests/fast/css/variables/cssom-delete-expected.html
@@ -0,0 +1,22 @@
+<!doctype html>
+
+<style>
+ div {
+ background-color: green;
+ border-style: solid;
+ }
+</style>
+
+<div>
+ This div should be green with a solid border and no strikethrough.
+ <div>
+ This div should be green with a solid border and no strikethrough.
+ <div>This div should be green with a solid border and no strikethrough.</div>
+ </div>
+</div>
+<pre>Test access after removal:
+ delete border: pass
+ set empty color: pass
+ clear decoration: pass
+Variable counts after removal: 0 0
+</pre>
« no previous file with comments | « LayoutTests/fast/css/variables/cssom-delete.html ('k') | LayoutTests/fast/css/variables/cssom-persistence.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698