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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <script> 1 <script>
2 if (window.testRunner) 2 if (window.testRunner)
3 testRunner.dumpAsTextWithPixelResults(); 3 testRunner.dumpAsTextWithPixelResults();
4 </script> 4 </script>
5 <fieldset style="-webkit-margin-end: 99999; 5 <fieldset style="-webkit-margin-end: 99999px;
6 -webkit-mask-box-image: url('data:image/png;base64,iVBORw0KGgoA AAANSUhEUgAAAE\ 6 -webkit-mask-box-image: url('data:image/png;base64,iVBORw0KGgoA AAANSUhEUgAAAE\
7 IAAABCAQAAAADLLz1FAAAACXZwQWcAAABCAAAAQgCVDTvpAAAAFElEQVQoz2P4D wUHGEZZo6xBwQI\ 7 IAAABCAQAAAADLLz1FAAAACXZwQWcAAABCAAAAQgCVDTvpAAAAFElEQVQoz2P4D wUHGEZZo6xBwQI\
8 ANWY/j0PofaAAAAAASUVORK5CYII=') 10000% 10000 9999999999%;"> 8 ANWY/j0PofaAAAAAASUVORK5CYII=') 10000% 10000 9999999999%;">
9 </fieldset> 9 </fieldset>
10 <div style="position: absolute; 10 <div style="position: absolute;
11 top: 0px; 11 top: 0px;
12 left: 0px; 12 left: 0px;
13 width: 100px; 13 width: 100px;
14 height: 100px; 14 height: 100px;
15 z-index: 1; 15 z-index: 1;
16 background-color: white;"></div> 16 background-color: white;"></div>
OLDNEW
« 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