Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / css / buffered-rendering-expected.txt
blob2ed05efc9bd12d4fc582bfca91af6d246a97644a
1 Test that an SVG image accepts all buffered rendering values
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS computedStyle("buffered-rendering", "") is "auto"
7 PASS computedStyle("buffered-rendering", "auto") is "auto"
8 PASS computedStyle("buffered-rendering", "dynamic") is "dynamic"
9 PASS computedStyle("buffered-rendering", "static") is "static"
10 PASS computedStyle("buffered-rendering", "0") is "static"
11 PASS computedStyle("buffered-rendering", "1") is "static"
12 PASS computedStyle("buffered-rendering", "true") is "static"
13 PASS computedStyle("buffered-rendering", "dynamic") is "dynamic"
14 PASS computedStyle("buffered-rendering", "0") is "dynamic"
15 PASS computedStyle("buffered-rendering", "1") is "dynamic"
16 PASS computedStyle("buffered-rendering", "true") is "dynamic"
17 PASS successfullyParsed is true
19 TEST COMPLETE