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

Unified Diff: LayoutTests/fast/css/background-repeat-null-y-crash.html

Issue 846933002: Handle null in value list in getLayeredShorthandValue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix more tests Created 5 years, 11 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/background-repeat-null-y-crash.html
diff --git a/LayoutTests/fast/css/background-repeat-null-y-crash.html b/LayoutTests/fast/css/background-repeat-null-y-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..445f7fa77419857cd25c4f64dc4e8e90a596442f
--- /dev/null
+++ b/LayoutTests/fast/css/background-repeat-null-y-crash.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<script src="../../resources/js-test.js"></script>
+<body>
+<script>
+ document.body.style.backgroundRepeat='repeat';
+ document.body.style.backgroundRepeatY='';
+ shouldBe(document.body.style.background, '');
+</script>
+</body>
« no previous file with comments | « LayoutTests/cssom/cssvalue-comparison-expected.txt ('k') | LayoutTests/fast/css/background-repeat-null-y-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698