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

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 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 successfullyParsed is true
12
13 TEST COMPLETE
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698