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

Unified Diff: LayoutTests/fast/images/mask-box-image-crash.html

Issue 764703002: Support unit-less lengths for white-list of properties only. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: min-width/height still accepts unitless lengths 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/images/mask-box-image-crash.html
diff --git a/LayoutTests/fast/images/mask-box-image-crash.html b/LayoutTests/fast/images/mask-box-image-crash.html
index 8aba84452a1acf54e622dd0665abb881bb409f4c..35ced77f553e044499e11198667ff0fd51db9e80 100644
--- a/LayoutTests/fast/images/mask-box-image-crash.html
+++ b/LayoutTests/fast/images/mask-box-image-crash.html
@@ -2,7 +2,7 @@
if (window.testRunner)
testRunner.dumpAsTextWithPixelResults();
</script>
-<fieldset style="-webkit-margin-end: 99999;
+<fieldset style="-webkit-margin-end: 99999px;
-webkit-mask-box-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE\
IAAABCAQAAAADLLz1FAAAACXZwQWcAAABCAAAAQgCVDTvpAAAAFElEQVQoz2P4DwUHGEZZo6xBwQI\
ANWY/j0PofaAAAAAASUVORK5CYII=') 10000% 10000 9999999999%;">
« no previous file with comments | « LayoutTests/fast/hidpi/image-set-background-repeat-expected.html ('k') | Source/core/css/parser/CSSParserMode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698