Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLPreElement.idl
index 3d03594..6224bc9 100644 (file)
  */
 
 interface HTMLPreElement : HTMLElement {
-    // FIXME: DOM spec says that width should be of type DOMString
-    // see http://bugs.webkit.org/show_bug.cgi?id=8992
     [Reflect] attribute long width;
 
     // Extensions
-    [Reflect] attribute boolean wrap;
+    [Reflect, MeasureAs=HTMLPreElementWrap] attribute boolean wrap;
 };
-