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

Side by Side Diff: LayoutTests/fast/backgrounds/mask-box-image-width-expected.txt

Issue 81123002: Factor out common BorderImageLength code in CSSToStyleMap (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address review comments Created 7 years 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
(Empty)
1 This test checks that webkitMaskBoxImageWidth is correctly parsed and returned f rom getComputedStyle().
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS getComputedStyle(testElm).webkitMaskBoxImageWidth is "auto"
7 PASS getComputedStyle(testElm).webkitMaskBoxImageWidth is "auto"
8 PASS getComputedStyle(testElm).webkitMaskBoxImageWidth is "1"
9 PASS getComputedStyle(testElm).webkitMaskBoxImageWidth is "0px"
10 PASS getComputedStyle(testElm).webkitMaskBoxImageWidth is "97%"
11 PASS getComputedStyle(testElm).webkitMaskBoxImageWidth is "auto"
12 PASS getComputedStyle(testElm).webkitMaskBoxImageWidth is "auto"
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16
OLDNEW
« no previous file with comments | « LayoutTests/fast/backgrounds/mask-box-image-width.html ('k') | Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698