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

Unified Diff: third_party/WebKit/LayoutTests/css3/flexbox/display-flexbox-set-get-expected.txt

Issue 2130543003: Convert some flexbox tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months 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/css3/flexbox/display-flexbox-set-get-expected.txt
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/display-flexbox-set-get-expected.txt b/third_party/WebKit/LayoutTests/css3/flexbox/display-flexbox-set-get-expected.txt
deleted file mode 100644
index a0d1b61fa596a0bfa34d0a9a3142e64cb7edc9d0..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/css3/flexbox/display-flexbox-set-get-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-Test that setting and getting display: flex and inline-flex works as expected
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Test getting |display| set through CSS
-PASS getComputedStyle(flexboxElement, '').getPropertyValue('display') is 'flex'
-PASS getComputedStyle(inlineFlexboxElement, '').getPropertyValue('display') is 'inline-flex'
-
-Test getting and setting display through JS
-PASS getComputedStyle(element, '').getPropertyValue('display') is 'block'
-PASS getComputedStyle(element, '').getPropertyValue('display') is 'flex'
-PASS getComputedStyle(element, '').getPropertyValue('display') is 'block'
-PASS getComputedStyle(element, '').getPropertyValue('display') is 'inline-flex'
-PASS getComputedStyle(element, '').getPropertyValue('display') is 'flex'
-PASS getComputedStyle(element, '').getPropertyValue('display') is 'inline-flex'
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698