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

Unified Diff: third_party/WebKit/LayoutTests/css3/calc/calc-errors-expected.txt

Issue 1977313003: testharnessreport: Clear BODY content regardless of existence of <div id=log> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unregister_service_worker() Created 4 years, 7 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/calc/calc-errors-expected.txt
diff --git a/third_party/WebKit/LayoutTests/css3/calc/calc-errors-expected.txt b/third_party/WebKit/LayoutTests/css3/calc/calc-errors-expected.txt
deleted file mode 100644
index cccfcc9489d115f2e52533a873c14ffe0862a01e..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/css3/calc/calc-errors-expected.txt
+++ /dev/null
@@ -1,144 +0,0 @@
-unclosed calc
-unclosed calc with garbage
-garbage
-garbage
-dpi
-dpi / number
-dpi + dpi
-fr
-zero division
-mod10
-1mod
-70px+40px no whitespace around +
-70px +40px no whitespace on right of +
-70px+ 40px no whitespace on left of +
-70px+-40px no whitespace around +
-70px-40px no whitespace around -
-70px -40px no whitespace on right of -
-70px- 40px no whitespace on left of -
-70px-+40px no whitespace around -
-70px+/**/40px no whitespace around +
-70px/**/+40px no whitespace around +
-70px+/**/40px no whitespace around +
-70px +/**/40px no whitespace on right of +
-70px/**/+ 40px no whitespace on left of +
-70px/**/+-40px no whitespace around +
-70px+/**/-40px no whitespace around +
-70px/**/+/**/-40px no whitespace around +
-70px-/**/40px no whitespace around -
-70px/**/-40px no whitespace around -
-70px/**/-/**/40px no whitespace around -
-70px -/**/40px no whitespace on right of -
-70px/**/- 40px no whitespace on left of -
-70px/**/-+40px no whitespace around -
-70px-/**/+40px no whitespace around -
-70px/**/-/**/+40px no whitespace around -
-too many nests
-end with operator
-start with operator
-no expressions
-too many pluses
-no binary operator
-two binary operators
-invalid operator '@'
-invalid operator 'flim'
-invalid operator '@'
-invalid operator 'flim'
-invalid operator 'flim' with parens
-non length
-number + length
-length + number
-percent + number
-number + percent
-angle + number
-number + angle
-angle + length
-length + angle
-angle + percent
-percent + angle
-angle + time
-time + angle
-angle + frequency
-frequency + angle
-time + number
-number + time
-time + length
-length + time
-time + percent
-percent + time
-time + angle
-angle + time
-time + frequency
-frequency + time
-length - number
-number - length
-percent - number
-number - percent
-angle - number
-number - angle
-angle - length
-length - angle
-angle - percent
-percent - angle
-angle - time
-time - angle
-angle - frequency
-frequency - angle
-time - number
-number - time
-time - length
-length - time
-time - percent
-percent - time
-time - angle
-angle - time
-time - frequency
-frequency - time
-length * length
-length * percent
-percent * length
-percent * percent
-angle * length
-length * angle
-angle * percent
-percent * angle
-angle * time
-time * angle
-angle * frequency
-frequency * angle
-time * length
-length * time
-time * percent
-percent * time
-time * angle
-angle * time
-time * frequency
-frequency * time
-number / length
-number / percent
-length / length
-length / percent
-percent / length
-percent / percent
-number / angle
-angle / length
-length / angle
-angle / percent
-percent / angle
-angle / time
-time / angle
-angle / frequency
-frequency / angle
-number / time
-time / length
-length / time
-time / percent
-percent / time
-time / angle
-angle / time
-time / frequency
-frequency / time
-This is a testharness.js-based test.
-PASS Tests invalid calc() expression handling.
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698