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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/containment/contain-parse-and-apply-expected.txt

Issue 1485973005: Add CSS support for Containment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test expectation Created 5 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 PASS getContainValue('#none') is "none"
2 PASS getContainValue('#style') is "style"
3 PASS getContainValue('#layout') is "layout"
4 PASS getContainValue('#paint') is "paint"
5 PASS getContainValue('#strict') is "strict"
6 PASS computedContainValue(children[i]) is "none"
7 PASS computedContainValue(children[i]) is "none"
8 PASS computedContainValue(children[i]) is "none"
9 PASS computedContainValue(children[i]) is "none"
10 PASS computedContainValue(children[i]) is "none"
11 PASS getContainValue('#test') is "strict"
12 PASS getContainValue('#test') is "layout paint"
13 PASS getContainValue('#test') is "strict"
14 PASS getContainValue('#test') is "none"
15 PASS getContainValue('#test') is "none"
16 PASS getContainValue('#test') is "none"
17 PASS getContainValue('#test') is "none"
18 PASS getContainValue('#test') is "none"
19 PASS getContainValue('#test') is "style paint"
20 PASS getContainValue('#test') is "style paint"
21 PASS getContainValue('#test') is "style paint"
22 PASS getContainValue('#test') is "style paint"
23 PASS successfullyParsed is true
24
25 TEST COMPLETE
26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698