Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / input-pattern-expected.txt
blob8ece0cbe051f538c2545ac50ed99f03069e76d94
1 Test the behavior of pattern attribute and pattern DOM property.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS input.pattern is ""
7 PASS input.getAttribute("pattern") is "foo"
8 PASS input.pattern is "bar"
9 PASS input.pattern is "null"
10 PASS input.getAttribute("pattern") is "null"
11 PASS input.pattern is "null"
12 PASS input.pattern is "undefined"
13 PASS input.getAttribute("pattern") is "undefined"
14 PASS input.pattern is "undefined"
15 PASS input.pattern is "256"
16 PASS input.getAttribute("pattern") is "256"
17 PASS input.pattern is "256"
18 PASS successfullyParsed is true
20 TEST COMPLETE