Title: [100896] trunk
Revision
100896
Author
[email protected]
Date
2011-11-21 03:11:03 -0800 (Mon, 21 Nov 2011)

Log Message

Unreviewed, rolling out r100856.
http://trac.webkit.org/changeset/100856
https://bugs.webkit.org/show_bug.cgi?id=72867

New test fast/css/style-tag-display-none.html fails on
Chromium (Requested by steveblock on #webkit).

Patch by Sheriff Bot <[email protected]> on 2011-11-21

Source/WebCore:

* css/CSSStyleSelector.cpp:
(WebCore::CSSStyleSelector::matchUARules):

LayoutTests:

* fast/css/style-tag-display-none-expected.txt: Removed.
* fast/css/style-tag-display-none.html: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (100895 => 100896)


--- trunk/LayoutTests/ChangeLog	2011-11-21 10:29:55 UTC (rev 100895)
+++ trunk/LayoutTests/ChangeLog	2011-11-21 11:11:03 UTC (rev 100896)
@@ -1,3 +1,15 @@
+2011-11-21  Sheriff Bot  <[email protected]>
+
+        Unreviewed, rolling out r100856.
+        http://trac.webkit.org/changeset/100856
+        https://bugs.webkit.org/show_bug.cgi?id=72867
+
+        New test fast/css/style-tag-display-none.html fails on
+        Chromium (Requested by steveblock on #webkit).
+
+        * fast/css/style-tag-display-none-expected.txt: Removed.
+        * fast/css/style-tag-display-none.html: Removed.
+
 2011-11-21  Jochen Eisinger  <[email protected]>
 
         Implement Meta referrer

Deleted: trunk/LayoutTests/fast/css/style-tag-display-none-expected.txt (100895 => 100896)


--- trunk/LayoutTests/fast/css/style-tag-display-none-expected.txt	2011-11-21 10:29:55 UTC (rev 100895)
+++ trunk/LayoutTests/fast/css/style-tag-display-none-expected.txt	2011-11-21 11:11:03 UTC (rev 100896)
@@ -1,8 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x8
-  RenderBlock {HTML} at (0,0) size 800x8
-    RenderBody {BODY} at (8,8) size 784x0
-      RenderInline {A} at (0,0) size 0x0 [color=#551A8B]
-      RenderText {#text} at (0,0) size 0x0
-      RenderText {#text} at (0,0) size 0x0

Deleted: trunk/LayoutTests/fast/css/style-tag-display-none.html (100895 => 100896)


--- trunk/LayoutTests/fast/css/style-tag-display-none.html	2011-11-21 10:29:55 UTC (rev 100895)
+++ trunk/LayoutTests/fast/css/style-tag-display-none.html	2011-11-21 11:11:03 UTC (rev 100896)
@@ -1,17 +0,0 @@
-<!DOCTYPE HTML>
-<html>
-  <head>
-    <style>
-      .header {
-        overflow: auto;
-        clear: both;
-      }
-    </style>
-  </head>
-<body>
-  <a href=""
-  <script>
-    document.documentElement.setAttribute("dir", "ltr");
-  </script>
-</body>
-</html>

Modified: trunk/Source/WebCore/ChangeLog (100895 => 100896)


--- trunk/Source/WebCore/ChangeLog	2011-11-21 10:29:55 UTC (rev 100895)
+++ trunk/Source/WebCore/ChangeLog	2011-11-21 11:11:03 UTC (rev 100896)
@@ -1,3 +1,15 @@
+2011-11-21  Sheriff Bot  <[email protected]>
+
+        Unreviewed, rolling out r100856.
+        http://trac.webkit.org/changeset/100856
+        https://bugs.webkit.org/show_bug.cgi?id=72867
+
+        New test fast/css/style-tag-display-none.html fails on
+        Chromium (Requested by steveblock on #webkit).
+
+        * css/CSSStyleSelector.cpp:
+        (WebCore::CSSStyleSelector::matchUARules):
+
 2011-11-21  Jochen Eisinger  <[email protected]>
 
         Implement Meta referrer

Modified: trunk/Source/WebCore/css/CSSStyleSelector.cpp (100895 => 100896)


--- trunk/Source/WebCore/css/CSSStyleSelector.cpp	2011-11-21 10:29:55 UTC (rev 100895)
+++ trunk/Source/WebCore/css/CSSStyleSelector.cpp	2011-11-21 11:11:03 UTC (rev 100896)
@@ -1135,8 +1135,6 @@
     MatchingUARulesScope scope;
 
     // First we match rules from the user agent sheet.
-    if (simpleDefaultStyleSheet)
-        result.isCacheable = false;
     RuleSet* userAgentStyleSheet = m_medium->mediaTypeMatchSpecific("print")
         ? defaultPrintStyle : defaultStyle;
     matchRules(userAgentStyleSheet, result.firstUARule, result.lastUARule, false);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to