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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/css/containment/contain-parse-and-apply-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/containment/contain-parse-and-apply-expected.txt b/third_party/WebKit/LayoutTests/fast/css/containment/contain-parse-and-apply-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..04212e1aab51ba9afc504cef8298608d08708427
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/css/containment/contain-parse-and-apply-expected.txt
@@ -0,0 +1,26 @@
+PASS getContainValue('#none') is "none"
+PASS getContainValue('#style') is "style"
+PASS getContainValue('#layout') is "layout"
+PASS getContainValue('#paint') is "paint"
+PASS getContainValue('#strict') is "strict"
+PASS computedContainValue(children[i]) is "none"
+PASS computedContainValue(children[i]) is "none"
+PASS computedContainValue(children[i]) is "none"
+PASS computedContainValue(children[i]) is "none"
+PASS computedContainValue(children[i]) is "none"
+PASS getContainValue('#test') is "strict"
+PASS getContainValue('#test') is "layout paint"
+PASS getContainValue('#test') is "strict"
+PASS getContainValue('#test') is "none"
+PASS getContainValue('#test') is "none"
+PASS getContainValue('#test') is "none"
+PASS getContainValue('#test') is "none"
+PASS getContainValue('#test') is "none"
+PASS getContainValue('#test') is "style paint"
+PASS getContainValue('#test') is "style paint"
+PASS getContainValue('#test') is "style paint"
+PASS getContainValue('#test') is "style paint"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698