Title: [142052] trunk/LayoutTests
- Revision
- 142052
- Author
- commit-qu...@webkit.org
- Date
- 2013-02-06 16:31:15 -0800 (Wed, 06 Feb 2013)
Log Message
Reset the border property for -webkit-slider-thumb in unknown-pseudo-element-matching test
https://bugs.webkit.org/show_bug.cgi?id=109101
We check that the style matches a pseudo element by setting its height to 1px.
Some user agents, like iOS, have default border styles that affect the minimum height,
so we need to reset those.
Patch by Dima Gorbik <dgor...@apple.com> on 2013-02-06
Reviewed by Joseph Pecoraro.
* fast/css/unknown-pseudo-element-matching.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (142051 => 142052)
--- trunk/LayoutTests/ChangeLog 2013-02-07 00:28:13 UTC (rev 142051)
+++ trunk/LayoutTests/ChangeLog 2013-02-07 00:31:15 UTC (rev 142052)
@@ -1,3 +1,16 @@
+2013-02-06 Dima Gorbik <dgor...@apple.com>
+
+ Reset the border property for -webkit-slider-thumb in unknown-pseudo-element-matching test
+ https://bugs.webkit.org/show_bug.cgi?id=109101
+
+ We check that the style matches a pseudo element by setting its height to 1px.
+ Some user agents, like iOS, have default border styles that affect the minimum height,
+ so we need to reset those.
+
+ Reviewed by Joseph Pecoraro.
+
+ * fast/css/unknown-pseudo-element-matching.html:
+
2013-02-06 Dirk Schulze <dschu...@adobe.com>
Context's currentPath should check for passed type
Modified: trunk/LayoutTests/fast/css/unknown-pseudo-element-matching.html (142051 => 142052)
--- trunk/LayoutTests/fast/css/unknown-pseudo-element-matching.html 2013-02-07 00:28:13 UTC (rev 142051)
+++ trunk/LayoutTests/fast/css/unknown-pseudo-element-matching.html 2013-02-07 00:31:15 UTC (rev 142052)
@@ -15,7 +15,7 @@
var input;
var logDiv;
var NAMESPACE_DECLARATION = '@namespace "http://example.com/foo/namespace";\n@namespace html "http://www.w3.org/1999/xhtml";\n';
-var SELECTOR_TEST_PROPERTIES = ' { height: 1px; -webkit-appearance: none; }';
+var SELECTOR_TEST_PROPERTIES = ' { height: 1px; -webkit-appearance: none; border: none; }';
var SELECTORS = [
'::-webkit-slider-thumb',
'*::-webkit-slider-thumb',
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes